

body
{
	font-family: arial, verdana, sans-serif;
	background-color: #FEDDB2;
	padding: 0; margin: 0;
}

#wrapper
{
	width: 900px;
	min-height: 720px;
	height:auto !important;
	height:720px;
	margin: 10px auto;
	background-color: #F3F3F3;
	border: 2px solid #CECECE;
        padding-bottom: 10px;
}

#title
{
	height: 120px;
	width: 900px;
	position: center;
	background-color: #F3F3F3;
	background-image: url('/images/title.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#home_h1
{
    font-size: 24px;
}

#lower-bg
{
	background-color: #362D24;
	height: 400px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 100%;
}

a
{
    color: #000000;
}

#copyw
{
	margin: 10px auto;
	width: 900px;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
}

#copyw a
{
	text-decoration: none;
	color: #666666;
}

#copyw a:hover
{
	text-decoration: underline;
	color: #000000;
}

#main
{
	border-top: 2px solid #CECECE;
}

#wrapper #nav 
{
	float: left;
	font-family: georgia;
	font-size: 19px;
	font-weight: normal;
	padding: 20px 0px 0px 90px;
}

h1
{
	display: block;
	margin: 60px 0px 10px;
	text-align: center;
	font-family: georgia;
	font-size: 28px;
	font-weight: normal;
}

h2
{
	display: block;
	margin: 10px 0px 10px;
	text-align: center;
	font-family: georgia;
	font-size: 20px;
	font-weight: 500;
}

#mainContent
{
	padding: 0px  100px;
	text-align: center;
	font-size: 14px;
}

#rightContent
{
	width: 500px;
	margin: 75px 0px 20px 60px;
	font-size: 14px;
	text-align: center;
}

#nav ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav ul li 
{
	display: block;
	float: left;
	border-right: 1px solid #333333;
	padding: 0px 5px;
}

#nav ul li.last 
{
	border-right: none;
}

#nav ul li a 
{
	color: #333333;
	text-decoration: none;
}

#nav ul li a:hover 
{
	text-decoration: underline;
}

#nav .active 
{
	text-decoration: underline;
}

#imageBar
{
	width: 242px;
	float: right;
}

.introImage
{
	margin: 15px -20px;
}

img
{
	text-decoration: none;
	border-style: none;	
}

#imageScrollOuter
{
	border-style: none;
	height: 200px;
	overflow: hidden;
	display: block;
	text-align: left;
        margin: 0 -100px;
        position: relative;
        zoom: 1; /* internet explorer hack */
}

#fadeLeft
{
    display: block;
    position: absolute;
    left: 0;
}

#fadeRight
{
    display: block;
    position: absolute;
    right: 0;
}

#imageScrollInner
{
	border-style: none;
	width: 2600px;
	height: 20px;
}

#status1
{
	margin: 0px 0px 0px 165px;
	width: 550px;
	border: 1px solid black;
	background-color: #FFFFCC;
	padding: 4px;
	text-align: center;
}

#status2
{
	margin: 0px 0px 0px 165px;
	width: 550px;
	border: 1px solid red;
	background-color: #FFC0C0;
	padding: 4px;
	text-align: center;
}


