@charset "utf-8";


#container {
	height: 600px;
	width: 800px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index-bg.jpg);
	color:#8a8a8a;
}
a {
	color:#8a8a8a;
	}
a:hover {
	color:#8a8a8a;
	text-decoration:underline;
	}
body {
	text-align: center;
	display: block;
	background:#f4f4f5 url(../images/bg1.jpg) repeat-x;
	color:#8a8a8a;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
	background:none;
}
#nav {
	position:absolute;
	top: 129px;
	left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	font-weight: normal;
	width:800px;
	overflow:hidden;
	height:900px;

}
/*#nav ul{
	list-style-type:none;
}
#nav ul li{
	float:left;
	display:block;
	text-transform:uppercase;
	padding-left:20px;
}
*/
#home-footer {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:13px;
	left:0px;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	
}
#home-footer a{

	text-decoration:none;
}
#home-footer ul{
	margin:0 0 0 33px;padding:0;
}
#home-footer ul li{
	list-style-type:none;
	display:block;
	float:left;
	margin:0 0 0 30px !important;padding:0;
}

#centerPane {
	display: inline;
	height: 354px;
	width: 676px;
	position: relative;
	top: 152px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 1px;
}

#front_searchbox {
position:absolute;
right:62px;
bottom:10px;
}
#front_searchbox form{
	margin:0;
	padding:0;
}
#front_searchbox label{
padding-right:.25em;
}
#front_searchbox .textfield {
	border:1px solid #d6011f;
	font-size: 10px;
	
}
#front_searchbox #go{
vertical-align:middle;
padding:0 0 3px 0;
}

#flashcontent {
	position:absolute;
	left:62px;
	top:25px;

}