body {
	color:#000;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background: #fff;
	
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#000;
	border:0;
	-moz-outline-style:none;
}
a:hover {
	text-decoration:underline;
	color:#C58556;
	border:0;
	-moz-outline-style:none;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 80px;
	margin: 10px;
}
h1 a:hover, h2 a:hover {
	text-decoration:none;
}
h2 {
	font-size: 25px;
	margin: 8px;
}
h3 {
	font-size: 14px;
	margin: 8px;
	cursor: pointer;
}

#wrapper {
	width: 1000px;
	margin: auto;
}
#menu {
	width: 980px;
	height: 100px;
	padding: 10px;
	text-align: center;
}

#visor {
	float: left;
	width: 1000px;
	display: block;
}

#visor div {
	float: left;
	width: 850px;
	height: 300px;
	margin: 10px;
	background:#C58556;
}


#wrapper2 {
	height: 500px;
}

#visor2 {
	float: left;
	height: 300px;
	width: 9000px;
	display: block;
}

#visor2 div {
	float: left;
	width: 550px;
	height: 300px;
	margin: 10px;
	background:#C58556;
}


