/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
	color:#333333;
	background-color: #FEFEFE;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Helvetica, sans-serif, Arial;
	font-size: 12px;
}

a {
	color:#333333;
}

a:hover {
	text-decoration:none;
	color: #000000;
}

#header {
	height:100
.px;
	display:block;
	height: 150px;
}

#navigation {
	width:490px;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11px;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
	padding:12px;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:0px;
}

#nav a:hover {
	background:url(images/nav_link_active.jpg) top repeat-x;
	color:#FFFFFF;
	text-decoration: underline;
}

#content_container {
	background-color: #DAEBFF;
	background-image: url(images/content_container.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 900px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin:0 auto;
	border: 1px solid #999999;
}

#content {
	margin-right:10px;
	padding-top: 10px;
	float: left;
	width: 700px;
}
#column {
	padding-top: 30px;
	float: right;
	width: 190px;
}

#column img {
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


p {
	margin:10px 0;
	padding:5px;
	line-height:20px;
}

#container ul {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#container ul li {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 20px;
}

#container img {
	padding:0px;
}

#footer {
	width:750px;
	padding:20px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
text-indent:0;
}

.image_right {
	float: right;
	padding-left: 20px;
}

.form_wrapper {
	width:250px;
	height:350px;
	text-align: left;
	color: #333333;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-left: 80px;
	padding-top: 30px;
}


textarea {
	border: 1px solid #CCCCCC;
	width:180px;
	height:50px;
	overflow: auto;
	color: #000000;
}

input {
	border: 1px solid #CCCCCC;
}
input.textboxes {
	width:180px;
	height:20px;
	color: #000000;
}

input.btn {
	width:54px;
	height:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	background-color: #666666;
}

