
	
	#page_body{
		background-image:none;
	}

	#title_images_home{
		position:absolute;
		margin:0;
		padding:0;
		
		width:950px;
		height:580px;
		overflow:hidden;
	}
	
		#title_images_home img{
			position:absolute;
			display:none;
		}
		

	#content_home{
		position:absolute;
		
		margin:0;
		padding:0;
		
		width:950px;
		height:580px;
	}

		#content_home .logo{
			position:absolute;
			top:0;
			left:0;
			
			margin:0;
			padding:25px 30px;
		}


		#content_home h1{
			position:absolute;
			
			top:180px;
			left:40px;
			
			font-family:Arial, Helvetica, sans-serif;
			font-size:1.8em; /* 22px */
			line-height:1.3;
			text-decoration:none;
			font-weight:normal;
			color:#333;
		}

		#content_home p{
			position:absolute;
			top:250px;
			left:40px;
			width:334px;
			
			font-size:1em; /* 12px */
			line-height:1.36;
			color:#333;
		}
		
		#content_home #buttons_home{
			position:absolute;
			top:415px;
			left:26px;
			width:896px;
			height:152px;
			
			
			font-size:1em; /* 12px */
			line-height:1.5;
			color:#666;
		}
		
			#content_home #buttons_home #background{
				position:absolute;
				top:0;
				left:0;
				width:896px;
				height:152px;
				background-color:#af9b81;
			}
		
			#content_home #buttons_home ul{
				position:absolute;
				list-style:none;
				margin:0;
				padding:11px 0 0 10px;
			}
				
				#content_home #buttons_home ul li{
					float:left;
				}
				
				#content_home #buttons_home ul li a{
					display:block;
					margin:0 10px 0 0;
					padding:0;
					
					width:285px;
					height:130px;
				}



		#page_footer #body_bottom_margin{
			height:15px;
		}
	
	
	