html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	text-align: center;
}
a:link    { text-decoration: none; color: #2D40A8; }
a:visited { text-decoration: none; color: #2D40A8; }
a:hover   { text-decoration: underline; color: #DD6900; }

.container {
	border: 2px solid #000000;
	background-color: #FFFFFF;
	width: 756px;
	margin: 0px;
	padding: 0px;
	margin: 1em auto;
}
.header {
	border-bottom: 2px solid #000000;	
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#topnav {
	background-color: #D27C27;
	border-bottom: 2px solid #000000;;
	margin: 0px;
	padding: 4px;
	font-size: 0.8em;
	text-transform: uppercase;
	}
/* Define look of Navigation buttons */
#topnav ul {
	display: inline;
	margin-left: 0px;
	padding-left: 0px
	}
#topnav ul li {
	display: inline;
	list-style: none;
	}
#topnav ul li a {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 3px 4px 3px;
	border-left: 2px solid #D27C27;
	border-right: 2px solid #D27C27;
	}
#topnav ul li a:hover {
	background-color: #D35126;
	border-left: 2px solid #D39F26;
	border-right: 2px solid #D39F26;
	color: #ffffff;
	}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
	background: url(images/active.gif) no-repeat bottom center;
	}
.sideright {
	width: 260px;
	float: right;
}
.sideright img {
	padding: 2px 2px 2px 2px;
}
.main {
	margin: 15px;
	padding: 0px;
	background-repeat: repeat-y;
}
.maintext {
	width: 100%;
}
.footer {
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	border-top: 2px solid #000000;
	background-color: #D27C27;
	color: #FFFFFF;
}
.featured {
	font-weight: bold;
	color: #617487;
}
.feature {
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #D27C27;
}
