body {
	margin : 0;
	padding : 0;
	text-align : left;
	line-height : 1.5em;
	color : #000;
	/* [disabled]background-color: #BCE0A8; */
	background-image: url(img/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 100%;
}
			/*CONTAINER*/
#wrapper 
{
position : relative;
width : 870px;
margin-right : auto;
margin-left : auto;
padding : 0;
/*border :  green; */

/*background : #487AB9;*/
}
			/*TOP TITLE BAR*/
#title {
width : 770px;
margin-left : 5px;
padding : 0;
text-align : right;
background : #FFFF00;
color : #FFFF00;
}
#title h1 {
margin : 0;
padding : 10px;
font-size : 175%;
text-transform : uppercase;
letter-spacing : 5px;
background : #FFFF00;
color : #FFFF00;
}
			/*BANNER*/
#header {
background : url(images/header.jpg) no-repeat;
width : 770px;
height : 200px;
margin : 0 0 0 5px;
padding : 0 0 20px 20px;
}
			/*TOP NAVIGATION*/
.container {
width : 850px;
/*width : 770px;
height : 35px;
margin : 20px 0 10px 5px;
/*background-color:#FFFF00; */
color:#E6005C;
}
#navCircle {
margin : 0;
padding : 0 0 20px 20px;


}
#navCircle li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
margin-top:5px;
}
#navCircle a:link, #navCircle a:visited {
float : left;
font-size : 1.3em;
padding : 0 25px 15px 25px;
text-decoration : none;
background : inherit;
color:#E6005C;
margin-top:5px;
}
#navCircle a:link.active, #navCircle a:visited.active,  {
background-color : inherit;
color : #E6005C;

}

#sliderbackground {
width : 865px;
height : 500px;
float : center;
background-image: url(img/frame3b.png);

}
			/*MAIN CONTENT*/
#content {
width : 825px;
float : center;
margin-top : 0;
padding : 5px;
color:#FFF;
}

#content2 {
width : 825px;
float : center;
margin-top : 0;
padding : 5px;
background: url(img/grey.jpg) no-repeat ;
}
#content p {
	padding : 0 20px;
	background-color: #003300;
}
			/*SIDEBAR*/
#right-col {
width : 175px;
margin : 5px 0 0 590px;
border-left : 1px none #28460a;
padding : 3px;
}
			/*FOOTER*/
#footer {
margin : 50px 0 0 0;
padding : 5px;
font : 90% "Trebuchet MS", verdana, arial, sans-serif;
background : #4b692d;
color : #fff;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #b2d094;
}
#footer a:hover {
background : inherit;
color : #fff;
text-decoration : none;
}
			/*SCROLLBAR*/
div.scroll {
height : 35em;
width : 160px;
padding : 1ex;
margin : 0 0 30px 5px;
border : 1px solid #52CC29;
background : #52CC29;
color : #D1D119;
}
			/*TYPOGRAPHY*/
h2 {
margin : 20px;
font-size : 140%;

letter-spacing : 3px;
background : inherit;
color : #E6005C;
}
h3 {
margin : 5px;
font-size : 120%;
letter-spacing : 5px;
background : inherit;
color : #D1D119;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #D1D119;
}
			/*LINKS*/
a img {
border : none;
}
a:link, a:visited {
text-decoration : none;
background : inherit;
color :#D1D119;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #666;
}
ul.side {
list-style-type : square;
padding : 0;
margin : 0;
background : inherit;
color : #457C05;
}
.side li {
padding-left : 0.2em;
margin-left : 2em;
}
			/*CLASSES*/
.news {
font-size : 90%;
background : inherit;
color : #000;
}
.imgleft {
float : left;
border : 1px solid #345411;
padding : 5px;
margin-left: 50px;
margin-right : 15px;
}
.imgright {
float : right;
border : 1px solid #345411;
padding : 5px;
margin-left : 15px;
}
