@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 1004px;
	margin: 0 auto;
	background-color: #fdfdeb;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a2a218;
	background-color: #39A8E0;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 206px;
}
#nav {
	height: 31px;
	padding: 0 60px;
}
#content {
	height: 550px;
	padding: 20px 60px 0 60px;
}
.whitetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.pinktext {
	font-size: 13px;
	font-weight: bold;
	color: #f40094;
}
.bluetext {
	font-size: 12px;
	color: #1096db;
	font-weight: bold;
}
.pinktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #f40094;
}
.more {
	font-weight: bold;
	color: #e17d05;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	height: 109px;
	text-align: center;
	color: #FFFFFF;
}
#contactform {
	width: 523px;
	background-image: url(images/greenbg.gif);
	background-repeat: no-repeat;
	height: 342px;
	padding: 10px;
}
#contactform label {
	float: left;
	width: 80px;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #020101;
}
#contactform input {
	float: left;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 2px;
	width: 300px;
	padding: 2px;
	background-color: #fdfdd5;
	border: 1px solid #f5ffc8;
}
#contactform textarea {
	font-size: 11px;
	margin-bottom: 10px;
	width: 300px;
	margin-top: 4px;
	background-color: #fdfdd5;
	border: 1px solid #fdfdd5;
}

