﻿body {
margin: 0;
padding : 0;
background: #ccc url('../images/bg.jpg') center;
color: #555;
}
			/*WRAP*/
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
background: transparent;
color: #666;
}
			/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 210px;
background: #0569c9 url('../images/banner.jpg');
color: #000;
}

			/*MAIN CONTENT*/
#content {
padding: 1em;
margin-left: 200px;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 173px;
margin: 0;
background: #c9c9c9;
padding: 0 5px 0 5px;
}

			/*FOOTER*/
#footer {
clear: both;
width:750px;
height:62px;
padding: 5px;
margin: 0;
font-size: 12px;
border-top: 3px solid #fff;
background: #0569c9 url('../images/footer.jpg');
border-bottom: 3px solid #fff;
color: #fff;
}
#footer a:visited {
text-decoration : none;
background : inherit;
color : #0002cf; 
}
#footer a:link {
text-decoration : none;
background : inherit;
color : #0002cf; 
}
#footer a:hover {
text-decoration : none;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:visited {
text-decoration : none;
background : inherit;
color : #DA7910;
}
a:link {
text-decoration : none;
background : inherit;
color : #DA7910;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #385900; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #385900;
}
h3 {
{
color:			#000000;
font-family:	"Trebuchet MS","lucida sans", tahoma, sans-serif;
font-size:		10pt;
line-height:		10pt;
font-weight:		bold;
background-color:	#F0F0F0;
padding-left:		5px;
padding-right:		5px;
padding-top:		4px;
padding-bottom:		4px;
border:			1 solid #000000;
}
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
