html,body{
	background: #0b1d2c url(../images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border: 0;
}

#wrap{
	width: 1000px;
	margin: 0 auto;
}

#header{
	background: url(../images/header.jpg) no-repeat;
	height: 190px;
}

#menu{
	background: #02b4f4 url(../images/menu_bg.png) repeat-x;
	height: 42px;
}

#menu ul{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#menu ul li{
	float: left;
	margin-right: 20px;
	background: url(../images/menu_item.png) top right no-repeat;
	padding-right: 30px;
}

#menu ul li a{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 42px;
}

#menu ul li a:hover{
	color: #026c9d;
}

#siteinfo{
	width: 395px;
	height: 110px;
	position: relative;
	left: 555px;
	top: 40px;
	color: #0b1d2c;
	font-size: 14px;
}

#main{
	background: #00aef9;
	overflow: auto;
	padding-bottom: 50px;
}

#content{
	padding: 4px;
}

.plug{
	float: left;
	width: 240px;
	height: 180px;
	margin: 2px;
	background: #039 url(../images/plug.jpg);
	border: 2px dashed #FFF;
}

.hor_box{
	clear: both;
	margin: 10px 0 10px 17px;
	width: 954px;
	background: url(../images/hor_box_footer.png) left bottom no-repeat;
	padding-bottom: 11px;
}

.hor_box_title{
	background:url(../images/hor_box_title.png) no-repeat;
	height: 41px;
}

.hor_box_body{
	background: #FFF;
	padding: 5px 10px;
}

h3{
	margin: 0 20px;
	color: #FFF;
	font-size: 14px;
	line-height: 41px;
}

#footer{
	background: #cff4fe url(../images/footer.jpg);
	height: 178px;
}
