body {
	margin : 0;
	padding : 0;
	text-align : left;
	color : #000;
	background : #000000 url(img/bgd.png) repeat-y top center;
	font-family: "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	font-size: 100%;
}
#container {
	width : 800px;
	padding : 0;
	color : #aaa;
	background : #e2d6ce;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
			/*banner properties*/
#banner {
	float : left;
	width : 800px;
	height : 123px;
	padding : 0;
	margin-bottom : 0;
	background-color: e2d6ce;
	background-image: url(img/Image.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}
#banner h1 {
margin : 40px 0 0 20px;
font : normal 2em georgia, verdana, arial, tahoma, sans-serif;
text-transform : none;
letter-spacing : 3px;
color : #acaf2c;
background : transparent;
}
			/*content properties*/
#content {
padding : 0 10px 0 10px;
margin-left : 170px;
margin-right : 170px;
margin-top : 0;
line-height : 1.8em;
}
#content h1 {
	padding : 20px 0 0 0;
	text-transform : uppercase;
	letter-spacing : 3px;
	color : #000000;
	background : inherit;
	text-align : center;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
			/*left sidebar*/
#sidebar {
	float : left;
	width : 150px;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-top-style: ridge;
	border-top-color: #000000;
	border-top-width: thin;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.divider {
	clear: both;
	height: 15px;
	background-color: transparent;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
			/*navigation*/
.menu {
margin-bottom : 20px;
width : 110px;
padding : 10px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
	display : block;
	font-size : 13px;
	color : #ffffff;
	background :#5c371e;
	width : 120px;
	padding : 0.5em 0.8em;
	text-decoration : none;
	border-left : 10px solid #5c371e;
}
.menu a:hover {
	border-left : 10px solid #904030;
	background-color : #a98c90;
	color : #fff;
}
.links {
	font-size : 12pt;
	text-transform : uppercase;
	letter-spacing : 3px;
}
			/*right sidebar*/
#sidebar-b {
	float : right;
	width : 150px;
	margin : 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar-c {
	float : left;
	width : 150px;
	margin : 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
			/*footer properties*/
#footer {
	clear : both;
	margin-top : 5px;
	height : 40px;
	font-size : 0.8em;
	border-top : 1px solid #515244;
	color : #5c371e;
	background : #e2d6ce;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer a:link, #footer a:visited {
	background : inherit;
	color : #904030;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed #858563;
	background : inherit;
	color : #0000FF;
}
			/*typography*/
h1 {
margin : 0 0 10px 0;
font : normal 1.4em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #5c371e;
background : inherit;
}
			/*linksy*/
a {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	background : inherit;
}
a:hover {
	text-decoration : none;
	color : #000000;
	background : inherit;
}
			/*classes*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.post {
background-color : #404040;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}
.post .date {
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
