@charset "utf-8";

/*
Design by www.maak-mijn-website.nl
http://www.maak-mijn-website.nl
Released for free under a Creative Commons Attribution 2.5 License
*/
#main {
	background-color: #299BC0;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #FFFFFF;
}
*
{
	border: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
a{
	color: #0075bf;
	text-decoration:none;
}

a:hover{
	color: #646b6d;
	text-decoration:underline;
}
#top_menu {
	font-family: "Franklin Gothic Medium";
	font-size: 25px;
	color: #646b6d;
	background: #eeebda;
	height: 53px;
	width: 844px;
}
#top_menu ul {
	margin: 0;
	list-style: none;
	padding-left: 0px;
}

#top_menu li {
	display: inline;
}
#top_menu a{
	font-family: "Franklin Gothic Medium";
	font-size: 25px;
	color: #006fb6;
	text-decoration: none;
	line-height: 1.5;
	padding-left: 30px;
}
#content {
	background: #eeebda;
	width: 844px;
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	color:#666666;
}
#content_buttom1 {
	font-family: "Franklin Gothic Medium";
	font-size: 12px;
	color: #666666;
	background: #ded7b7;
	height: 296px;
	width: 282px;
}

.h1 {
	font-family:"Franklin Gothic Medium";
	font-size:30px;
	color:#646b6d;
	padding-top: 15px;
	text-align: center;
}

.h2 {
	font-family:"Franklin Gothic Medium";
	font-size:20px;
	color:#5d946c;
	padding-bottom: 10px;
	text-align: center;
}

.h3 {
	font-family:"Franklin Gothic Book";
	font-size:13px;
	color:#0075bf;
	padding-bottom: 10px;
	text-align: center;
}

.h4 {
	font-family:"Franklin Gothic Book";
	font-size:13px;
	color:#5d946c;
	padding-bottom: 10px;
	text-align: center;
}

.h5 {
	font-family:"Franklin Gothic Book";
	font-size:30px;
	color:#e7314f;
	padding-bottom: 10px;
	text-align: center;
}

.h6 {
	font-family:"Franklin Gothic Medium";
	font-size:20px;
	color:#0075bf;
	padding-top: 2px;
	text-align: center;
}

.h7 {
	font-family:"Franklin Gothic Medium";
	font-size:20px;
	color:#fe040a;
	padding-bottom: 10px;
	text-align: center;
}

#top_menu a:hover{
	font-family: "Franklin Gothic Medium";
	font-size: 25px;
	color: #a69860;
		text-decoration:none;
}
.read_more {
	background: url(images/read_more.png);
	background-position:center;
	padding-top:20px;
	width: 99px;
	height:33px;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 14px;
}
.read_more a{
	font-family:"Franklin Gothic Medium";
	font-size: 14px;
	color:#646b6d;
	text-decoration: none;
	line-height: 0.8;
	text-align: center;
}
#content_buttom2 {
	font-family: "Franklin Gothic Medium";
	font-size: 12px;
	color: #666666;
	background: #ded7b7;
	height: 296px;
	width: 281px;
}

.content_buttom{
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	color: #666666;
	width: 240px;
}
.content_buttom2{
	font-family: "Franklin Gothic Medium";
	font-size: 16px;
	color: #666666;
	width: 240px;
}


#banner {
	padding: 10px 0 10px 0;
}
.footer {
	color: #646b6d;
	font-family:"Franklin Gothic Medium";
	font-size:12px;
	text-align:center;
	padding-top: 15px;
}
.style1{
	color: #100F12;
	font-family:"Franklin Gothic Medium";
	font-size:8px;
	text-align:center;
	padding-top: 15px;
	text-decoration: none;
}
.style1 a{
	color: #100F12;
	font-family:"Franklin Gothic Medium";
	font-size:8px;
	text-align:center;
	padding-top: 15px;
	text-decoration: none;
}
.style1 a:hover{
	font-size: 8px;
	text-decoration: none;
	color: #100F12;
}
/* Header */

#header {
	width: 900px;
	margin: 0 auto;
}

#menu {
	height: 47px;
	width: 900px;
	float: center;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	
}

#menu a {
	display: block;
	float:none;
	padding: 15px 20px 16px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-left: #299BC0 1px solid;
	color: #646b6d;
}

#menu a:hover {
	background: #FFFFFF;
	color: #646b6d;
}

#menu .current_page_item a {
	background: #684a94;
	padding: 15px 30px 16px 30px;
	color: #646b6d;
}

#menu .last{
	border-right: #684a94 1px solid;
}

#search {
	float: right;
	width: 260px;
	margin: 0px;
	padding-top: 7px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

