* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #B5DEEF url(./i/bg.gif) repeat-y top center;
	color: #4070BB;
	font-family: sans-serif;
	font-size: 16px;
}
img {
	border: 0;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -35px; /* must be same height as push (footer + padding). */
}
#header {
	height: 255px;
	background: #B5DEEF url(./i/bannerbg.gif) repeat-x bottom center;
	border-bottom: 10px solid #B5DEEF;
}
#banner, #copyright {
	/* This sets width of fixed-width sections. */
	width: 900px;
}
#banner {
	height: 255px;
	margin: 0 auto;
}
#banner img {
	margin-left: 60px;
}
/*************************/
#content {
	width: 900px;
	margin: 0 auto;
}
#sidebar {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 150px;
	font-family: "cooper black","impact", "arial black", sans-serif;
	font-size: medium
	text-align: left;
}
#main {
	float: right;
	margin-right: 10px;
	width: 700px;
	text-align: center;
}
.clear {
	height: 0;
	clear: both;
}
/*************************/
#footer {
	/* This sets the height of the footer. */
	height: 25px;
}
#push {
	/* hieght of the footer plus its padding. */
	height: 35px;
}
#footer {
	background-color: #7BBDDE;
	border-top: 10px solid #B5DEEF;
}
#copyright {
	margin: 0 auto;
	text-align: center;
	font-size: x-small;
	margin-top: 5px;
}
/* Shazz's css sheet appended here (minus layout; ex. #wrapper, #footer) */
a:link {
	color: #4070BB;
	text-decoration: none;
	border: 0;
}
a:visited {
	color: #4070BB;
	text-decoration: none;
}
a:hover {
	color: #B5DEEF;
	text-decoration: none;
}
a:active {
	color: #00EEEE;
	text-decoration: none;
}
#main a:link {
	color: #7BBDDE;
	text-decoration: none;
}
#main a:visited {
	color: #7BBDDE;
	text-decoration: none;
}
#main a:hover {
	color: #7BBDDE;
	text-decoration: underline;
}
#main a: active {
	color: #00EEEE;
	text-decoration: underline;
}
#menuindent {
	margin-left: 5px;
	font-size: smaller;
}
#frontleft {
	float: left;
	height: 520px;
	width: 230px;
}
#frontright {
	float: right;
	width: 450px;
}
.title {
	font-weight: bold;
	font-size: x-large;
	font-family: "cooper black", "impact", "arial black", sans-serif;
}
.subtitle {
	text-align: left;
}
.gallery {
	clear: both;
}
.gallery img {
	margin: 5px 20px;
}
.textbox {
	padding: 5px;
}
#fix {
	height: 0;
	clear: both;
}
