/* Style sheet for the QBTB Web Site; RKneale, 2009 */

/* Document Styles */

body {
	background-color: #9cf;
	background: #9cf url(images/background.jpg) repeat fixed;
	font: normal 14px/16px sans-serif;
	color: #003;
	text-align: center; /* For IE */
	}

p {
	margin: 0 0 5px 0;
	line-height: 1.5em;
	}

h3 {
	color: #003;
	font-weight: normal;
	font-size: 1.25em;
	text-transform: uppercase;
	}

a:link, a:visited {
	color: #c30;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: none;
	color: #c30;
	background: #9cf;
	}

/* Container Styles */

#container {
	position: relative;
	width: 725px !important;
	width /**/: 750px;
	border: 15px solid #fff;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	}

/* Intro Styles */

#header1 {
	width: 725px;
	height: 325px;
	background: #fff url(images/qbtb-logo-lg.png) no-repeat;
	text-align: right;
	}

#header1 a:hover, a:active {
	text-decoration: none;
	color: #fff;
	background: #fff;
}

#header2 {
	width: 725px;
	height: 190px;
	background: #fff url(images/qbtb-logo-sm.png) no-repeat;
	text-align: right;
	}
	
#header2 a:hover, a:active {
	text-decoration: none;
	color: #fff;
	background: #fff;
}
	

/* Supporting Text Styles */

#content {
	width:725px;
	background: #fff;
}

#footer {
	width: 725px;
	background: #fff;
	margin-top: 10px;
	text-align: center;
	font-size: 0.8em;
	}

