html, body {
	height: 100%;
}

body {
	background: url(images/redcarbonfiber.jpg);
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #000080;
}

a:hover {
	text-decoration: underline;
	color: #0699f4;
}

#leftWrapper {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background: url('images/flames-left.png') left top repeat-y;
}

#rightWrapper {
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background: url('images/flames-right.png') right top repeat-y;
}

#mainWrapper {
	width: 750px;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
}

#header {
	width: 750px;
	height: 146px;
	margin: 0px;
}
	
#menu {
}

#content{
	width: 710px;
	background: url('images/body-bkg2.jpg') #ffffff center top no-repeat;
	border: 5px solid #ee0b0c;
	border-width: 0px 5px 5px;
	padding: 15px;
}

#footer{
	width: 750px;
	height: 40px;
	clear: both;
	bottom: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

.smalltext {
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	line-height: 2em;
	margin: 5px 0px 0px 0px;
}

.smalltext a {
	color: #ff0;
	text-decoration: none;
}

.smalltext a:hover {
	color: #0ff;
	text-decoration: underline;
}
