@charset "utf-8";
/* CSS Document */
html {
	border:none; outline: none;
	overflow:hidden;
}



embed { 
border:none; border:0px; outline: none; -moz-outline-style: none;
 
}

embed:active { 
border:none; border:0px; outline: none; -moz-outline-style: none; 

}

embed:focus { 
border:none; border:0px; outline: none; -moz-outline-style: none;

}


body
{
	margin:0;
	width:100%;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;	
	background:#f5eee2;
	border:none; border:0px; outline: none;
	-moz-outline-style: none;
	border:0;
	overflow:hidden;
}

#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;
		
		overflow:hidden;
}

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

	
}

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

#footer_holder
{
	width:100%;
	height:40px;
		border:none; border:0px; outline: none;
	
}
#footer_left
{
	width:450px;
	height:100%;
	float:left;
	margin-right:5px;
	padding-left:20px;
		border:none; border:0px; outline: none;
}
#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;
	

}
