body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/jekyll_bg.jpg);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#bg-y {
	height: 100%;
	background: url(images/jekyll_bg-y.jpg) repeat-y;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(images/jekyll_bg-y_img.jpg) repeat-y;
		border: 0px solid yellow;
}
#content {
	padding: 10px 0px 0px 100px;
	width: 490px;
	text-align: justify;
		border: 0px solid blue;
}
#top {
	width: 100%;
	height: 174px;
	background: url(images/jekyll_bg-x.jpg) repeat-x;
}
#menu {
	position: absolute;
	top: 174px;;
	left: 595px;
}

/*_______________________________________ CONTENT */

#content a {
	letter-spacing: 2px;
	color: #ad2c07;
	font-weight: normal;
	font-style: italic;
	text-decoration: none; 
}
#content a:hover {
	color: #c7a944;
	font-weight: normal;
	text-decoration: none;
}
#content h1 {
	color: #8b4400;
	margin: 20px 5px 15px 40px;
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform:capitalize;
	letter-spacing: 3px;
}
#content b {
	color: #730000;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
