/*===========================================================================*/
/* Begin Main Layout                                                         */
/*===========================================================================*/
body
{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #660000;
}


#headercontainer
{
	width: 100%;
	height: 85px;
	background: inherit;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 85px;
	background: #000000 url('../images/header.jpg');
	background-repeat: no-repeat;
}

#header a
{
	margin: 0; 
	padding: 0; 
	width: 760px; 
	height: 85px; 
	display: block;
}

.menucontainer
{
	margin: 0 auto;
	width: 758px;
	height: 20px;
	background-image:url('../images/top_menu_bkg.gif'); 
	background-repeat:repeat-x;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
}

.menucontainer_bottom
{
	margin: 0 auto;
	width: 758px;
	height: 20px;
	background-image:url('../images/btm_menu_bkg.gif'); 
	background-repeat:repeat-x;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


#content_container
{
	width: 100%;
}

#content
{
	margin: 0 auto;
	width: 738px;
	padding: 10px 10px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #979797;
	min-height: 300px;
}



#footer_container
{
	width: 100%;
	height: 20px;
	line-height: 110%;
}

#footer
{
	margin: 0 auto;
	width: 758px;
	height: 20px;
	background: url('../images/footer_bkg.gif');
	background-repeat:repeat-x;
	background-color: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#updated_holder_v2
{
	margin: 0 auto;
	padding: 0;
	width: 338px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	color: #000000;
	letter-spacing: 0;
	float: left;
}

#images_copy
{
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	float: left;
}

#design_copy
{
	margin: 0;
	padding: 0 10px 0 0;
	width: 200px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	letter-spacing: 0.1em;
	float: right;
}

#design_copy a:link, #design_copy a:visited
{
	color: #CCCCCC;
	text-decoration: none;
}

#design_copy a:link:hover, #design_copy a:visited:hover
{
	color: #FFFFFF;
	text-decoration: none;
}