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
	}

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


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

#TopBar {
	}

#TopImage {
	position: relative;
	background: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px;
	}

#Content {
	position: relative;
	background: #fff;
	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;
	}


#BottomBar {
	}

