@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #E14C21;
}
a:visited {
	color: #E14C21;
}
a:hover {
	color: #E08C41;
}
a:active {
	color: #E14C21;
}

h1 {
	font-size: 24px;
	color: #328EBD;
	font-weight: normal;
}
	
h2 {
	font-size: 18px;
	font-weight: 800;
	color: #653913;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #653913;
}

h4 {
	font-size: 16px;
	color: #E14C20;
}

p { 
margin-left: 30px;
}

/* Classes */

.header {
	width: 945px;
	height: 401px;
	}

.left-column {
	background-image: url(images/index_02.png);
	background-repeat: repeat-y;
	width: 48px;
	height: 322;
	}
	
.right-column {
	background-image: url(images/index_04.png);
	background-repeat: repeat-y;
	width: 47px;
	height: 322;
	}
	
.content {
	background-image: url(images/index_03.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#E1D8C9;
	width: 850px;
	height: 322px;
	vertical-align: top;
	}
	
.content-padding {
	padding-left: 25px;
	padding-right: 25px;
	}
	
.footer {
	font-size: 11px;
	}
	
.featured {
	background-image: url(images/home-featured.png);
	background-position: bottom right;
	width: 395px;
	height: 165px;
	vertical-align:middle;
	padding-right: 10px;
	}
	
.featured-image {
	float:left
	}
	
.featured-text {
	padding-right: 10px;
	padding-top: 40px;
	}
	
#PageWrapper {
	margin:0 auto;
	padding:0px;
	width:945px;
	}


#Search {
	float:right;
	position:absolute;
	margin-left: 550px;
	margin-top: 10px;
	width: 262px;
	height: 25px;
	
	}

