@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 auto;
	height:auto;
	height:100%;
	
	color: #FFFFFF;
	font-size:12px;
	background:#000000 url(../images/bg.jpg) top right repeat-y;
	background-attachment: scroll;	
	min-height:100%; 	
	min-width:780px;	
	width:100%;	
}



h1 {
	font-size: 20px;
	font-weight: bold;
	color: #a39161;
	padding:5px 0 5px 0;
	margin:0;
}

.title{
	color: #a39161;
	font-weight:bold;
}

p{
	padding:0 0 10px 0;
	margin:0;
	
}

p a, p a:visited{
	color: #a39161;
	text-decoration:underline;
}

/*  MAIN  */


#mainsite{	
	width: 780px;
	min-width: 780px;	
	height: 660px;
	position:absolute;
	
    left:50%; 
    top: 0;
    margin-top: 0; /* half of the height */
	margin-left: -475px;
	padding: 30px 0 0 0;
	z-index:2;  
}




#home_logo_c{
	width:570px;
	float:left;
	
} 

#home_logo{
	width:100%;
	
	float:left;
	padding:160px 0 0 0;
	height:215px; !important	
} 

#home_logos{
	width:207px;
	float:left;
	height: 638px;
	
} 

#footer{
	padding:40px 0 0 0;
	font-size:11px;
	width:100%;
	clear:both;
}

#footer a, #footer a:visited{
	color: #a39161;
	text-decoration:underline;
	
}

#address{
	width:100%;
	float:left;
}

/*   Subpages   */
#container_subpage{
	
	width:600px;
	float:left;		
} 

#scarlet_sp{
	position:absolute;
	width:780px;
	
}

br{ clear:both}

#address_subpage{
	width:300px;
	float:left;		
}

#back{
	float:left;
	padding:30px 0 0 50px;
}
