html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	background: url('images/bg.png') repeat-x;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
em{
	font-style: normal;
	color: #0046ac;
}
img{
	border-width: 0;
}
a{
	font: 16px Arial;
	color: #d8001d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul{
	margin: 16px 0;
	padding: 0;
}
li{
	padding: 0 0 0 20px;
	list-style: none;
	background: url('images/bullet.png') no-repeat 0 6px;
}
p{
	margin: 16px 0 0;
}
.text{
	display: block;
	width: 287px;
	height: 20px;
	padding: 10px 13px;
	margin-top: 21px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font: 16px Arial;
	color: #666;
}
textarea{
	width: 285px;
	height: 201px;
	padding: 14px;
	margin-top: 21px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	font: 16px Arial;
	color: #666;
}
.submit{
	width: 91px;
	height: 40px;
	border-width: 0;
	background: url('images/submit.png');
	float: right;
}
#submit:hover{
	background-position: 0 40px;
}
#submit:active{
	background-position: 0 0;
}
#error, #confirm{
	background: #fbe5e8;
	width: 500px;
	height: 24px;
	padding: 8px 15px;
	font: 16px Arial;
	float: left;
	color: #d9001d;
	display: none;
}
#confirm{
	background: #e5ecf7;
	color: #0046ac;
}

.right.side{
	width: 660px;
}

#constrict{
	width: 900px;
	min-height: 100%;
	margin: auto;
	padding: 0 40px;
	background: #fff;
}

#header{
	padding: 30px 0 40px;
}
#header .right{
	height: 342px;
}
#header .right div{
	font: 46px Times New Roman;
	padding-top: 163px;
}

#menu a, #menu div{
	display: block;
	position: relative;
	z-index: 1;
	width: 149px;
	height: 30px;
	padding: 12px 0 0 12px;
	margin-bottom: 8px;
	font: 16px Arial;
	color: #fff;
	text-decoration: none;
	background: url('images/menu.png') no-repeat;
}
#menu a:hover{
	background-position: 0 -42px;
}
#menu a#selected{
	background-position: 0 -84px;
}
#menu div{
	position: absolute;
	margin: 0;
	z-index: 0;
}

#body{
	background: url('images/shadowBG.png') repeat-y 190px 0;
}

#body .right .right, #body .right .left{
	width: 310px;
	font: 16px Arial;
	color: #333;
	line-height: 1.5em;
}
#body .right .left{
	width: 269px;
}

#shadowTop{
	position: absolute;
	margin-left: 190px;
	width: 12px;
	height: 230px;
	background: url('images/shadowTop.png') no-repeat;
}
#shadowBottom{
	margin-left: 190px;
	margin-top: -230px;
	width: 12px;
	height: 335px;
	background: #fff url('images/shadowBottom.png') no-repeat;
}

#footer{
	width: 100%;
	height: 35px;
	position: absolute;
	margin-top: -35px;
	background: #666;
}
#footer .in{
	margin: auto;
	padding: 10px 100px 0;
	width: 900px;
	color: #999;
	font: 12px Arial;
}
#eew{
	display: block;
	float: right;
	width: 62px;
	height: 13px;
	line-height: 0;
	background: url('images/eewDesign.bmp');
}
#eew:hover{
	background-position: 0 13px;
	text-decoration: none;
}
