body {
	margin: 0;
	background-color: #D9D9D9;
	font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
	min-width: 1050px
}

a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}

.highlight {
	color: #3775C5;
}

img.center{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#header {
	background-color: #262626;
	height: 60px;
	margin: 0;
	padding: 0;
	color: #FFF;
}
#nav_top ul{
	display: block;
	list-style: none;
	float: left;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 110px;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	min-width:360px;
}

#nav_top ul li {
	float: left;
	border-right: 2px solid #FFF;
	margin: 0;
	padding: 0 25px;
	cursor: pointer;
}

#nav_top ul li.last{
	border: none;
}

#container {
	width: 900px;
	height: auto;
	clear: both;
	margin: 0px auto;
	background: none repeat scroll 0% 0% #FFF;
	overflow: auto
}

#menu {
	background-image: url("../images/banner.jpg");
	background-size: 100% 371px;
	background-position: center bottom; 
	width: 100%;
	height: 250px;
    background-repeat: no-repeat;
	color: #FFF;
}

#menu_content {
	padding-top: 40px;
	padding-left: 25px;
	font-size: 2rem;
	color: #E6E6F2;
}

#menu_content  ul{
	font-size: 0.75rem;
	color: #FFF;
	display: block;
	width: 150px;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#menu_content ul li{
	border-bottom: 1px solid #FFF;
	padding: 8px;
	cursor: pointer;
}
div.left {
	width: 50%;
	float: left;
}

div.center {
	width: 88%;
	float: left;
}

div.right {
	width: 50%;
	float: right;
}
#container > .left{
	width: 25%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 25px;
}

#container > .right{
	width: 75%;
}

#contact {
	background-image: url("../images/circle.jpg");
	background-size: 80% 90%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
	font-size: 0.8em;
}
#content{
	padding: 10px;
}

#footer{
	clear: both;
	background-color: #262626;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #FFF;
}

#nav_bottom ul{
	display: block;
	list-style: none;
	float: right;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 205px;
	padding: 0;
	min-width: 250px;
}

#nav_bottom ul li {
	float: left;
	border-right: 2px solid #FFF;
	margin: 0;
	padding: 0px 10px;
	cursor: pointer;
}

#nav_bottom ul li.last{
	border: none;
}
#contact_form {
	clear: both;
    width: 500px;
    border: 1px solid #aaa;
	margin-top: 20px;
	padding-top: 25px;
	padding-right: 20px;
}

label {
	display: inline-block;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}
#contact_form input, #contact_form textarea {
	border: 1px solid #aaa;
	width: 350px;
	padding: 5px;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
}

#contact_form textarea {
	height: 90px;
}

#contact_form  input.submit_button{
	width: 100px;
	float: right;
	margin-right:23px;
	background-color: red;
	border: none;
	color: #fff;
	clear: both;
	font-size: 1em;
	padding: 10px;
}
.clearfix{
	clear:both;
}
