body {
	background: #cbe8ec;
	margin: 0px;
	font-family: arial;
}

a {
	color: #20778b;
}

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

#wrapper {
	width: 950px;
	margin: 0px auto 0px auto;
	background: #fff;
}

#header {
	background: url("images/toptile.jpg") repeat-x top;
}

#header h1 {
	background: url("images/header.jpg") no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 213px;
	width: 659px;
}

#header h1 span {
	display: none;
}

#content {
	float: left;
	width: 550px;
	padding: 20px 50px 20px 30px;
	line-height: 160%;
	font-size: 14px;
}

#content h1 {
	color: #42a9c2;
	background: url("images/dots.jpg") repeat-x bottom;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
}

#photo {
	float: left;
	height: 367px;
	width: 259px;
	margin-top: -46px;
	background: url("images/photo.jpg") no-repeat left;
}

#footer {
	font-size: 11px;
	color: #fff;
	background: #272727;
	padding: 10px 10px 10px 10px;
	text-align: center;
	clear: both;
}

#footer p {
	margin: 2px 0px 5px 0px;
}

#nav {
	position: absolute;
	top: 167px;
	margin: 0px 0px 0px 215px;
	list-style-type: none;
	padding: 0px;
}

#nav li {
	float: left;
	padding-left: 20px;
	font-size: 18px;
}

#nav li a {
	float: left;
	color: #fff;
}

ul {
	list-style-type: circle;
}

fieldset {
	padding-top: 15px;
	width: 530px;
	border: 1px solid #8b97a0;
	-moz-border-radius: 5px;
}

legend {
	font-size: 13px;
	font-weight: bold;
	color: #919586;
	text-transform: uppercase;
}

.textbox {
	padding: 2px;
	font-size: 11px;
	margin-bottom: 1px;
}

label {
	padding: 4px 5px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	float: left;
	text-align: right;
	width: 120px;
	color: #5d5a51;
}

.fancytextbox, .fancytextarea {
	width: 200px;
	padding: 5px;
	background: #f8f4e5;
	font-size: 14px;
	color: #454330;
	font-family: arial;
	border: 1px solid #b4b099;
	font-weight: bold;
	margin-bottom: 2px;
}