body {
margin: 0;
padding : 0;
background: #ccc url(images/bg.png) center repeat;
color: #555;
}
			/*WRAP*/
#container {
width: 750px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 80% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
background: transparent;
color: #666;
}
			/*TOP BANNER*/
#banner {
margin-top: 10px;
margin-bottom: 0;
height: 200px;
border-bottom:3px solid #fff;
background: #82B64D url(images/logo.png);
color: #000;
}
			/*TOP NAVIGATION*/
#navbar ul {
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style-type: none;
font-size: 130%;
text-align: center;
border-bottom:3px solid #fff;
background: url(images/nav.png);
color:#FFFFFF;
}
#navbar a {
float: right;
width: auto;
height:30px;
text-decoration:none;
color: #FFFFFF;
background: url(images/nav.png);
padding:0.3em 0.3em;
border-right:1px solid #fff;
}
#navbar a:hover {
background: #3399FF;
color: #FFFFFF;
text-decoration:underline
}
#navbar li {
display: inline;
}
			/*MAIN CONTENT*/
#content {
padding: 1em;
margin-left: 200px;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #999999;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color:#666666;
}
	
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #0066FF;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #0000FF; 
}
			/*TYPOGRAPHY*/
			
			h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 200%;
letter-spacing: 3px;
color: #000000;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color:#333333;
}

h3 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 120%;
letter-spacing: 3px;
background : transparent;
color:#333333;
}

hr {
	width: 75%;
	color: #999999;
}

.style1 {
font-size: x-small;
text-align:center
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}

u {color: #000000;
}

#copyright {
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
color:#999999;
}
