* {
	margin: 0;
	padding: 0;
}


html {
	background: #fff url("images/html.png") repeat-x left top;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url("images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}

#all { width: 800px; margin: auto; font-family: verdana; font-size: 11px; }

.clr { clear: both; }

#site_add { width: 600px; margin: 40px auto 0; }
#site_add form { margin: 0px; padding: 0px; }
#site_add fieldset { border: none; margin: 0px; padding: 0px; }
#site_add label { border: 0px solid red; display: block; padding: 5px 0 5px 70px; }
.l1 { border: 1px solid red; text-align: center; display: block; margin: 0px 0px 30px 0px; }
#ta1 { border: 1px solid black; display: block; font-family: verdana; font-size: 11px; margin: 0 auto; }
#site_add select { border: 1px solid black; font-size: 11px; font-family: verdana; }
#site_add input { border: 1px solid black; font-size: 11px; font-family: verdana; width: 250px; }
#site_add textarea { border: 1px solid black; font-size: 11px; font-family: verdana; width: 250px; }
#site_add span { border: 0px solid red; float: left; display: block; width: 200px; }
#fsubmit { margin-top: 20px; text-align: center;}
#code { margin: 0 auto; text-align: center;}

#err { border: 0px solid red; color: red; font-weight: bold; text-align: center;}

#nav {
	line-height: 200%;
}

.site_list {
	margin-top: 20px;
	line-height: 100%;
}

.categories { 
	border: 0px solid red;
	float: left;
	list-style-type: none;
	margin: 20px 0pt;
	padding: 0px 0px 0px 150px;
}

.categories li {
	font-weight: bold;
	line-height: 300%;
}

.categories li a {
	display: block;
}



#search_result_head {}
#search_result {}



a img {
	border: 1px solid #ccc;
}

a {
	color: #94AEBB;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #729AD7;
}

.page {
	background: url("images/page.jpg") no-repeat left top;
	padding: 28px 125px 0 115px;
	width: 760px;
	min-height: 800px;
}

#header {
	margin: 0 auto;
	width: 760px;
	height: 170px;
	background: url("images/h1.png") no-repeat left top;
}

#header a {
	display: block;
	width: 760px;
	height: 170px;
	text-align: center;
	color: #000000;
}

#header a h1 {
	padding-top: 30px;
}

.topmenu {
	height: 27px;
	background: url("images/topmenu.png") no-repeat left top;
	text-align: right;
	padding: 35px 27px 0 0;
}
.page>.topmenu {
	min-height: 27px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #A3BDE5 url("images/roll.png") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover {
	background: #83A6DC url("images/roll.png") no-repeat 0 -27px;
}
.main {
	width: 706px;
	margin: 0 auto;
}
.bluebox {
	border: 1px solid #ccc;
	clear: both;
	padding: 7px 17px 9px 8px;
	width: 677px;
	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	float: left;
	margin-right: 40px;
}
.bluebox .big img {
	padding: 5px;
}
.bluebox .right {
	width: 335px;
	float: left;
	padding-bottom: 130px;
}
.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}
.bluebox .small2 {
	left: 534px;
}
.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}

.footer1 ul {
	list-style-type: none;
}

.footer1 ul li {
	display: inline;
}

.footer1 a {
	color: #888;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("images/footer.png") no-repeat left top;
	margin-left: 105px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.lightBlueBg {
  background-color: #EAF2F5;
}


