body {
margin : 20px;
padding : 0;
font : 80% "Trebuchet MS", verdana, arial, sans-serif;
color : #0000CC;
background : #999999
}
#container {
width : 750px;
border : 5px solid #fff;
margin-left : auto;
margin-right : auto;
padding : 10px;
color : #0000CC;
background : #FFFFFF;
}
			/*TOP BANNERs*/
#banner {
float : left;
width : 400px;
height : 10px;
padding : 0;
margin-bottom : 0;
color : #0000CC;
background : inherit;
}
#bannerb {
float : right;
width : 250px;
margin : 0 0 0 0;
padding : 0;
font : 85% "Trebuchet MS", verdana, arial, sans-serif;
color : #0000CC;
background : #FFFFFF;
}
			/*TOP MENU*/
#navcontainer {
clear : both;
width : 100%;
}
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin-left : 0;
background : #0000CC;
color : #fff;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #FFFFFF;
background : #0000CC;
color : #fff;
}
#navcontainer ul li a:hover {
background : #00FF00;
color : #fff;
}
#active a:link, #active a:visited, #active a:hover {
background : #00FF00;
color : #fff;
}
			/*CENTRE CONTENT*/
#content {
padding : 10px;
margin-left : 190px;
margin-right : 20px;
background : inherit;
color : #000000;
}
			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 145px;
height : 700px;
margin : 0 0 0 0;
padding : 10px;
font : 95% "Trebuchet MS", verdana, arial, sans-serif;
border-right : 1px solid #00ff00;
color : #0000CC;
background : #fff;
}
			/*LEFT MENU*/
#menu {
width : 160px;
padding : 10px 0 0 0;
}

#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
display : block;
width : 140px;
padding : 0.1em 0.8em;
text-decoration : none;
color : #fff;
background : #0000CC;
font : 80% "Trebuchet MS", verdana, arial, sans-serif;
}
#menu a:hover {
background : #00FF00;
color : #fff;
}

			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
color : #FFFFFF;
background : #0000CC;
}
#footer a:link, #footer a:visited {
background : #0000CC;
color : #FFFFFF;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #00ff00;
background : inherit;
color : #FFFFFF;
}
			/*TYPOGRAPHY*/
h1, h2 {
margin : 0 0 10px 5px;
letter-spacing : 3px;
font-size : 100%;
color : #0000CC;
background : inherit;
}
h3 {
font-size : 100%;
color : #0000CC;
background : inherit;
}
			/*LINKS*/
a {
color : #996633;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
color : #00FF00;
background : inherit;
}
			/*CLASSES*/
.news {
font-size : 100%;
background : inherit;
color : #0000CC;
}
.sitename {
font-size : 100%;
margin : 0 0 10px 0;
color : #0000CC;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #996633;
}