/* Isalei style */

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: center;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	background: url(website-bodybg.gif) repeat-x #1c83be;
}

.clear { clear: both; font-size: 1px; line-height: 1px; }

#container { text-align: left; background: url(website-bg.jpg) no-repeat center top #FFF; width: 946px; margin: 0 auto; height: 603px; }

ul#hnavy { margin-left: 350px; list-style-type: none; padding: 0; white-space: nowrap; }
ul#hnavy li { display: inline; }
ul#hnavy li a { background: url(hnavy-li-bg.gif) repeat-x #FFF; display: block; margin-right: 10px; padding: 5px 10px; float: left; font-size: 15px; text-align: center; color: #Af8977; text-decoration: none;}
ul#hnavy li a:hover { background-image: none; }

#content {
	width: 500px;
	height: 200px;
	margin: 40px 20px 20px 360px;
	padding: 0;
}

#content h2 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #AF8977;
	margin: 10px 0;
}

#content p {
	margin: 20px;
	font-size: 14px;
	line-height: 18px;
}

.bottomlink {
	display: block;
	background: url(bottomlink-bg.gif) repeat-x #ad6bac;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	margin: 60px 60px 50px 700px;
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
}

#socialbox img { vertical-align: middle; }
#socialbox a { margin: 0 5px; }
