@charset "utf-8";
/* CSS Document */


body {
	padding: 0;
	margin: 0;
	background: url(../images2/bg.jpg) 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:14px;
}
p {
	margin:0px;
	padding:0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: 0;
}

.gallery_img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 03px;
	margin-bottom:3px;
	float:left;
	padding: 0px;
	border: 2px solid #000000;
}

#wrapper {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 1200px;
	height: 100px;
	z-index: 1;
}

#left_container {
	position: relative;
	left: 12px;
	top: 0;
	margin-top: 140px;
	padding: 0;
	width: 353px;
	height: 611px;
	float: left;
	background: url(../images2/image_l.png) 0 0 no-repeat;
	z-index: 200;
}

#middle_conainter {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 468px;
	min-height: 517px;
	height: auto !important;
	height: 517px;
	float: left;
	z-index: 100;
	margin-bottom: 30px;
}

#header {
	text-align: center;
}

div#links {
	padding: 4px;
	margin-bottom: 0;
	background: #000000;
}

#links ul  {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#links li {
	float: left;
	width: 75px;
	height: 17px;
	margin: 1px;
	padding: 3px 0 0 15px;
	background: #000000;
	background: url(../images2/link.png);	
}

#links li:hover {
	background: url(../images2/linkhover.png);
	color: #999999;
	width: 73px;
	padding-left: 17px;
}

#content {
	background: #000000;
	min-height: 517px;
	height: auto !important;
	height: 517px;
	width: 454px;
	padding: 7px;
	clear: both;
}


#right_container {
	position: relative;
	left: -34px;
	top: 0;
	margin-top: 180px;
	padding: 0;
	width: 379px;
	height: 584px;
	float: left;
	background: url(../images2/image_r.png) 0 0 no-repeat;
	z-index: 200;
}

.topic {
	position:relative;
	width: 453px;
	z-index:200;
	margin-top: 5px;
	margin-bottom: 5px;
}
	.topic_head {
		position:relative;
		width: 423px;
		height: 29px;
		background:url(../images2/topic/head.png) no-repeat;
		padding-left:30px;
		padding-top:5px;
	}
	.topic_body {
		position:relative;
		min-height:110px;
		width: 433px;
		background:url(../images2/topic/body.png) repeat-y;
		padding-left:10px;
		padding-right:10px;
	}
	.topic_img{
	display: block;
	width: 100px;
	height: 100px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
	}
	.topic_foot {
		position:relative;
		width: 400px;
		height: 34px;
		background:url(../images2/topic/foot.png) no-repeat;
		padding-left:10px;
		padding-right:43px;
		clear:left;
		text-align: right;
		clear: both;
		
	}
	
	#sub {
		width: 50px;
		height: 20px;
		background: #000000;
		color: #FFFFFF;
		border: 0px;
	}
	
	.lable {
		width: 115px;
		height: 15px;
		background-color: #000000;
		color: #FFFFFF;
		border: 0;
		padding-left: 5px;
		padding-top: 5px;
	}


#footer {
	clear: both;
	margin-top:10px;
	padding: 10px;
}

.foot_links{
	position:relative;
	width:200px;
	left:180px;
	font-size:11px;

}
