form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 20px 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #8E97A4;
	background: #D1EBBC; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 981px;
}

a           
{   
    color: #8B0F04;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1,h2,h3,h4,h5,h6
{
	font-size: 12px;	
	font-weight: regular;
	margin: 10px 0px;
	text-align: left;
}

#header { background: url(images/header.jpg) no-repeat top left; }

#navBorder { border: 2px solid #D6C5BE; margin: 127px auto 0px; }
#topNav
{	
	margin: 0px auto;
	padding: 0px;
	height: 23px;
	background: #FFF;
	list-style: none;
}
#topNav li
{
	display: block;
	float: left;
	font-size: 11px;
	color: #8E97A4;
	font-weight: normal;
	padding: 0px 0px;
	text-decoration: none;
	line-height: 23px;
}
#topNav a
{
	font-size: 11px;
	color: #8E97A4;
	font-weight: normal;
	padding: 0px 12px;
	text-decoration: none;
	line-height: 23px;
}
#topNav a:hover, #topNav a.selected
{
	color: #8B0F04;
	text-decoration: none;
}

#content { background: url(images/mid.jpg) repeat-y top left; }

#box 
{ 
	background: url(images/boxMid.jpg) repeat-y top left;
	margin: 30px auto;
	width: 509px;
}
#mainText
{
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

#gallery
{
	text-align: center;
	margin: 15px 0px;
}

#copyright
{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9px;
	margin: 10px 20px;
	text-align: center;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px;
	margin: 10px 0px;
	text-decoration: none;
	text-align: center;
}

