body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #221e1f;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(images/green-band-new.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/*structure*/
#header {
	background-attachment: scroll;
	background-image: url(images/brown-band-new.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 100%;
}
#logo h1{
	background-attachment: scroll;
	background-image: url(images/header-new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 400px;
	text-indent: -5000px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(images/green-band.gif);
	background-repeat: repeat-y;
	background-position: 100px top;
}
#main {
	background-attachment: scroll;
	background-image: url(images/green-band-new.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#contactInfo {
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 30px;
	margin: 0px;
	position: absolute;
	z-index: 2;
	left: 120px;
	top: 20px;
}

#textMain{
	width: 480px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#textBottom {
	margin: 0px;
	height: 20px;
	width: 380px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 415px;
}
#footer {
	background-color: #fff;
	margin: 0px;
	padding: 20px 0px 0px 420px;
	clear: both;
	width: 380px;
	height: 100px;
	background-attachment: scroll;
	background-image: url(images/green-band.gif);
	background-repeat: repeat-y;
	background-position: 100px top;
}
#news {
	padding: 30px 5px 0px;
	margin: 0px auto 0px;
	text-align: center;
	line-height: 2em;
	width: 210px;
	color: #fff;
	background: url(images/news-button.gif) no-repeat scroll center top;
	height: 120px;
}
#news a {
	color: #fff !important;
}
/*text*/
h2 {
	background: #c1d72e;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: bold;
	padding: 8px;
}

h2 a {
	color: #fff !important;
}

h2 a:hover {
	color: #221e1f !important;
}
.text {
	font-size: 0.8em;
	line-height: 1.5em;
}
.text a {
	color: #221e1f;
	text-decoration: underline;
	font-weight: bold;
}
.text a:hover {
	color: #4f1f91;
	text-decoration: underline;
	font-weight: bold;
}

.smallCaps {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #221e1f
}
.textSm {
	font-size: 0.7em;
	letter-spacing: 0.1em;
}
.textSm a {
	color: #221e1f;
	text-decoration: underline;
}
.textSm a:hover {
	color: #4f1f91;
	text-decoration: underline;
}
.nav {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: bold;
}
.nav a{
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	color: #4f1f91;
	text-decoration: underline;
}
.credit {
	font-size: 0.65em;
	letter-spacing: 0.04em;
	line-height: 1.5em;
}
.credit a {
	color: #221e1f;
	text-decoration: underline;
}
.credit a:hover {
	color: #4f1f91;
	text-decoration: underline;
}
.nav ul {
	list-style-type: none;
}
.nav li {
	padding-bottom: 5px;
	list-style-type: none;
}

/*floats*/
.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #221e1f;
	
}
/*borders*/
.borderGrey {
	border: 1px solid #333333;
}
