/* Cam Air Styles - First Draft - Designed by www.jonathonvs.com */

/* Layout Styles */

html {
	background: #222;
}
body {
	background: #222;
	margin: 0;
	padding: 0;
	font: 1em/1.2em Calibri, Lucida Grande, Myriad Web, Tahoma, Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	background: #fff;
	width: 85%;
	left: 7.5%;
	background: #fff url('../images/menu_bg.png') repeat-y;
}
* html #wrapper {
	padding-bottom: 3em;
}
#break {
	clear: both;
	height: 1px;
	width: 191px;
	background: #fff url('../images/menu_bg.png') repeat-y;
}
#bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
* html #bottom {
	position: relative;
	bottom: -3em;
}

/* Banner Styles */

.pad {
	background: #222;
	height: 30px;
}
* html .pad {
	height: 31px;
}
#headline {
	background: #fff url('../images/blue_line.gif') left bottom repeat-x;
	height: 107px;
}
#headline #logo {
	float: left;
}
#headline h1 {
	float: right;
	margin: 0;
	padding: 75px 10px 7px 0;
	height: 32px;
	font: normal 25px/25px Georgia, Arial, Helvetica, sans-serif;
	min-width: 268px;
	text-align: right;
	color: #fff;
}
* html #headline h1 {
	
}
#tail {
	background: #fff url('../images/menu_bg.png') repeat-y;
	border-top: 2px solid #031630;
	height: 13px;
	position: relative;
}
#tail img {
	position: absolute;
	top: -2px;
	left: 277px;
}
* html #tail img {
	left: 279px;
}

/* Menu Styles */

#menu {
	width: 161px;
	float: left;
	color: #fff;
	padding: 0px 15px 13px;
}
#menu a {
	display: block;
	background: none;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
	width: 151px;
}
#menu a:hover {
	background: #900 url('../images/menu_hover.png') repeat-y;
}
#menu img {
	display: block;
}

/* Main Content Styles */

#main {
	padding: 0 1.0em;
	margin-left: 187px;
	padding-bottom: 70px;
}
h2 {
	font: normal 1.5em/1.0em Georgia, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999;
}
#text {
	color: #333;
	overflow: auto;
}
#text a {
	color: #111;
}
#text a:hover {
	color: #036;
}
#text hr {
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: 0;
	clear: both;
}
#text img {
	border: 0;
	float: right;
}
#text .rt {
	float: right;
	clear: right;
	text-align: right;
}
#text .more {
	text-align: right;
	font-style: italic;
}
#text .main_image {
	float: right;
	border: 4px double #666;
	margin: 0 0 1em 1em;
}
.bio {
	clear: right;
}
.bio img {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #333;
}

/* Gallery Styles */

.gallery .cell {
	float: left;
	padding: 10px;
	width: 125px;
}

/* Footer Styles */

#footer {
	background: #300;	
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	line-height: 30px;
	height: 30px;
	border: 1px solid #200;
	border-width: 1px 0;
	position: absolute;
	bottom: 30px;
	width: 100%;
	clear: both;
}
#footer a {
	color: #fff;
}
