body 
{ 
	margin: 20px 20px 0px 20px;
	background: black;
	/* background: #8A1B0D; */
	/* background: #404040; */
} 

#containerfull
{
width: 100%;
height: 100%;
}

#container 
{
	/*margin-left:20%; 
	margin-right:20%;*/
	margin-left: auto; 
	margin-right: auto;
	width: 1500px;
	height: 960px;
	background: url(alt2.jpg) top center no-repeat;
	position: relative;
}

#menuholder
{
max-height: 50px;
width: 700px;
position: relative;
float:right;
}

#placeholder
{
	width: 1600px; 
	height: 500px; 
}

#placeholdertitle
{
	width: 1600px;
	height: 28px;
}

#logotitle
{
	width: 1000px;
	height: 96px;
			 /* background-color: #bbbbbb;  */
	background: url(darktint-cut.png) top right repeat;
	z-index: 99;
		margin: 0px;
	padding: 0px;
	display: block;
	text-align: right;
	font: 32px Arial, Helvetica, Tahoma;
	font-weight: bold;
	color: white;
	z-index: 100;
}

.footer_placeholder
{
width: 1000px;
height: 72px;
	position: relative;
	float: right;
}

.leftcol
{
	max-width: 500px;
	height: 500px;
	background: url(darktint-cut.png) top right repeat;
	/*background: rgba(255, 255, 255, 0.5);*/
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	font: 12px Verdana;
	color: white;
}
.leftcol h1
{/* color:#940101; */
color:#ca7c1a;}

.rightcol
{
	width: 900px;
	height: 318px;
	background: url(darktint-cut.png) top right repeat;
	/*background: rgba(255, 255, 255, 0.5);*/
	padding: 0px 0px 0px 0px;
	position: relative;
	float: right;
	font: 12px Verdana;
	color: white;
}

.footer
{
	width: 900px;
	height: 100px;
	background: url(darktint-cut.png) top right repeat;
	/*background: rgba(255, 255, 255, 0.5);*/
	padding: 0px 0px 0px 20px;
	position: relative;
	float: right;
	font: 12px Verdana;
	color: white;
	/* border:3px solid #940101; */
	border: 3px solid #ca7c1a;
	text-align: left;
}

a:link 
{
	color: #ca7c1a;
	text-decoration: none;
}

a:visited 
{
	color: #ca7c1a;
	text-decoration: none;
}

 a:hover 
{
	color: #ca7c1a;
	text-decoration: underline;
}

a:active 
{
	color: #ca7c1a;
}