body {
	margin: 0 auto;
	padding: 0;
	background:#d6d6d6; 
	
}

#mainTable {
	background: url(images/bg.gif) center repeat-y #d6d6d6;
	margin: 0 auto;
	width: 886px;
}

#header {
	color: #CCCCCC;
	background: transparent url(images/header.jpg) center no-repeat;
	height: 139px;
	width: 886px;
}

#content {
	float:left;
	padding:20px 10px 10px 50px;
	text-align:justify;
	width:500px;
}

#quote {
	float:left;
	background: url(images/divider.jpg) top no-repeat;
	padding:20px 10px 10px 50px;
	margin-top: 35px;
	width:500px;
}

#sidebar {
	width: 352px;
	background-image: url(images/bw.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 447px;
	padding-right: 45px;
}

#sidebarMontage {
	width: 352px;
	background-image: url(images/montage.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 447px;
	padding-right: 45px;
}

#footer {
	text-align:center;
	color: #000;
	background: transparent url(images/footer.gif) center no-repeat;
	height: 50px;
	width: 886px;
}

p, blockquote, li, ul, td, dt, dd {
	font-family: verdana, arial, sans-serif;
	color: black;
	font-size: 10pt;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #7f0000;
	font-size: 24pt;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #7f0000;
	font-size: 14pt;
}

.caption {
	font-family: verdana, arial, sans-serif;
	color: black;
	font-size: 8pt;
}

.on {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.off {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #aaaaff;
}

.bodyOn {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #7f0000;
}

.bodyOff {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #555555;
}
