@charset "utf-8";
html, body, div, form, input, p, h1, h3, h2, span, ul , li , a , img{
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#container0 {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#header {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 1000px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 150px;
}
#logo {
	background-image: url(../images/logo3.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 66px;
	float: left;
	line-height: 60px;
	padding-left: 75px;
	margin-top: 60px;
	margin-bottom: 40px;
	_margin-bottom: 30px;
}

h1  {
	font-size: 46px;
	font-weight: normal;
	margin: 0;
	font-family: Diamond;
	color: #FFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 21px;
	line-height: 40px;
	font-weight: normal;
	background-image: url(../images/title_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
#search {
	background-color: #F4FFEA;
	width: 505px;
	padding: 2px;
	border: 1px solid #46B4FB;

}

#content_search form{
	background-color: #FFF;
	height: 29px;
	width: 505px;
	margin: 0;
	padding: 3px;
}

.search {
	height: 25px;
	width: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #185B69;
	padding-right: 0px;
	border: 0px solid #FFF;
	padding-left: 0px;
	background-color: #F4FFEA;
}

.button {
	background-image: url(../images/button1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 0px solid #FFF;
	width: 29px;
	height: 29px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
}
#wrapper0 {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#content {
	float: left;
	width: 740px;
	position: relative;
	top: 0px;
	text-align: left;
}
#menu_side {
	float: right;
	width: 260px;
}
#content_title {
	padding: 0px 15px;


}
#content ul {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content ul li {
	padding: 10px 0px 10px;
}
#content h2 {
	padding-bottom: 8px;


}
#content h2 a{
	color: #1DA1D5;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;

}
#content h2 a:hover{
	text-decoration: none;

}
#content a {
	color: #C9451A;
	text-decoration: none;

}
#content a:hover {
	text-decoration: underline;

}
#menu_title {
	padding: 0px;


}
#menu_side ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#menu_side ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 37px;
	background-image: url(../images/li_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
}
#menu_side ul li a{
	color: #000;
	text-decoration: none;

}
#menu_side ul li a:hover{
	color: #C00;

}


.clear {
	clear: both;
	height: 0px;
}
#footer {
	background-color: #5F8C00;
	width: 990px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	padding-right: 20px;
	height: 40px;
}

