@charset "UTF-8";
/* CSS Document */

body {
	background: #342403;
	
}

.bg1 {
	background-color:#494949;
	background-repeat:no-repeat;
	clear:both;
	height:auto;
	margin:0 auto 20px;
	overflow:auto;
	background: url(../web-images/background-img.gif);
	width: 960px;
	height:700px;	
}

.img {
	padding: 45px 0 0 80px;
	float: left;
	border: none;
}

a {
	text-decoration:underline;
	color: #5FB895;
	border:none;
}

a:visited {
	text-decoration: underline;
	color:#003300;
	border:none;
}

.info {
	float: right;
	padding: 30px 135px 0 0;
	border: none;
}

ul{
	margin: 300px 0 0 -330px;
	list-style: none;
	float: left;
	width: 160px;
}

#header li a {
	display: block;
	float: left;
	border:none;
	margin: 0 0 20px 0;
	background:url(../web-images/btn-none-state.gif);
	repeat: none;
	width: 146px;
	height: 29px;
}

#header li a:hover {
	margin: 0 0 20px 0;
	repeat: none;
	width: 146px;
	height: 29px;
	background: url(../web-images/btn-over-state.gif);
}

p {
	margin: 0 0 0 0;
}

h1 {
	font-weight: 200;
	font-family: Times New Roman, Times, serif;
	font-size: 25px;
	color: #342403;
	float:Right;
	clear:both;
}

h2 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 17px 0 0;
	margin: 0 0 0 0;
}


h3 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 17px 0 0;
}

.headText{
	float: right;
	margin: 160px -220px 0 0;
}

#bodyText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #342403;
	margin: 200px 190px 0 340px;
	line-height: 20px;
	width: 450px;
}

.list {
	margin: -10px 0 0 0;
	font-size:12px; 
	width:425px;
	list-style: url(../web-images/bullet.png);
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}