
/* ----- CSS ----- */
    body  {
	clear: both;
	
	background: #ffffff url(../img/background_about.gif) repeat scroll center top;
	
	margin: 0px auto;
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
}

/* ----- img ----- */

    img   { border:none;}


/* ----- PARAGRAPHS ----- */	
 p {
	font: 11px/18px verdana,arial,helvetica,sans-serif;
	margin-top: 0px;
	padding: 10px 15px 5px;
	text-align: justify;
}

	.menu_p{
	font: 92%/16px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: transparent;
	
}
	
	.menu_p2{
	font: 92%/16px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: transparent;
		
}
	.main_b{
	margin-bottom: 25px;
	border-bottom: 1px dotted #ffd0a6;
	padding-bottom: 10px;

}
		  
/* ----- LINKS ----- */	
	a{
		text-decoration: none;
		border:none;
		color: #560000;
}
	
	a:hover{
		text-decoration: none;
		border:none;
		color: #b11216;
}
		
/* ----- IDS ----- */
	#container{
	   overflow: hidden;
	   margin: 0px auto;
	   background: url(../img/bg_about.gif) repeat-y;
	   text-align: left;
	   /* box model hack */
	 voice-family: "\"}\"";
	 voice-family:inherit;
	 width: 640px;
}
	 html>body #container { width: 640px; }	  	   	 
	
	#head {
	width: 640px;
	height: 80px;
	display:block;
	background: transparent url(../img/logo.gif);		
}

	#head_about {
	width: 640px;
	height: 80px;
	display:block;
	background: transparent url(../img/about_header.jpg);		
}

	#menu {
	width: 640px;
	height: 43px;
	display:block;		
}	

	#menu_line {
	width: 640px;
	height: 7px;
	display:block;	
	background: transparent url(../img/menu_line.gif);	
}	

	#menu_space {
	width: 640px;
	height: 10px;
	display:block;	
	background: transparent url(../img/spacer.gif);	
}	
	
   #footer{
	clear: both;
	width: 640px;
	height: 77px;
	 padding: 5px 0px 0px 0px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	font: 10px/15px verdana, arial, helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
