body {
	background-color: #dad2c1;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/repeatingBG_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 770px;
}
.bodyBG {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
}
.candle {
	background-image: url(../images/contentTop_bg.jpg);
	background-repeat: no-repeat;
}


#outerContainer {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#innerContainer {
	background-image: url(../images/contentTop_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 770px;
}
#navigation {
	margin: 0px;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: none;
	float: left;
}
#navigation a:link, #navigation a:visited {
	font-size: 14px;
	text-decoration: none;
	width: 160px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #5d779e;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navigation a:active, #navigation a:hover {
	background-image: url(../images/button_bg.png);
	background-repeat: repeat;
	font-size: 14px;
	text-decoration: none;
	width: 160px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ddc094;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link, a:visited {
	color: #0000CC;
	font-weight: bold;
}
a:active, a:hover {
	color: #CC0000;
}

#preLoad {
	display: none;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 94px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.red {
	color: #CC0000;
}
.breaker {
	clear: both;
}
