/* General Options */
* {
	margin: 0px;
	padding: 0px;
	behavior: url(iepngfix.htc);
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #fff;
	background: url(../images/bg.gif) top center repeat-x #000;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, h4, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #4c707a;
	font-size: 1.7em;
}

h2 {
	color: #4c707a;
	font-size: 1.5em;
}

h3 {
	color: #4c707a;
	font-size: 1.3em;
}
h4 {
	color: #ffffff;
	font-size: 1.4em;
}

a {
	color: #4c707a;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}
#banner{
float:left;
clear:both;
	padding-left:0px;
	margin-top:0px;
	margin-right:0px;
}
ul#buybook {

	width: 910px;
	float: left;
	height: 90px;
	overflow: hidden;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 30px;
}

/* Basic Structure */
#wrapper {
	position: relative;
	width: 100%;
	background: url(../images/mainbg.jpg) top center no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	width: 910px;
	margin: 0 auto;
	padding-bottom: 140px;
}

#header {
	float: left;
	width: 910px;
	overflow: hidden;
	background: url(../images/header.png);
	height: 39px;
}

#content {
	clear: both;
	float: left;
	width: 600px;
	padding: 0 150px;
	min-height: 
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/footer.jpg) top center no-repeat #000;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: 0.5;
	height: 122px;
}

/* Header Stuff */
#header h1 {
	display: none;	
}

#header ul {
	float: left;
	list-style: none;
	width: 910px;
	text-align: center;
	padding: 7px 0;
}

#header ul li {
	display: inline;
	padding: 0 3px;
}

#header ul li a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}

#header ul li a:hover, #header ul li.active a {
	color: #92abb2;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 150px;
	clear: both;
	text-align: right;
	padding: 0 20px 0 0;
}

#contact-form input, #contact-form textarea {
	width: 358px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
	display: block;
	padding: 70px 0 20px;
}

