@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}

img {border:0}

#container {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width:960px;
	height:80px;
	margin:0 auto;
	}
	
#footer {
	width:960px;
	margin-top:20px;
	clear:both;
	}

#main_image {
	width: 920px;
	clear: both;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7E8B0;
	border-right-color: #D7E8B0;
	border-bottom-color: #D7E8B0;
	border-left-color: #D7E8B0;
	margin: 0 auto;
	
	}
	
#logo{
	float:left;
	}

#menu {
	float:right;
	}

#content {
	width: 920px;
	margin: 0 auto;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D7E8B0;
	border-bottom-color: #D7E8B0;
	border-left-color: #D7E8B0;
	}

#content_left {
	width:520px;
	float:left;
	padding:20px;
	margin-bottom:20px;
}

#content_right {
	width:300px;
	float:right;
	padding:20px;
}

#content_left2 {
	width:900px;
	float:left;
	padding:20px;
}

#copyright {
float:left;
}


#footer p {
	font-size:12px;
	}

#menu {
	float:right;
	padding-top:30px;
	}

#menu ul{
	font-size: 22px;
	font-weight: normal;
	color: #0066FF;
	margin-left: 10px;
	padding: 0px;
	display: inline;
	text-decoration: none;
}
	
	#menu ul li{
	font-size: 22px;
	font-weight: normal;
	color: #0066FF;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0px;
	display: inline;
	text-decoration: none;
}
	
	
	#menu ul li a{
	height: 29px;
	font-size: 22px;
	font-weight: normal;
	color: #0066FF;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
}
	
	#menu ul li a:hover{
	height:29px;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0px;
	display:inline-block;
	text-decoration:none;
}
			
h1 {
	font-size:24px;
	margin-bottom:10px;

	}
	
h2 {
	font-size:22px;
	margin-bottom:10px;
}

h3 {
	font-size:18px;
	margin-bottom:10px;
}

p {font-size:16px; margin:0; padding:0;}

.gallery {
	float:left;
	width:180px;
	height:200px;
	border:1px solid #999999;
	text-align:center;
	overflow:hidden;
	background-color:#EEF5FB;
	margin-top: 10px;
	margin-right: 28px;
	margin-bottom: 20px;
}

.gallery a img{
	border: 1px solid #333333;
	margin: 10px;

}

.desc {
	text-align:center;
	font-size:11px;
	color:#666;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow:auto;
}
