body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	position: absolute;
	height: 113px;
	left: 28px;
	top: 10px;
	width: 685px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	position: absolute;
	width: 520px;
	top: 190px;
	left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
}
#address {
	position: absolute;
	z-index: 5;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 180px;
	left: 540px;
	top: 150px;
}
#content b {
	font-size: 16px;
	color: #000000;
}
#title {
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88B5F6;
	margin-bottom: 8px;
	padding-bottom: 6px;
	color: #036DC5;
	font-weight: normal;
}

#nav {
	width: 174px;
	position: absolute;
	top: 160px;
	left: 10px;
}
#content #form td {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
#content #form table td {
	font-weight: normal;
}
.input {
	border: 1px solid #DDDDDD;
	border-bottom-color: #000000;
}
