form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #58595B;
	background: #000; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
	background: url(images/main.jpg) no-repeat top right;
	min-height: 605px;
	overflow: hidden;
}
#site
{
	margin: 0 auto;
	text-align: left;
	width: 795px;
	overflow: hidden;
}
a           
{   
    color: #EE3124;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1,h2,h3,h4,h5,h6
{
	font-size: 24px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	color: #EE3124;
	line-height: 17px;
}

#logo
{
	text-align: left;
	margin: 0px 0px 0px 0px;
}

#topNav
{
	background: url(images/nav.jpg) repeat-x top left;
	height: 38px;
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 25px;
	text-align: left;
}
#topNav a
{
	display: block;
	height: 38px;
	float: left;
	background: url(images/navIcon.jpg) no-repeat bottom left;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 38px;
	padding: 0px 25px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #000;
	text-decoration: none;
}

#topBar { background: #696A6C; height: 7px; }

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

#leftBox
{
	background: url(images/leftBottom.jpg) no-repeat bottom left;
	float: right;
	margin: 10px 0px 30px;
	width: 265px;
	overflow: hidden;
}
#leftBoxText
{
	color: #5D6567;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	margin: 0px 15px 30px;
	text-align: right;
}
#leftBoxText h1
{
	color: #EE3124;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
}
#leftBoxText span { color: #EE3124; }


#mainText
{
	font-weight: normal;
	margin: 10px 30px 30px 20px;
	text-align: left;
	line-height: 14px;
}

#footer
{
	background: url(images/footer.jpg) no-repeat top left;
	height: 36px;
}

#copyright
{
	font-weight: normal;
	color: #455560;
	font-size: 9px;
	margin: 6px 40px 0px;
	text-align: left;
}



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


