/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: center;
	margin:0;
	background:#1a2b3f url(images/body-bg.jpg) repeat-x;
}
#wrapper {
	text-align: left;
	width:780px;
	margin: auto;
}

#header {
text-align:center;
height:86px;
}

#logo {
float:left;
margin-top:20px;
}

#contact {
float:right;
margin-top:17px;
font-size:30px;
color:#FF0000;
text-align:left
}

#name {
font-size:20px;
color:#fff;
}


#banner {
text-align:center;
margin:1px 0;
}

.content_wrapper {
	padding:20px 10px;
}

#left_column {
	width: 200px;
	float: right;
	background:#243850;
}
#right_column {
	width: 540px;
	float: left;
}

#menu {
	text-align:center;
	margin-top:5px;
}

#menu a{
text-decoration:none;
margin-right:1px;
}
#menu a:hover{
text-decoration: none;
}

h1 {
	font:20px "Times New Roman", Times, serif;
	line-height:25px;
	color:#fff;
}

.heading {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0;
}

.dividerH {
	float: none;
	height:15px;
}

p {
	line-height: 18px;
	font-size:13px;
}

.blocks {
	clear: both;
	font-size: 1px;
}

form{
margin:0;
padding-left:23px;
}

.input {
width: 150px;
margin-bottom:5px;
}

textarea{
width:150px;
height: 80px;
overflow:auto;
margin-bottom:10px;
} 

.label{
font: bold 11px Arial, Helvetica, sans-serif;
}

.red {
color:#ff0000;
font-size:26px;
font-weight:bold
}

.contact{
font-size:18px;
font-weight:bold;
}

#footer {
	font-size: 12px;
	text-align:center;
	padding:20px;
	background:#243850;
}

#footer a {
color:#fff;
padding:0 5px;
text-decoration:none;
}

#footer a:hover {
color:#fff;
text-decoration: underline;
}