body {
	background-color: #A1BAAB;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F2207;
	font-size: 10px;
	background-repeat: repeat-y;
	background-position: center;
}
.bg {
	background-image: url(../home/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


h1 {
	font-size: 10px;
	font-weight: bold;
	color: #A1BAAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4F2207;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.leftbg {
	background-image: url(../home/images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.rightbg {
	background-image: url(../home/images/right_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bttmbg {
	background-image: url(../home/images/bttm_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9FB5A8;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff3500;
}
h3 {
	color: #FF3500;
	font-size: 10px;
	font-weight: normal;
}

.buttons {
	position: absolute;
	width: 100%;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #4F2207;
	text-align: center;
	text-decoration: none;
	top: 82px;
}

.buttons a:link {
	color: #4F2207;
	text-decoration: none;
}
.buttons a:hover {
	color: #FF3500;
	text-decoration: none;
}
.buttons a:visited {

	color: #4F2207;
	text-decoration: none;
}
.buttons a:visited:hover {

	color: #FF3500;
	text-decoration: none;
}

a:link {
	color: #FF3500;
	text-decoration: none;
}
a:hover {
	color: #FF3500;
	text-decoration: underline;
}
a:visited {
	color: #FF3500;
	text-decoration: none;
}
a:visited:hover {
	color: #FF3500;
	text-decoration: underline;
}
.topbar {
	z-index: 0;
}
.leftbox {
	float: left;
	width: 50%;
	padding-right: 5px;
	position: absolute;
}
.rightbox {
	float: right;
	width: 50%;
}
.content {
	width: 800px;
	position: absolute;
}
li {
	font-size: 10px;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #4F2207;
	text-align: center;
	text-decoration: none;
}
.style2 {
	color: #FF3500;
	font-weight: bold;
}
.style3 {color: #FF3500}
.style5 {
	color: #A1BAAB;
	font-weight: bold;
}
