body {
margin : 0;
padding : 0;
font : 80% "Trebuchet MS", tahoma, verdana, arial, sans-serif;
background: url(/images/bg.jpg) center 0%;
color : #666;
}
#container {
width : 900px;
margin-right : auto;
margin-left : auto;
}
			/*TITLE BAR*/
#title h1 {
margin : 0;
padding : 0px;
font-size : 2.2em;
color : #8c9e18;
background : inherit;
}
			/*TOP BANNER*/
#banner {
width : 900px;
height : 150px;
margin-bottom : 10px;
padding : 0;
background : url(/images/head.jpg);
}
			/*CONTAINER*/
.container {
width : 900px;
margin : 40;
padding : 10;
}
			/*TOP NAVIGATION*/
#top-nav {
margin : 0;
padding : 0 0 20px 0;
text-transform : uppercase;
font-weight : bold;
border-bottom: 1px solid #eee;
}
#top-nav li {
height : 20px;
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#top-nav a:link, #top-nav a:visited {
float : left;
padding : 0 15px 15px 15px;
text-decoration : none;
letter-spacing: 1px;
color : #666;
background : inherit;
}
#top-nav a:link.active, #top-nav a:visited.active, #top-nav a:hover {
background : inherit;
color : #487500;
background: url(/images/top_menu.gif) no-repeat bottom center;
}
			/*MAIN CONTENT*/
#content {
float : left;
width : 680px;
margin : 0;
padding : 0 10px 0 0;
line-height : 1.3em;
border-right : 1px solid #eee;
}
#content p {
margin : 0px;
}

#content img { padding: 5px 10px 5px 10px;}

#border {
border-bottom: 1px solid #eee;
padding: 15px 0 0 0;
}

#content h1:first-letter {color: #9c592c; font-size : 1.4em; }

			/*TYPOGRAPHY*/
h1 {
margin-top : 15px;
padding : 0;
text-transform : uppercase;
letter-spacing: 1px;
font-size : 1.5em;
color : #8c9e18;
background : inherit;
}

h2 {
margin-top : 15px;
padding : 0;
text-transform : uppercase;
letter-spacing: 1px;
font-size : 1.4em;
color : #8c9e18;
background : inherit;
}


blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*SIDEBAR*/
#side {
font-size : 0.9em;
float : right;
width : 190px;
margin : -10px 0 0 0px;
padding : 0 0 0 10px;
}

#side h2 {
font-size : 1.6em;
color : #8c9e18;
background : inherit;
}

#side h2:first-letter {color: #9c592c; font-size : 1.4em; }


			/*INFO*/
#info {
font-size : 0.9em;
color : #666;
float : right;
margin : 0;
padding : 10px 30px 0 0px;
}

			/*SEARCH*/
#search {
width : 250px;
font-size : 0.9em;
color : #666;
float : right;
margin : 0;
padding-top: 60px;
margin-right: 20px;
}


			/*LINKS*/
a img { border : none;}
a:link, a:visited {
text-decoration : none;
color : #cc6600;
background : inherit;
}
a:hover {
text-decoration : none;
color : #663300;
background : inherit;
}

.small { 
font-size: 12px; 
margin: 5px 0 10px 0px;
}
