* {
	margin:0;
	padding:0;
}

html,body {
	font-family: Times New Roman;
	font-size:14px;
	height:100%; /* needed for container min-height */
	height: auto;
	min-height: auto;
	text-align: left;
	color: #005b7f;
	font-style: italic;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:50px auto; /* center, not in IE5 */
	width:1000px;
	height:auto; /* real browsers */
	height: 100%;
	min-height:auto; /* real browsers */
}
#header {
	position: relative;
	float: left;
	clear: left;
	width: 1000px;
}
#logo{
	position: relative;
	clear: left;
	float: left;
	width: 256px;
	height: 66px;
}
.nav_horizontal{
	position: relative;
	clear: none;
	float: left;
	margin: 20px 0px 0px 0px;
	width: 635px;
	height: 70px;
}
.nav_horizontal_small{
	position: relative;
	clear: none;
	float: left;
	margin: 120px 0px 0px 50px;
	width: 635px;
	height: 70px;
}
#main{
	position: relative;
	float: left;
	clear: left;
	width: 800px;
	margin: 20px 0px 0px 0px;
	padding: 0px 50px 0px 50px;
}
.ce_text p{
	padding: 0px 30px 0px 30px;
	margin: 20px 0px 0px 0px;
}
#slider{
	position: relative;
	clear: left;
	float: left;
	width: 900px;
	height: 325px;
	margin: 9px 0px 0px 10px;
	overflow: hidden;
}
#bg{
	position: relative;
	clear: left;
	float: left;
	width: 920px;
	height: 345px;
	background-image: url(../img/bg.png);
	background-position: bottom;
}
iframe{
	position: relative;
	clear: left;
	float: left;
}
.ce_text{
	position: relative;
	float: left;
	clear: left;
	margin: 50px 0px 0px 0px;
}
.ce_form {
	position: relative;
	clear: left;
	float: left;
}
.ce_form input[type=text]{
	width: 300px;
	height: 25px;
}
.ce_form textarea{
	width: 301px;
	height: 150px;
}
.ce_form td{
	vertical-align: top;
}
.ce_form .col_first{
	width: 150px;
}
.ce_form span{
	color: #ff0000;
}
.ce_form .formbody {
	position: relative;
	clear: left;
	float: left;
	margin: 30px 0px 0px 30px;
}
.ce_form input[type=submit]{
	position: relative;
	float: right;
	width: 25px;
	width: 150px;
}