body {
	margin: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #AFB7D3;
	scrollbar-track-color : #babec9;
	scrollbar-face-color : #606779;
    scrollbar-arrow-color : #fff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000;
	scrollbar-shadow-color: #000;
}
#top{
	position: absolute;
	width: 100%;
	height: 80px;
	background: #AFB7D3 url(images/topborder.gif) repeat-x;
	left: 0px;
	top: 100px;
}
#nav {
	position: absolute;
	width: 146px;
	height: 52px;
	left: 0px;
	top: 180px;
	}
#content{
	position: absolute;
	width: 634px;
	height: 269px;
	left: 146px;
	top: 180px;
	}
#bott {
    position: absolute;
	width: 100%;
	height: 46px;
	background: url(images/bottomborder.gif);
	left: 0px;
	top: 449px;
}
#text{
	position: absolute;
	width: 435px;
	height: 239px;
	left: 0px;
	top: 0px;
	background: #fff;
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	}
#contact{
	position: absolute;
	width: 250px;
	height: 265px;
	left: 0px;
	top: 0px;
	background: #fff;
	padding: 4px 15px 0px;
	background-color: #FFFFFF;
	}
#contact2{
	position: absolute;
	width: 185px;
	height: 269px;
	left: 280px;
	top: 0px;
	background: #fff;
	padding: 0px;
	background-color: #FFFFFF;
	}
p {
    margin-bottom: 0px;
}
#photo{
	position: absolute;
	width: 168px;
	height: 269px;
	left: 465px;
	top: 0px;
	padding: 0px;
	}
.field {
	width: 200px;
	border: 1px solid #CFD5E6;
	background: #CFD5E6;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 12px;
}
.fieldSubmit {
background-color: #CFD5E6;
}
