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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-color: #006;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#container {
	margin: auto;
	background: #fff;
	width: 960px;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #f33;
}
#header {
	background: #fff;
	text-align: center;
}
#nav_top {
	background: #009  url(images/button.jpg) repeat-x;
	width: 960px;
	height: 40px;
	color: #fff;
	font-size: 18px;
}
#content {
	background: #fff;
	width: 100%;
}
#left {
	float: left;
	width: 250px;
	text-align: center;
	background: #fff;
}
#right {
	float: right;
	width: 689px;
	background: #fff;
	border-left: solid 1px #009;
	padding: 10px;
}
#nav_bottom {
	clear: both;
	text-align: center;
	padding-top: 15px;
	width: 100%;
	height: 50px;
	background: #fff;
	color: #f33;
	font-weight: bold;
	font-size: 14px;
}

#nav_bottom a {
	color: #f33;
	text-decoration: none;
}
#footer {
	color: #fff;
	font-size: x-small;
}	
#footer a {
	color: #f33;
}
#footer a:hover {
	color: #fff;
}	
#contact {
	width: 550px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #009;
}
#contact .label {
	float: left;
	width: 230px;
	background: #009;
	padding: 2px 0px 3px 5px;
	color: white;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
}
#contact .field {
	width: 250px;
}
#contact .message {
	width: 250px;
}
#contact .submit {
	margin-left: 245px;
}

	
