body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	width: auto;
	margin: 20px 0px 20px 0px; 
}
form {
	display: inline;	
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 12px;
}
.light {
	color: #BCBCBC;
}
.green {
	color: green;
}
.lightgreen {
	color: #89B77B;
}
.link {
	color: #BBBBBB;
	
}
#head {
	width: 980px;
	height: 449px;
	background-image: url(img/d_head.jpg);
	position: relative;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#content {
	width: 980px;
	text-align: left;
	background-position: right;
	background-image: url(img/d_right.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 20px 200px 20px 20px;
}
#bottom {
	width: 980px;
	height: 92px;
	background-image: url(img/d_bottom.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}