body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	background-image: url(../images/bg.gif);
	font-size: 75%;
	margin: 0;
}

h1, h2, h3, h4 {}

h1 {
	font-size:2em;
	color: #f97805;
	}

h2 {
	font-size:2em;
	color: #F97805;
	margin: 10px 0 10px 0;
}

h3 {
	font-size:1.2em;
	color: #F97805;
	margin: 0 0 10px 0;
}

h4 {
	border-bottom:2px dotted #F97805;
	font-size:1.2em;
	color: #F97805;
	margin: 0 0 10px 0;
	}



p {
	margin:0 0 10px 0;
}

a {
	color: #F97805;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
}




#wrapper {
	width:960px;
	margin:0 auto;
}

#page {
	float:left;
	background-color:#fff;
	width: 960px;
	padding: 2px;
	border: 2px solid #000;
	margin: 20px 0;
}

#header {
	width:760px;
	float:left;
	height: 190px;
}

#logo {
	width:200px;
	height:190px;
	background-image: url(../images/logo.gif);
	float: left;
	background-repeat: no-repeat;
	background-position: center center;

}

#header_left {
	width:25px;
	float:left;
	height: 190px;
	background-image: url(../images/header_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header_center {
	width:645px;
	float:left;
	height: 130px;
	background-image: url(../images/header_mainimg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#navigation {
	width:645px;
	float:left;
	height: 37px;
	background-image: url(../images/navbg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	margin: 130px 0 0 0;
}

#navigation ul {
	margin:0;
	padding:2px 0 0 20px;
	list-style-type:none;
	}
	
#navigation li {
	margin:0 25px;
	float: left;
	}
	
#navigation li a {
	color:#000;
	text-decoration: none;
	padding: 8px 16px 0 16px;
	display: block;
	}

#navigation li a:hover, #navigation li a.selected {
	color:#fff;
	text-decoration: none;
	background-image: url(../images/star_white.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
#header_right {
	width:115px;
	float:left;
	height: 190px;
	background-image: url(../images/header_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo a {
	width:200px;
	height:180px;
	display: block;
}

#logo h1 {
	display:none;
}


#content {
	width:680px;
	float:left;
	padding: 0 40px;
}

#content.home p {
	line-height:1.8em;
	}

#content ul {
	list-style-image:url(../images/orange_star.gif);
	margin-bottom: 25px;
	}
	
#content li {
	margin:10px 0 0 25px;
	font-weight: bold;
	}


#images {
	float:left;
	width: 185px;
	padding: 5px 15px 0 0;
}

#images img {
	float:right;
	margin: 0 0 10px 0;
	border: 4px solid #fea411;
	}

#footer {
	width:960px;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	height:37px;
	float: left;
	}
	
#footer .copy {
	float:right;
	padding: 14px 17px 0 0;
	font-size: 0.85em;
	}
	
.borderb {
	background-image:url(../images/borderb.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding: 15px 0;
	float: left;
	width: 680px;
	}
	
.padtb {
	padding: 15px 0;
	float: left;
	width: 680px;
	}
	
p.right {
	text-align:right;
	clear: both;
	}
	
#content ul.quart {
	display:block;
	float:left;
	width:25%;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

h3.nopad {
	margin-bottom:0;
	}
	
#content .half {
	width:50%;
	float:left;
	}

