body {
	background: #EFEEE9 url(../_imgs/BG_body.gif) repeat-y fixed center top;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#container {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#logo {
	background: url(../_imgs/BG_logo.gif) no-repeat right center;
	height: 70px;
	width: auto;
	padding: 0 1px;
}

#logo ul {
	padding: 4px 0 0 480px;
}

#logo li {
	list-style: none;
	float: left;
	font: 9px/15px Verdana, Arial, Helvetica, sans-serif;	
	color:#66F
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 0 4px;
	margin: 0 4px;
}

#logo a:hover {
	background: #FFF;
	color:#309;
}

#header {
	height: 146px;
	width: auto;
	background: url(../_imgs/BG_headerIMG.gif) no-repeat center center;
	text-align: center;
	vertical-align: middle;
}

#nav {
	position: absolute;
	height: 28px;
	top: 186px;
	z-index: 10;
	width: 760px;
	left: 10px;
}

#nav ul {
	list-style: none;
}

#nav li {
	background: url(../_imgs/BG_navTab.gif) left bottom;
	font: 12px/28px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 0;
	text-align: center;
}

#nav li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 132px;
	height: 28px;
	text-transform: lowercase;
}

#nav li a:hover {
	background: url(../_imgs/BG_navTab.gif) right bottom;
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 132px;
	height: 28px;
}

#content {
	margin: 0 20px 0 240px;
	padding-top: 30px;
	text-align: left;
}

#content p {
	font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 6px 30px 6px 0;
}

#content h1 {
	font: 26px/20px "Trebuchet MS";
	color: #309;
	margin: 8px 30px 10px 0;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C0;
}

#content h2 {
	font: 16px/20px "Trebuchet MS";
	color: #390;
	margin: 12px 30px 0 0;
}

#content ul {
	font: 12px/19px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 6px 50px 6px 50px;	
}

/* #content li {
	list-style-image: url(../_imgs/bullet.gif);
	list-style-type: none;
}*/

#content li {
	list-style-type: square;
}

#side {
	background: url(../_imgs/BG_side.jpg) no-repeat left top;
	width: 230px;
	position: absolute;
	left: 1px;
	top: 218px;
	text-align: left;

}

#side h1 {
	font: 20px/20px "Trebuchet MS";
	margin: 30px 10px 0 25px;
}

#side p {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 15px 6px 30px;
	color: #000;
}

#side a, #footer a {
	text-decoration: none;
	color: #390;
}

#side a:hover {
	color: #FFF;
	padding: 1px 4px;
	background-color: #3C0;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	text-align: center;
	margin: 40px 20px 0 20px;
	padding:20px 0;
	border-top: 1px solid #5C4022;
}

#footer p {
	font: .7em/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 30px;
	color: #5C4022;
}
#header img {
	margin-top: 6px;
}

#plane {
	background: url(../_imgs/BG_tn.jpg) repeat-y;
	padding: 10px;
	margin-bottom: 10px;
}

#plane h1 {
	font: 16px/20px "Trebuchet MS";
	color: #000;
	margin: 8px 30px 10px 0;
	padding-bottom: 4px;
	border: none;
}

#plane img{
	float: left;
	margin-right: 10px;
}

#plane li {
	list-style-type: none;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;	
}

#plane li.more {
	padding-top: 10px;
}

#plane a {
	text-decoration: none;
	color: #309;
}

#plane a:hover {
	text-decoration: underline;
}

#thumbs {
	float: left;
	width: 200px;
	text-align: left;
}

#thumbs p {
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
}

#thumbs img {
	margin-bottom: 5px;
	border: 1px solid #000;
}

#description {
}

#description h1{
	font: 16px/20px "Trebuchet MS";
	color: #000;
	margin: 8px 30px -8px 0;
	border: none;
}

#description ul{
	margin: 0 10px 30px 190px;
	border-bottom: 1px solid #309;	
}

#description li {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
}

#description h1 {
	margin-left: 190px;
}

#descriptionNoPhotos h1{
	font: 16px/20px "Trebuchet MS";
	color: #000;
	margin: 8px 30px -8px 30px;
	border: none;
}

#descriptionNoPhotos ul{
	margin: 0 10px 30px 30px;
	border-bottom: 1px solid #309;	
}

#descriptionNoPhotos li {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
}