/* CSS Document */
html,body{
	background-color: #000000;
	background-image: url(../img/body_backgrund.jpg);
	background-repeat:repeat-x;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
#container{
	margin: 0 auto;
	width: 1259px;
	height: 100%;
	position: relative;
}
#left{
	float: left;
	width: 241px;
	background-image:url(../img/left.jpg);
	background-repeat: no-repeat;
	height: 738px;
	margin-right: -39px;
	position: relative;
	z-index: 2;
}
#right{
	float: left;
	width: 240px;
	background-image:url(../img/right.jpg);
	background-repeat: no-repeat;
	height: 738px;
	margin-left: -38px;
	position: relative;
	z-index: 2;
}
#center{
	float: left;
	background-image: url(../img/center.jpg);
	background-repeat: repeat-y;
	padding: 0 38px 0 39px;
	width: 778px;
	position: relative;
	z-index: 1;
	min-height: 700px;
}

#header{
	height: 41px;
	background-image:url(../img/header.png);
	background-repeat: no-repeat;
}
#menu{
	height: 61px;
}
	#menu ul{
		padding: 0;
		margin: 0;
		list-style: none;
	}
		#menu ul li{
			float: left;
			display: inline;
			height: 61px;
		}
#banner{
	height: 156px;
	background-image:url(../img/banner.png);
	background-repeat: no-repeat;
}
#main{
	background-image:url(../img/main_background.jpg);
	background-repeat: repeat-y;
	min-height: 460px;
	padding-bottom: 147px;
}
	#main_left{
		background-image:url(../img/main_left.jpg);
		background-repeat: no-repeat;
		width: 236px;
		height: 300px;
		padding-top: 5px;
		float: left;
	}
		#main_left ul{
			list-style: none;
			margin: 0 0 0 24px;
			padding: 0;
		}
	#main_right{
		background-image:url(../img/main_right.jpg);
		background-repeat: no-repeat;
		min-height: 300px;
		width: 422px;
		/*padding: 83px 60px 24px 60px;*/
		padding: 60px 60px 24px 60px;
		float: left;
	}
	#email_update{
		background-image:url(../img/email_updates.jpg);
		background-repeat: no-repeat;
		margin-left: 12px;
		width: 209px;
		height: 84px;
		float: left;
		display: inline;
		padding-top: 45px;
		padding-left: 3px;
		color: #fff;
	}
		#email_update input[type="text"]{
			width: 142px;
			height: 16px;
			border: 1px solid #000;
		}
	#boxes{
		background-image:url(../img/bottom_boxes.jpg);
		background-repeat:no-repeat;
		width: 553px;
		height: 123px;
		padding-top: 6px;
		float: left;
	}
		#boxes .box{
			margin-left: 40px;
			width: 137px;
			height: 120px;
			float: left;
			font-size: 12px;
			color: #541a0e;
			display: inline;
		}
			.box #title{
				margin-left: -10px;
				height: 28px;
				padding-top: 12px;
				font-size: 14px;
				font-weight: bold;
				color: #000;
				text-align: center;
			}
			.box p{
				height: 50px;
				overflow: hidden;
				padding: 0;
				margin-bottom: 5px;
			}
			.box .more{
				font-size: 12px;
				text-align: right;
				color: #000;
				font-weight: 200;
			}

#bottom{
	height: 137px;
	margin-top: -137px;
	clear: both;
	display: block;
}
#bottom_menu{
	height: 37px;
}
	#bottom_menu ul{
		padding: 0;
		margin: 0;
		list-style: none;
	}
		#bottom_menu ul li{
			float: left;
			display: inline;
			height: 37px;
		}
#footer{
	height: 100px;
	padding: 0;
}

/* others */
.staff{
	min-height: 50px;
	clear: both;
	width: 420px;
	margin-bottom: 10px;
}
.staff_photo{
	float: left;
	width: 100px;
	margin: 10px;
	border: 1px solid #000;
}
.staff_info{
	width: 298px;
	float: left;
}
img.intext{
	width: 150px;
	float: right;
	margin: 10px -10px 5px 5px;
}
a img{
	border: 0;
	margin: 0;
	padding: 0;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p{
	margin-top: 0;
	padding-top: 10px;
}
h1,h2,h3,h4,h5,h6{
	margin: 10px 0;
}

.gallery{
	width: 125px;
	float: left;
	padding: 5px;
	height: 118px;
	margin-right: 5px;
	text-align: center;
	display: inline;
}
.gallery img{
	width: 120px;
	display: block;
	margin: 5px auto;
	/*border: 1px solid #000;*/
	height: 100px;
}
table.bordered{
	border-collapse: collapse;
	border: 1px solid #000;
}
.bordered thead{
	background-color: #ccc;
}
.bordered td,.bordered td+td,.bordered th+th{
	border: 1px solid #000;
}
.bordered td{
	padding-left: 5px;
}
.bordered tbody tr:hover{
	background-color: #abcdef;
}
input,textarea{
	margin-bottom: 3px;
}
