body {
margin : 0;
padding : 0;
font : 100% "Trebuchet MS", tahoma, verdana, arial, sans-serif;
line-height : 1.8em;
color : #000000;
background : #d4c29a url(img/BG.jpg) repeat-y;
background-position : 50% 0;
}
#container {
width : 725px;
margin-left : auto;
margin-right : auto;
padding : 5px;
}
			/*TOP BANNER*/
#banner {
height : 200px;
padding : 5px;
margin-left : 1px;
}

			/*MAIN CONTENT*/
#content {
padding : 0;
margin-left : 40px;
}
			
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin : 0;
font-size : 0.9em;
border-top : 1px solid #dfd0b9;
color : #000000;
background : inherit;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #000000;
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color : #8c0d0d;
}
			/*TYPOGRAPHY*/
p {
padding : 3px 15px 0 15px;
}
#content h1, #sidebar h1 {
margin : 5px;
font-size : 110%;
text-transform : uppercase;
letter-spacing : 3px;
padding : 3px;
color : #000000;
background : inherit;
}
h2 {
font-size : 110%;
padding : 5px;
margin : 5px;
letter-spacing : 3px;
color : #8c0d0d;
background : #d4c29a;
}
h3 {
padding : 3px;
margin : 0 0 0 0;
font-size : 1.2em;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #000000;
}
			/*LINKS*/
a {
text-decoration : underline;
font-weight : bold;
color : #8c0d0d;
background : inherit;
}
a:hover {
text-decoration : underline;
font-weight : bold;
color : green;
background : inherit;
