@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #272727;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #0066CC;
	text-decoration: underline;
	}

#header {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_black_30.png);
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#feature {
	width: 800px;
	height: 312px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header2.jpg);
	margin-top: 10px;
	}

#navbar {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_black_30.png);
	padding: 10px;
	}

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
.left {
	width: 580px;
	float: left;
	padding: 10px;
	margin-right: 10px;
	background-image: url(../images/bg_black_30.png);
	}
	
.right {
	width: 170px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bg_black_30.png);
	}	

.logo {
	width: 510px;
	float: left;
	}

.booknow {
	width: 120px;
	margin-top: 12px;
	float: right;
	}

.forcer {
	clear: both;
	}
	
.footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 9px;
	text-align: center;
	}
	
/* -------------------------------------------- BIOGS */

.biogpic {
	float: left;
	width: 150px;
	border: #FFFFFF 1px solid;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.biogwords {
	float: left;
	width: 400px;
	padding-top: 10px;
	}

.scissors {
	margin-right: 5px;
	}
	
/* -------------------------------------------- TEXT */

.titletext {
	font-size: 16px;
	margin-bottom: 9px;
	}

.maintitletext {
	font-size: 18px;
	line-height: 25px;
	border-bottom: #FFFFFF solid 1px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	}