/* CSS Document */

#contentDiv {
	background-image:url(../images/about/background.gif);
	background-repeat:repeat-y;
	background-position:bottom;
}

#navDiv {
	background-color:#322b29;
}
#maincontenttable {
	background-image:url(../images/about/contentbackground.gif);
}
#rightSidebarFill {
	background-color:#322b29;
}
#aboutcontentwrapper {
	width:650px;
	margin-left:23px;
	margin-bottom:50px;
}
#aboutTable tr {
	padding-bottom:10px;
}
#aboutTable td {
	vertical-align:top;
	padding-left:12px;
	padding-top:15px;
	padding-bottom:10px;
	font-size:12px;
	color:#ffffff;
}
#aboutTable td p {
	margin-top:0;
}