body {
	background-color: #cc0000;
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
	color: #ffffff;
	}

div.container {
	position: relative;
	margin-left: 0px;
	text-align: left; /* Stupid hack for IE messed up my whole page layout */
	width: 790px;
	height: 100%;
	}

#top {
	position: absolute;
	background-image: url(images/leftbg2.jpg);
	background-repeat: repeat-y;
	background: #cc0000;
	left: 2px;
	top: 0px;
	height: 100%;
	width: 800px;
	}

#topleft{
	float: left; 
	background-image: url(images/leftbg2.jpg);
	background-repeat: repeat-y;
	width: 300px;
	height: 100%;
	color: #000000;
	padding-left: 8px;
	}

#topright{
	float: right;
	left: 400px;
	width: 480px;
	height: 100%;
	color: #000000;
	padding-left: 8px;
	}

#content{
	position: absolute;
	background-image: url(images/leftbg2.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	top: 580px;
	width: 790px;
	}
