@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	width:100%;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;	
	background:#f5eee2;
}

#top_header
{
	width:100%;
	height:23px;
	position:absolute;
	top:0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

#main_holder
{
	width:950px;
	height:550px;
	
	margin-left:auto;
	margin-right:auto;
	padding-top:17px;
	
}
#logo
{
	width:132px;
	height:122px;
	background:url(../images/logo.png);
	float:left;
	position:absolute;
	z-index:25;
	margin-left:28px;
	margin-top:14px;
}

#flash_content_holder
{
	width:950px;
	height:440px;
	float:left;
	z-index:20;
	position:absolute;
	margin-top:44px;
	
}

#menu_holder
{
	width:810px;
	height:35px;
	float:right;
	margin-top:4px;
	
}

#footer_holder
{
	width:100%;
	height:40px;
	
}
#footer_left
{
	width:450px;
	height:100%;
	float:left;
	margin-right:5px;
	padding-left:20px;
}
#footer_right
{
	width:470px;
	height:100%;
	float:right;
	margin-left:5px;
	
}

.footer_content
{
	color:#996666;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:10px;

}
.footer_content a
{
	color:#996666;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:10px;
	text-decoration:none;
}
.footer_content a:hover
{
	color:#996666;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:10px;
	text-decoration:underline;
}


.footer_copyright
{
	color:#cc9966;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:10px;

}