
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('images/bg.png');
	background-repeat: repeat
}

#content {
	margin: auto;
	padding: 0px;
	width: 750px;
}
.ltborder {
	width: 14px;
	background-image: url('images/leftgrad.png');
	background-repeat: repeat-y	
}
.rtborder {	
	width: 14px;
	background-image: url('images/rightgrad.png');
	background-repeat: repeat-y	
}
.top {
	vertical-align: bottom;
	text-align: center;
	height: 75px;
	background-image: url('images/titlegrad.png');
	background-repeat: repeat-x;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999
}
.bottom {
	vertical-align: top;
	text-align: center;
	width: 710px;
	height: 75px;
	font-size: 11px;
	background-image: url('images/botgrad.png');
	background-repeat: repeat-x;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999
}
.banner {
	text-align: left;
	vertical-align: top;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
.sidebar {
	width: 210px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
}
.menu {
	background-color: #EEEEEE;
	margin: 10px;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}
.menu_title{
	font-size: 12px;
	color: #0033CC;
	font-weight: bold;
}
.main {
	vertical-align: top;
	padding: 5px 10px 10px 0;
	background-color: #FFFFFF;
	border-right: 1px solid #999999;	
}
h2 {
	color: #339900;
	line-height: 18px;
	margin-bottom: 5px;
	font-size: 14px;
}
a {
	color: #009933;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
