@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;
	color: #4A2800;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #805c32;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrap {
	background-image: url(../layout/grad.gif);
	background-repeat: repeat-x;
	width: 960px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4a2800;
	border-left-color: #4a2800;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#container {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#image {
	position: relative;
	height: 425px;
	width: 880px;
	overflow: hidden;
}
#cycle {
	height: 425px;
	width: 880px;
	position: relative;
}
#cycle img {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

#thumbs {
	position: absolute;
	height: 75px;
	width: 400px;
	overflow: hidden;
	right: 0px;
	top: -55px;
}
#thumbs a {
	overflow: hidden;
	display: block;
	float: right;
	border: 2px solid #4a2800;
	height: 50px;
	width: 50px;
	margin-top: 19px;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
}
#thumbs a img {
	height: 50px;
}


#header {
	height: 60px;
	position: relative;
	margin-top: 40px;
	width: 880px;
}
a#latium {
	background-image: url(../layout/latium.png);
	height: 316px;
	width: 224px;
	display: block;
	position: absolute;
	left: -31px;
	top: -160px;
	text-indent: -9999px;
	z-index: 1;
}
#header ul {
	padding-left: 220px;
	padding-top: 30px;
}
#header ul li {
	float: right;
	list-style-type: none;
}
#header ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4em;
	color: #ae9578;
	margin-left: 2em;
}
#header ul li a:hover {
	color: #4D2C05;
}
#content {
	background-color: white;
	padding-top: 20px;
}
.cb {
	clear: both;
	height: 1px;
	position: relative;
}
#pop {
	height: 300px;
	width: 450px;
	position: absolute;
	top: 684px;
}
