div#content
{
/* This is whats used for both right and left columns */

margin-left: 31px;
margin-right: 31px;
padding: 1em;
padding-top: 1.5em;

/* This is for content column only  no left, no right

margin-left: auto;
margin-right: auto;
padding: 1em;
*/
/* This is for right only with content column 

margin-left: auto;
margin-right: 200px;
padding: 1em;
*/
/* This is for left only with content only 

margin-right: auto;
margin-left: 190px;
padding: 1em;
*/

}
div#wrapperOutside
{
	text-align: center;
	background-color: #340505;
}
div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	background: #9F1C22 url(images/content.gif);
} 
 
body
{
margin: 0;
padding: 0;
color: #000;
background-color: #9F1C22;

}
div#header
{
color: #fff;
height: 172px;
background: #9F1C22 url(images/header.jpg) no-repeat;


}
div#leftC
{
float: left;
width: 31px;
min-height: 343px;
background: #9F1C22 url(images/left.gif) no-repeat; 

}
div#rightC
{
float: right;
width: 31px;
min-height: 343px;
background: #9F1C22 url(images/right.gif) no-repeat; 

}
div#content { line-height: 150%; }
#cleardiv
{

clear: both;
height: 1em;

}
 div#footer
{
clear: both;
padding: .5em 1em;
text-align: center;
background: #340505 url(images/footer.gif) no-repeat;
}
#menubar2
{
	
	position: relative;
	height: 21px;
	top: 10px;

}
#menubar
{

	padding-left: 30px;
}
#menuSpacer
{
	padding-top: 135px;
}
html>body * #menuSpacer
{
	padding-top: 148px;
}
.footer_link
{
	color: #FFFFFF;
}
.header_link
{
	color: #C62039;
	font-weight: bold;
	font-size: 10pt;

}
.header_link.a
{

}
div#headerLink
{
	position: relative;
	top: -30px;
	left: 0px;
	color: #C62039;
	width: 243px;

	
}
html>body * #headerLink
{
	top: -40px;
}



