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

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear:both;
}

/* page style */

body{
		background-color:#fff;
		background-image:url(../images/body_bg.png);
		background-repeat:repeat-x;		
	}
	#header{
		margin: 30px auto 0 auto;
		width:1161px;
		border:1px solid #999;
		-moz-box-shadow: 0 0 10px #333;
		-webkit-box-shadow: 0 0 10px #333;
		box-shadow: 0 0 10px #333;				
	}
	#header ul{
		width:1161px;
		background-image:url(../images/top_menu.png);
		height:28px;
		overflow:hidden;
	}
	#header ul li{
		float:left;
	}
	#header ul li a{	
		display:block;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration:none;
		line-height:28px;
		margin:0 10px 0 10px;
	}
	#header ul li a:hover{
		text-decoration:underline;
	}
	
	#content_area,#bottom_links{
		clear:both;
		margin: 0 auto;
		width:1161px;
	}
	
	#left_area{
		width:200px;
		text-align:center;
	}
	
	.left_nav,.left_nav ul{
		background-image:url(../images/left_menu_bg.png);
		background-repeat:no-repeat;
		width:163px;	
		margin: 55px auto 0 auto;
		height:168px;
		margin-bottom:20px;		
	}
	
	
	.left_nav ul{
		padding-top:10px;

	}
	.left_nav,.left_nav ul a{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		text-shadow: 1px 1px 0 #666;
		text-decoration:none;
		line-height:28px;
	}
	.left_nav ul a:hover{
		text-decoration:underline;
	}
	.right_banner{
		border:3px solid #4A9AC8;
		width:568px;
		margin: 55px auto 20px auto;
		text-align:center;
	}
	#right_area{
		float:right;
		width:950px;
	}
	#left_area{
		float:left;
		width:202px;	
	}
	.content{
		border:3px solid #E8E8E8;
		min-height:835px;
		padding:15px;
	}
	.content h1{
		font:normal 32px/42px Arial, Helvetica, sans-serif;
		margin: 10px auto 10px auto;
	}
	.content h2{
		font:normal 24px/42px Arial, Helvetica, sans-serif;
		margin: 10px auto 10px auto;		
	}
	
	.content p{
		font:normal 13px/24px Verdana, Geneva, sans-serif;
	}
	
	#bottom_links{
		background-image:url(../images/bottom_menu_bg.png);
		background-repeat:repeat-x;
		width:1161px;	
		height:32px;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	#bottom_links ul li{
		float:left;
		margin-left:15px;
		margin-right:15px;
	}
	
	#bottom_links ul li a{
		line-height:32px;
		display:block;
		color:#000;
		text-decoration:none;
		font:bold 12px/32px Arial, Helvetica, sans-serif;
	}
	
	#bottom_links ul li a:hover{
		text-decoration:underline;
	}

	#copyrights{
		clear:both;
		margin: 0 auto;
		width:1161px;
		text-align:center;
		margin: 40px auto 40px auto;
		font-family:Tahoma,sans-serif;
		font-size:12px;
	}

	#copyrights a{
		color:black;
	}
