body {
	background-color: #000000;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 755px;
	left: 149px;
	position: absolute;
	padding-top: 52px;
}
#topContent {
	width: 753px;
	left: 149px;
	position: absolute;
	background-color: #cc3333;
	border-bottom: solid #cc3333 1px;
	margin: 52px 0 20px 0;
}
#leftCol {
	width: 552px;
	float: left;
	
}
#leftCol-top {
	height: 256px;
	background: url('img/left_col_top.gif') no-repeat;
	}
#navbar {
	width: 450px;
	height: 23px;
	position: absolute;
	margin: 0 0 0 1px;
	z-index: 2;
	padding: 100px 0 0 15px;
	}
#navlinks {
	float: left;
	width: 450px; height: 23px;
	}
	#navlinks img {display: inline;}
	#navlinks a:link, #navlinks a:active, #navlinks a:visited {border-style: none;}	
#leftCol-main {
	background-color: #FFFFFF;
	border-left: solid #cc3333 1px;
	border-right: solid #cc3333 1px;
	padding: 10px 10px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #000000;
	}
#rightCol {
	width: 201px;
	float: left;
}
#rightCol-top {
	height: 256px;
	background: url('img/right_col_top.gif') no-repeat;
}
#rightCol-main {
	background-color: #cc3333;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .7em;
	color: #ffffff;
	}
#rightColSpacer {
	background: url('img/right_col_spacer.gif') no-repeat;
	height: 10px;
	margin: 10px 0 10px 0;
	}
#mainContent {
	width: 755px;
	left: 149px;
	position: absolute;
	border-left: solid #cc3333 1px;
	border-right: solid #cc3333 1px;
	border-bottom: solid #cc3333 1px;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	
