body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#ddd;
	background: #000000 url(../img/texture.jpg) repeat left top;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#DEDABF;
	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: 70px;
	margin: 5px;
}
h1 a:hover, h2 a:hover {
	text-decoration:none;
}
h2 {
	font-size: 20px;
	margin: 3px;
}
h3 {
	font-size: 14px;
	margin: 5px;
	cursor: pointer;
}

#header {
	width: 100%;
	height: 130px;
	text-align: center;
	position:fixed;
	left: 0px;
	top: 0px;
}

#menu {
	width: 100%;
	height: 10px;
	padding: 10px;
	text-align: center;
	position:fixed;
	left: 0px;
	bottom: 0px;	
}

#visor {
	float: left;
	height: 400px;
	margin-top: 120px;
}

#visor div {
	float: left;
	width: 500px;
	height: 400px;
	margin: 10px;
	background: #FFFFFF url(../img/ajax-loader.gif) no-repeat center;
}

#visor div img {
	border: 0;
}

#visor div a, #visor div a:visited, #visor div a:hover {
	border: 0;
	text-decoration:none;
	border:0;
}

.clear {
	border: none;
	clear: both;
}
