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

* {
	padding:0;
	margin: 0px;
}

html {
}

body {
	font: 12px Tahoma,Helvetica,Arial,sans-serif;
	text-align: center;

}

/* ----------(  MAIN LAYOUT  )---------------- */

#wrapper {
	width: 100%;
	height: 100%;
	background-color:#666;
}	

#siteWrap {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	background-color: #FFF;
}

#header{
	position: relative;
	height: 170px;
	width: 1000px;
	text-align: right;
	background-color: #590F08;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}		
#main {
	height: 100%;
	background-color: #FFF;
}
#main p {
	padding: 10px;
	text-align: justify;
	line-height: 20px;
	background-color: #FFF;
}
#left {
	width: 685px;
	float: left;
}
#right {
	width: 300px;
	float: right;
}
.photo {
	margin: 10px;

	float: right;
}
#main dl {
	width:210px;
	display: block;
	float:left;
	margin-right: 5px;
	font-size: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
}
	
#main dl img.foto {
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #999999;
}
			
#main dt {
	width: 40px;
	display:block;
	float:left;	
}
	
#main dd {
	width: 170px;	
	display:block;
	float:left;	
}

#main ul {
	padding-left: 10px;	
	background: none;
	list-style: none;
	text-align: left;
}
#main li {
	margin-bottom: 10px;		
	line-height:20px;
	text-decoration:none;
	display:block;
}	
	
#footer {
	clear: both;
}
#menu {
	background-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

