.container {
	background-color: #FFFFFF;
	margin: 5px auto;
	width: 760px;
}
body {
	background-color: #6B734A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navbar {
	background-color: #B5B57B;
	width: 760px;
}
.content {
	background-color: #FFFFFF;
	width: 750px;
	padding: 5px;
}
.minicontainer {
	background-color: #FFFFFF;
	margin: auto;
	width: 400px;
	height: 350px;
}
.minicontent {
	background-color: #FFFFFF;
	width: 390px;
	padding: 5px;
}
.footer {
	font-size: x-small;
	color: #666666;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	padding-top: 5px;
	margin-top: 10px;
	clear: both;
}
.minifooter {
	font-size: x-small;
	color: #666666;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	padding-top: 5px;
	margin-top: 10px;
	clear: both;
}
.listleft {
	float: left;
	width: 130px;
	font-size: x-small;
}
.listright {
	padding: 5px;
	float: right;
	width: 620px;
}
s_button {
	padding: 3px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBD1;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #EBEBD1;
	display: block;
	background-color: #cccc99;
}
a {
	color: #000099;
}a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}

