/* CSS Document */

div#container_header_front
	{
	height:250px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../images/header.jpg);
	position:relative;
	}

div#container_header_front img.top
	{
		position:absolute;
		top:10px;
		left:10px;
	}

div#container_header_front img.bottom
{
	position:absolute;
	bottom:10px;
	right:10px;
}

div#container_body_front
	{
		width:750px;
		margin-left:auto;
		margin-right:auto;
	}

div#container_contents_front
	{
	height:50px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border: #BB3C19 solid 1px;
	}
div#container_contents_front ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	height:50px;	
	text-align:center;
	width: 100%;
	}
div#container_contents_front ul li
	{
		display:inline;
	}

div#container_contents_front ul li a 
	{
		color: #fff;
		text-decoration: none;
		text-transform:uppercase;
		font-size:1.3em;
		font-weight:bold;
		height:50px;
		width:186.5px;
		border-left:#BB3C19 solid 1px;
		background:#FA4A01;	
		line-height:50px;
		float:left;
	}

div#container_contents_front ul li a:hover {
color: #fff;
background-color:#BA3000;
height:50px;
} 

div#container_column1
	{
	width:460px;
	float:left;
	}

div#container_column2
	{
	width:260px;
	float:left;
	}
	
div#container_ad
	{
	width:350px;
	height:350px;
	background-image:url(../images/front_page.jpg); 
	background-repeat:no-repeat; 
	float:right;
	margin-bottom:10px;
	}
	div#container_ad_1
		{
		text-align:center;
		position:relative;
		top:90px;
		width:320px;
		left:15px;
		}
	div#container_ad_2
		{
		position:relative;
		top:90px;
		width:320px;
		left:15px;
		}
	div#container_ad_3
		{
		position:relative;
		top:102px;
		color:#FFFFFF; 
		text-align:center;
		width:300px;
		left:25px;
		font-weight:bold;
		}
div#container_footer
	{
	clear:both;
	height:50px;
	background-color:#eee;
	line-height:50px;
	padding:0 0 0 20px;
	margin:10px 0 10px 0;
	}