.body {
	background: #444444;
	margin-top: 1px;
}
.top_border {
	background-image: url(../img/top_border.gif);
	height:40px;
}
.bottom_border {
	height: 1px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
}
.top {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-image: url(../img/title.jpg);
	height: 200px;
	vertical-align: bottom;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 40px;
}
.content {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 400px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.web, a.web:visited, a.web:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.web:hover {
	text-decoration: underline;
	color: #000000;
}

