form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
	color: #332114;
	background: #332115; 
}
body
{
	background: #332115 url(images/pageBG.jpg) bottom left no-repeat; 	
    padding: 40px 0 190px;
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 806px;
}
a           
{
    text-decoration: underline;
    color: #332114;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

#mainBG { background: url(images/mainBG.jpg) repeat-y; }
.tan { background: #DBC794; }

#topNav
{
	font-size: 12px;
	color: #332114;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-decoration: none;
	text-align: center;
}
#topNav a
{
	font-size: 12px;
	color: #332114;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #EEB211;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 13px;	
	font-weight: bold;
	margin: 10px 25px;
	text-align: left;
}

.mainText
{
	font-weight: normal;
	margin: 10px 25px;
	text-align: left;
}

.rightText
{
	font-weight: normal;
	margin: 0px 25px 10px 0px;
	text-align: left;
	font-size: 11px;
}
#copyright
{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	margin: 15px 20px;
	text-align: center;
}
#copyright a
{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}


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

