body {
	margin : 0;
	padding : 0;
	line-height : 20px;
	color : #000000;
	font-size: 13px;
	background: #FFFFFF url(images/background.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}

#wrap {
	width: 800px;
	padding: 20px 0px 0px 0px;
	margin: auto;
	overflow: hidden;
}

#top_container {
	width: 800px;
	height: 150px;
	background : url(images/banner.jpg) no-repeat;
}

#navigation{
	width: 780px;
	height: 50px;
	font-size: 12px;
	padding-top: 120px;
	padding-left: 10px;
}

#navigation a {
	text-decoration: none;
	letter-spacing: 2px;
	color: #000000;

}

#navigation a:hover {
	background: #bfeefe;
}

#navlist  a#current {
	background: #bfeefe;
}

#main_container {
	width: 800px;
	height: auto;
	margin: auto;
	background: #98f4ff;
	overflow: hidden;
}

#content {
	width: 780px;
	padding: 30px 10px 30px 10px;
	margin: auto;
	overflow: hidden;

}

#content a {
	text-decoration: none;
	color: #999999;
}

#content a:hover {
	color: #70889f;

}


#featurecontent {
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px, 10px, 10px, 10px;
	background: #98f4ff;
}

#featurecontent img {
	border: none;
}



#footer {
	padding : 5px 10px 5px 10px;
	margin: auto;
	text-align: center;
	background : url(images/footer.jpg) no-repeat;
	font-size: 10px;
}

.imgall {
	border : 1px solid #aaa;
	padding : 5px;
}


.imgright {
	float : right;
	border : 1px solid #aaa;
	margin : 5px 10px 10px 15px;
	padding : 5px;
}


	 }
	 
	 
	 
	 
/*
#sidebar {
	width : 140px;
	padding: 0px 10px 10px 0px;
	height: 200px;
}


.menu ul li {
	line-height : 25px;
	border-right : 1px solid #000000;
	list-style-type: circle;
	color : #000000;
}

.menu ul li a {
	color : #000000;
	text-decoration: none;
}
.menu ul li a:hover {
	color : #70889f;
	text-decoration: underline;
}

h1 {
	padding: 3px;
	font-size : 120%;
	letter-spacing : 4px;
	text-align: center;
	color : #000000;
	background : #fbf8f1;
}


a {
text-decoration : none;
color : #BA3F2F;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #aaa;
background : inherit;
}
a img {
border : 0;
}
.border {
padding : 10px;
margin : 10px;
border : 1px solid #aaa;
}
.imgleft {
float : left;
border : 1px solid #aaa;
margin : 5px 10px 10px 15px;
padding : 5px;
}
.imgright{
float : right;
border : 1px solid #aaa;
margin : 5px 15px;
padding : 15px;
}

h2 {
margin : 0;
padding : 0;
font-size : 130%;
text-transform : none;
letter-spacing : 5px;
color : #BA3F2F;
background : inherit;
}
h3 {
padding : 5px;
text-transform : uppercase;
font-size : 110%;
letter-spacing : 5px;
color : #fff;
background : #eee;
}
h4 {
padding : 5px;
text-transform : uppercase;
font-size : 110%;
color : #fff;
background : #f17c0b;
}
.clear {
clear : both;
width : 100%;
}
.col3,.col3center {
float: left;
width: 30.5%;
}
.col3center {
margin: 0 3%;
}*/

