/* CSS Document */

	body {
		margin: 0;
		padding: 0;
		min-width:800px;
		color:#FFF;
		background: #000;
	}
	
	p { 
	font: .80em georgia; 
	margin-top: 0px; 
	color: #000;
	text-align: justify;
	}
	
	a { font-weight: normal; }
	a:link { color: #926e21; text-decoration: none; }
	a:visited { color: #666; text-decoration: underline; }
	a:focus, a:hover, a:active { color: #600; text-decoration: none; }
	
	h1 {
	font: bold 1.3em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 10px 0; 
}

	h2 {
	font: bold 1.0em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #ab8d4d;
	margin: 0 0 10px 0; 
}

	h3 {
	font: bold 0.8em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 10px 0; 
}

	h4 {
	font: bold 0.8em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #ab8d4d;
	margin: 0 0 10px 0; 
}

	
		div#wrap {
		background: #fff;
		margin: 0 auto;
		width: 800px;
	}
	
		div#headNews {
		background: #fff url(images/News_01.jpg);
		width: 800px;
		height: 270px;
	}

		div#contentNews {
		background: #fff url(images/News_02.jpg) repeat-y;
		padding: 10px 200px 10px 200px;
		width: 799x;
	}


		div#headAbout {
		background: #fff url(images/about_01.jpg);
		width: 800px;
		height: 138px;
	}

		div#contentAbout {
/*		padding: 20px 150px 10px 250px;
*/		padding: 20px;
		width: 799x;
		background: #fff url(images/about_02.gif) repeat-y;
		}
		div#contentAboutLeft {
		width:200px;
		padding: 0 20px 10px 40px;
		float:left;
		background:#fff;
		}
		div#contentAboutCenter {
		width:400px;
		padding: 0 20px 20px 20px;
		float:left;
		background:#fff;
	}

		div#headContact {
		background: #fff url(images/contact_01.jpg);
		width: 800px;
		height: 94px;
	}

		div#contentContact {
	padding: 40px 20px 50px 400px;
	width: 799x;
	background: #fff url(images/contact_02.jpg) no-repeat;
	}



	div#footer {
		background: #ab8d4d;
		width: 800px;
		letter-spacing: 0.02em;
		text-align: center;
		font-size: 0.65em;
		text-transform: uppercase;
		color: #FFF;
		vertical-align: middle;
		font-weight: bold;
		padding: 10px 0;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		}	
			
	div#footer a {
		color: #fff;
		text-decoration: none;
		padding: 0 5px;
	}
	
	div#footer a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	div#footer a:hover {
		color: #e9cf9a;
		text-decoration: none;
	}
	
	div#footer a:active {
		color: #e9cf9a;
		text-decoration: none;
	}

