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

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	background-image:url(images/bg_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

h1, h2, h3, h4, h5, h6 {
font-size:14px;
font-weight:900;
}

.highlight {
font-size:14px;
font-weight:900;
color:#ebaa3a;
margin: 0;
}


a {
color:#333333;
border:none;
}

img {
border:none;
}

a visited {
color:#333333;
}

#wrapper {
	margin-left:0;
	margin-top: 20px;
	width: 1150px;
}
#wrapper #logo {
	margin-left: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:150px;
}
#wrapper #content_wrapper {
	width: 1150px;
}

#wrapper #content_wrapper #navigation {
	width: 250px;
	height: 1800px;
	display: inline;
	float: left;
}
#wrapper #content_wrapper #navigation ul {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content_wrapper #navigation li {
	margin: 0;
	font-size:12px;
	
}
#wrapper #content_wrapper #navigation a {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}




#wrapper #content_wrapper #navigation img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding:0;
}
#wrapper #content_wrapper #text_area {
	width: 900px;
	float: right;
	height:1800px;
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-position:top;
}
#wrapper #content_wrapper #text_area #header {
	margin-right: auto;
	margin-left: auto;
	width:765px;
	margin-left:110px;
	margin-top: 30px;
	margin-bottom:30px;
}
#wrapper #content_wrapper #text_area #home {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
}
#wrapper #content_wrapper #text_area p {
	padding-left: 50px;
	padding-right: 60px;
	margin-bottom: 15px;
}

#wrapper #content_wrapper #text_area a {
}


#wrapper #content_wrapper #text_area h1, h2, h3, h4, h5, h6 {
	padding-left: 50px;
	padding-right: 60px;
	margin-bottom: 15px;
	margin-top:30px;
	color:#ebaa3a;
	font-weight:900;
}


#footer {
	font-size: 11px;
	margin-right:20px;

}

#footer p a {
	font-size: 11px;
}

#form {
width: 800px;
padding-left: 50px;
}

