@import "form.css";
@media print
{ .noprint
	{ display: none;
	}
}


html 	{
	background: url(pic/bg.jpg) repeat-x top;
	font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body 	{
	background: url(pic/bg_center.jpg) no-repeat top center;
	margin:0;
}

#frame {
	width:964px;
	height:638px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding:0px;
	text-align:left;
}

#logo {
	width:200px;
	padding:15px 0 0 20px;
	float:left;
}

#topnav {
	width:500px;
	padding:48px 5px 5px 50px;
	margin:0;
	float:left;
}

#search {
	width:155px;
	padding:35px 5px 0 2px;
	float:left;
}

#banner {
	width:926px;
	height:140px;
	margin-top:15px;
	padding:0 5px 0 20px;
	float:left;
	background: url(images/bg_flashreplace.jpg) no-repeat 72% top;
}

#content{
	width:964px;
}

#contentleft {
	width:296px;
	padding:29px 20px 0 51px;
	margin:0;
	float:left;
}

#contentcenter {
	width:205px;
	padding:10px 20px 0 20px;
	margin:0;
	float:left;
}

#contentright {
	width:300px;
	padding:29px 20px 10px 20px;
	margin:0;
	float:left;
}

#contentright a, #contentright a:visited {
	text-decoration:none;
	color:#a52700;
	display:block;
	padding:3px;
	border: 1px solid #efeee9;
}
#contentright a:hover {
	border: 1px solid #a58176;
	background:#fff;
	color:#000;
}


#contentleft ul, #contentcenter ul, #contentright ul {
	padding: 9px 0 0 0;
	margin: 0;
	list-style-type: none;
}
#contentleft li, #contentcenter li, #contentright li {
	background: url(pic/theta_icon.png) no-repeat left 5px;
	padding: 0 0 9px 20px;
	margin: 0;
}



#bottom {
	width:964px;
	height:81px;
	margin:0;
}

#footer	{
	width:300px;
	padding:20px 20px 10px 22px;
	float:left;
	font-size: 11px;
	color:#444;
}


#credits {
	width:300px;
	padding:20px 22px 10px 20px;
	float:right;
	text-align:right;
	font-size: 11px;
	color:#999;
}


.orange {
	color:#fc8d21;
	}

h1	{
	font-weight:normal;
	}

h2	{
	font-weight:normal;
	color:#777;
	}

h3 	{
	color:#fc8d21;
	}
	
