body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6D7DAF;
	background-attachment: scroll;
	background-color: #6D7DAF;
	background-image: url(images/stripe.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#head{
	background-image: url(images/mian.gif);
	background-repeat: no-repeat;
	height: 354px;
	width: 698px;
	margin-top: 0px;
	margin-left: 51px;
}

#content_top {
	padding-left: 10px;
	position: absolute;
	left: 51px;
	top: 200px;
	width: 310px;
	height: 130px;
}

#content {
	padding-left: 10px;
	position: absolute;
	left: 51px;
	top: 335px;
	width: 680px;
}

#nav {position: absolute;
	left: 407px;
	top: 200px;
	width: 290px;}
	
a:link, a:visited, a:active {
	color: #D30000;
	text-decoration: none;
}

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

.form{
	width: 200px;
	border: 1px solid #6D7DAF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6D7DAF;
}

.buttons {
	border: 1px solid #6D7DAF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6D7DAF;
	background-color: #E1EBF4;
}

.border{
	border: 1px solid #333366;
}