/* GENERAL STYLING */
* {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
html, body {
	background: #DDD7C1;
	color: #898164;
}
#container {
	width: 760px;
	background: #FFF url('../images/bg.gif') repeat-y;
	margin: 10px auto;
}
.clearing {
	clear: both;
	height: 0px;
}

/* HEADER ELEMENTS */

h1 {
	background: url('../images/logo.gif') no-repeat;
	width: 760px;
	height: 109px;
	text-indent: -10000em;
	background-position: 60px 16px;
}

/* NAVIGATION ELEMENTS */

#nav {
	background: #746B3D url('../images/logo.gif') no-repeat;
	list-style: none;
	width: 100%;
	height: 18px;
	padding-top: 3px;
	background-position: 60px -93px;
}
#nav li {
	float: left;
	clear: none;
	padding: 0 6px;
	border-left: 1px #FFF solid;
}
#nav li#first_nav_link {
	border-left: none;
	padding-left: 105px;
}

#nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #E0DED6;
}
#nav li #specials {
	font-style: italic;
}

/* CONTENT ELEMENTS */

#content {
	background: url('../images/logo.gif') no-repeat;
	background-position: 60px -115px;
}
#content img {
	width: 252px;
	float: left;
	clear: none;
	margin-top: 20px;
	margin-left: 65px;
	border: 1px #FFF solid;
}
#content #info {
	width: 330px;
	float: right;
	clear: none;
	margin: 0;
	padding: 10px 25px 10px 0;
}
#content #info p {
	margin: 10px 0;
	text-align: justify;
}
#content dl {
	float: left;
	clear: none;
	margin-top: 10px;
	padding: 10px 25px 10px 120px;
/*	margin-right: 170px; */
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	margin-bottom: 15px;
}
#content dl dd ul {
	list-style: none;
}
#content dl dd a {
	color: #C00000;
}

/* FOOTER ELEMENTS */

#footer {
	background: #FFF url('../images/ee_footer_bg.gif') repeat-x;
	height: 29px;
/*	line-height: 89px; */
	padding-top: 37px;
	text-align: right;
	padding-right: 10px;
	color: #FFF;
}
#peronii {
	text-align: center;
}

#peronii a {
	color: #746B3D;
	text-decoration: none;
	position: relative;
	top: 1em;
}