body {
	background: #990000 url(../images/red-waves-background.gif);
	position: relative; 
	margin: 0; 
	padding: 0;
	}

p {
	color: #000;
 	font-family: georgia, times, time roman, serif;
	font-size: 12px;
	line-height: 18px; 
	}

h1 {
	color: #000;
 	font-family: georgia, times, time roman, serif;
	margin-bottom: -8px;
	font-size: 24px;
	font-weight: 400;
	}

a {
	color: blue;
 	font-family: georgia, times, time roman, serif;
	text-decoration: none
	}

#Container {	background: #fff;	left: 50%;	position: absolute;	width: 770px;	margin: 20px 0 20px -385px;	}

#TopBar {
	}

#Content {
	position: relative;
	background: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;	text-align: left;
	margin: 0px;
	padding: 0px 25px 0px 25px;
	}

#LeftBar {	width: 334px;	float: left;	margin: 10px 0px 0px 0px;
	padding: 0px 25px 20px 25px;
	}
#RightBar {	width: 335px;	float: right;	margin: 10px 0px 0px 0px;
	padding: 0px 25px 20px 25px;
	border-left: 1px solid #666;	}

#LeftBar2 {	width: 340px;	float: left;	margin: 10px 0px 0px 0px;
	padding: 0px 0px 20px 25px;
	}
#RightBar2 {	width: 280px;	float: right;	margin: 10px 0px 0px 0px;
	padding: 20px 25px 20px 0px;
	}


#BottomBar {
	}

