@charset "utf-8";
/* CSS Document */

body{
background-color:#fae6df;
font-family: Verdana;
font-size:14px;
color:#FF8888;

}

A {
  text-decoration: none;
  color:#FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF0080;
}
a:active {
	text-decoration: none;
  color:#FF9900;	
}

.header
{
width:809px;
height:146px;
background-image:url(../images/top_nav.jpg);
}

.menu{
padding-left:50px;

}

.news{
font-weight:bold;
color:#FF9933;

}
body {
	background-color:#fae6df;	
	font-family:verdana;
	font-size:14px;
	color:#FF8888;
	
}
#container {
	position: relative;
	margin: auto;
	width: 808px;
	height:auto;
		
}

#header {
	position: relative;
	float: left;
	width: 808px;
	height: 159;
}

#main_pic {
	position: relative;
	float: left;
	width: 792px;
	height: auto;
	margin: 1%;
}
#body {
	position: relative;
	float: left;
	width: 768px;
	height: auto;
	background-image: url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding: 20px
}
#footer{
	position: relative;
	float: left;
	width: 808px;
	height: 50px;
	font-size: 11px;


}
#footer_image{
	position: relative;
	float: left;
	width: 808px;
	height: 44px;	
}

.threeColumn{
	position:relative;
	width: 30%;
	float: left;
	height:auto;

}

.row {
	position: relative;
	width: 100%;
	float:left;
	height:auto;
	margin-bottom: 6px;
	
}

.twoColumn {
	position: relative;
	width: 48%;
	float:left;
	height: auto;
}

.largeLeft {
	position: relative;
	width: 20%;
	float:left;
	height: 280px;
}
.littleRight {
	position: relative;
	width: 170px;
	float: left;
	height: auto;
	padding-left: 10px;
}
.largerRight {
	position: relative;
	width:75%;
	float: left;
	height: auto;
	
}

.normalText, .normalText2, .normalText a, .normalText2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e99d2d;
}
.headerText, .headerText2, .headerText a, .headerText2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e99d2d;
	font-weight: bold;
}
.normalText, .normalText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e99d2d;
	width: 95%;
	margin: 2%;
	margin-left: 3%;
	margin-bottom: 4%;
}
.headerText, .headerText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f48887;
	font-weight: bold;
	width: 95%;
	margin: 2%;
}
.headerText2 {
	width:100%;
	margin: 0px;
	margin-bottom: 10px
}
.normalText2 {
	width:95%;
	color: #FF8888;
}
