body {
	margin: 0;
	font: 12px arial, sans-serif;
}
#wrapperouter {
	width: 1000px;
	background: url(../img/body.gif) repeat-y;
}
#wrapper {
	width: 1000px;
	background: url(../img/header.jpg) no-repeat;
}
#left {
	width: 220px;
	float: left;
}
#right {
	margin-left: 230px;
	width: 750px;
	position: relative;
}
#spacerright {
	height: 380px;
}
#spacerleft {
	height: 160px;
}
.box {
	width: 218px;
}
.boxtop {
	height: 15px;
	overflow: hidden;
	background: url(../img/boxtop.gif) no-repeat;
}
.boxmid {
	background: url(../img/boxmid.gif);
}
.boxbot {
	height: 15px;
	overflow: hidden;
	background: url(../img/boxbot.gif) no-repeat;
}
.inner {
	padding: 1px 10px 1px 20px;
}
.box ul {
	list-style-image: url(../img/bullet.gif);
	margin: 0px 10px 0px 30px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #062;
}
a:hover {
	color: #090;
}
h2 a {
	font: bold 13px arial, sans-serif;
	color: #000;
}
.box h2 {
	margin: 0;
}
.box li {
	vertical-align: middle;
}
.box li a {
	font: 11px arial;
}
h1 {
	font: 24px arial, sans-serif;
}
h2 {
	font: 18px arial, sans-serif;
}
#footer1 {
	padding: 3px 0;
	margin-top: 20px;
	background: #efe;
	color: #000;
	text-align: center;
}
#footer1 a {
	color: #000;
	padding: 4px 20px;
	font-weight: bold;
}
#footer2 {
	background: #9acc99;
	padding: 3px 0;
	text-align: right;
	border-top: 2px solid #fff;
}
#footer2 p {
	margin: 0;
}
/* Scroller 							*/
#myscroller {
	position:relative;
	width:180px; height:161px;
	background-color:#fff;
	overflow:hidden;
}
#myscroller p {
	font: 12px arial;
}
h4 { font: bold 13px arial; }
table.vatop td { vertical-align: top; }

