/*---------------------------------
		Main
----------------------------------*/

*{
	margin: 0px;
	padding: 0px;
	}

p {
	margin: 10px 0;
	}	

a {
	color: #3c6f8c;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
body {
	font-family: "Arial", "Verdana", sans-serif;
	color: #9b8f75;
	background: #fdf4eb url('../../images/bg_slice.jpg') repeat-x top;
	font-size: 100.1%;
	text-align: center;
	line-height: 110%;
	}
	
.left_img {
	float: left;
	margin: 0 8px 0 0;
	}
	
.clear {
	clear: both;
	}
	
#wrapper {
	width: 901px;
	margin: 0px auto;
	text-align: left;
	font-size: .8em;
	}
	
.wrap {
	margin: 10px 60px;
	}
	
/*---------------------------------
		Header
----------------------------------*/
	
#header {
	height: 451px;
	background: url('../../images/header.jpg') no-repeat bottom;
	}
	
#logo {
	width: 184px;
	height: 131px;
	background: url('../../images/logo.jpg') no-repeat;
	margin-left: 361px;
	text-indent: -9999px;
	}

#logo a {
	width: 184px;
	height: 131px;
	display: block;
	}
	
/*---------------------------------
		Nav
----------------------------------*/

#nav {
	width: 794px;
	height: 35px;
	padding-left: 12px;;
	margin: 0 auto;
	margin-top: 15px;
}

#nav li {
	list-style-type: none;
	float: left;
	display: inline;
	padding: 0 12px;
	background: url('../../images/nav_break.gif') no-repeat left;
	}
	
#nav li a {
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	}

#nav li.current a, #nav li:hover a {
/*	background: url("../../images/arrow2.gif")  no-repeat right center;  */
	text-decoration: underline;	
	}	
	
#nav li.first a, #nav li.first {
	background-image: none;
	padding-left: 0;
	margin: 0;
	}
	
#nav li.last a {
	}

/* 	This is the old stuff. 
#nav {
	width: 780px;
	height: 35px;
	padding-left: 12px;;
	margin: 8px auto;
}

#nav li {
	list-style-type: none;
	float: left;
	display: inline;
	margin-left: 15px;
	text-align: center;
	padding-right: 10px;
	}
	
#nav li a {
	font-size: 15px;
	font-weight: lighter;
	text-decoration: none;
	padding: 0px 0px 0px 34px;
	background: url('../../images/nav_break.gif') no-repeat right;
	}

#nav li.current, #nav li:hover {
	background: url("../../images/arrow.gif")  no-repeat right center;
	}	
	
#nav li.first {
	margin: 0;
	}
	
#nav li.last a {
	padding: 0;
	background: none;
	}
*/
	
/*---------------------------------
		Footer
----------------------------------*/
	
#footer {
	margin: 0px auto;
	margin-top: 20px;
	text-align: center;
	}

#footer p {
	font-size: 12px;
	line-height: 100%;
	color: #6a594a;
	}
	
#footer .small {
	font-size: 10px;
	}
	

