#wrapper{
	background-color:white;
	width:800px;
	margin:0 auto;
	border:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	}
body a{
	text-decoration:none;
	color:white;
	}
#header{
	width:800px;
	height:247px;
	background-image:url(../images/header_photo.jpg);
	background-repeat:no-repeat;
	position:relative;
	}
	#header_top{
		background-image:url(../images/header_top.png);
		width:800px;
		height:67px;
		background-repeat:no-repeat;
		background-position:top;
		position:absolute;
		top:0px;
		left:0px;
		}
	#header_bottom{
		background-image:url(../images/header_bottom.png);
		width:800px;
		height:42px;
		background-repeat:no-repeat;
		position:absolute;
		left:0px;
		bottom:0px;
		}
	#logo{
		margin:9px 0 0 35px;;
		}
	#nav{
		bottom:0;
		color:white;
		font-size:13px;
		font-weight:bold;
		margin-left:340px;
		position:absolute;
		text-align:center;
		width:400px;	
		margin-bottom:7px;
		}
		#nav tr td{
			text-align:center;
			vertical-align:middle;
			}
	#nav_green_block{
		width:34px;
		height:40px;
		background-color:#00ff14;
		right:0px;
		position:absolute;
		bottom:1px;
		background-image:url(../images/green_box.jpg);
		}
		#nav_green_block img{
			vertical-align:middle;
			}
	#body{
		position:relative;
		width:800px;
		margin-top:5px;
		background-image:url(../images/line_repeat.jpg);
		background-repeat:repeat-y;
		padding-bottom:10px;
		}
		#body_top{
			height:46px;
			position:relative;
			width:800px;
			background-image:url(../images/mid.jpg);
			}
			#body_top h3{
				margin-left:10px;
				margin-top:0;
				padding-top:12px;
				}
		#admin_body_top{
			height:46px;
			position:relative;
			width:800px;
			background-image:url(../images/admin_body.jpg);
			background-repeat:no-repeat
			}
			#admin_body_top h3{
				margin-left:10px;
				margin-top:0;
				padding-top:12px;
				}
			#news_title{
				padding-right:15px;;
				position:absolute;
				right:0;
				top:0;					
				}
				#news_title h3{
					color:white;
					font-size:16px;
					margin:0;
					text-align:left;
					}
		#content_pic{
			float:left;
			width:120px;
			margin-top:3px;
			}
			#content_pic p {
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				margin-left:10px;
				}
		#content{
			float:left;
			width:420px;
			font-size:13px;
			}
		#admin_content{
			float:left;
			font-size:13px;
			margin-left:10px;
			}		
		#news{
			float:left;
			margin-left:30px;
			width:215px;	
			font-size:14px;			
			}
			#news a{
				font-size:12px;
				text-decoration:none;
				color:black;
				}
			#news table tr td{
				margin-bottom:25px;
				}
	#footer{
		width:800px;
		height:40px;
		position:relative;
		background-image:url(../images/footer2.jpg);
		background-repeat:no-repeat;
		}
