body {
	margin : 0;
	padding : 0;
	text-align : left;
	font : 75% "Trebuchet MS", verdana, arial, sans-serif;
	line-height : 1.5em;
	color : #000;
	background-attachment: fixed;
	background-color: #60c2ff;
	background-image: url(img/background/summer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
			/*CONTAINER*/
#wrapper {
	position : relative;
	width : 950px;
	margin-right : auto;
	margin-left : auto;
	padding : 0;
	border : 0px solid green;
	background-color: #fff;
	background-position: top;
}
			/*TOP TITLE BAR*/
#title {
	width : 950px;
	margin-left : 0px;
	padding : 0;
	text-align : center;
	background : #fff;
	color : #000;
}
#title h1 {
	margin : 0;
	padding : 10px;
	font-size : 250%;
	text-transform : uppercase;
	letter-spacing : 5px;
	background : inherit;
	color : #BCE0A8;
}
			/*BANNER*/
#header {
	background : url(images/head.jpg) no-repeat;
	width : 800px;
	height : 200px;
	margin : 0 0 0 0px;
	padding : 0 0 0 0;
}
			/*TOP NAVIGATION*/
.container {
	width : 950px;
	height : 40px;
	margin : 10px 0 5px 0px;
}
#navCircle {
margin : 0;
padding : 0 0 20px 20px;
border-bottom : 1px solid #b2d094;
}
#navCircle li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#navCircle a:link, #navCircle a:visited {
	float : left;
	font-size : 1.3em;
	text-decoration : none;
	background : inherit;
	color : #457C05;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
	background-color : inherit;
	color : #000;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
			/*MAIN CONTENT*/
#content {
	width : 950px;
	float : left;
	margin-top : 0;
	margin-left : 0px;
	padding : 5px;
	border-right : 0px solid #b2d094;
}
#content p {
padding : 0 20px;
}
			/*SIDEBAR*/
#right-col {
	width : 255px;
	border-left : 1px none #28460a;
	padding : 3px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 685px;
}
			/*FOOTER*/
#footer {
	margin : 25px 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.box {
	overflow : auto;
	height : 9em;
	width : 200px;
	padding : 1ex;
	margin : 0 0 2px 20px;
	border : 1px solid #345411;
	background : #BCE0A8;
	color : #000;
}
			/*TYPOGRAPHY*/
h2 {
margin : 20px;
font-size : 140%;
text-transform : uppercase;
letter-spacing : 5px;
background : inherit;
color : green;
}
h3 {
margin : 5px;
font-size : 120%;
letter-spacing : 5px;
background : inherit;
color : green;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a img {
	border : none;
	padding: 10px;
}
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #457C05;
}
a:hover {
	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-right : 15px;
}
.imgright {
	float : right;
	border : 0px solid #345411;
	margin-left : 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
