@charset "utf-8";




#page-container {
	width: 800px;
	margin: auto;
}

#header {
	height: 210px;
	background: url(../graphics/logo_2.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#main-nav {
	background: url(../graphics/background2.gif);
	height: 28px;
}








a:link {
	color: #7D3C16;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3200;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

BODY {
	background-color: #ECE1CB;
	background-repeat: repeat-y;
	background-position:center top;
	background-image: url(../graphics/back6.jpg);
	}




Read more: http://www.webdesign.org/web/html-and-css/tutorials/scrollbar-properties.3836.html#ixzz0OdzKDkCX

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7D3C16;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style6 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
border: 0px;
}
.style2 {font-size: 10px}
.style4 {font-size: 11px}

