body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #000;
	font-size: 75%;
	font-family: verdana, tahoma, sans-serif;	
	text-align: center;
	}
	
a:link {
	color: #c30;
	text-decoration: underline;
	}
a:visited {
	color: #c30;
	text-decoration: underline;
	}
a:hover {
	color: #900;
	text-decoration: none;	
	}
a img {
	border: none;	
	}
	
h1 {
	margin: 0 0 .2em 0;
	padding: 0;
	color: #c30;	
	font-size: 120%;
	/* font-weight: normal; */
	text-transform: uppercase;
	}
h2 {
	margin: .2em 0;
	padding: 0;
	color: #c30;	
	font-size: 110%;
	}
h3 {
	margin: .2em 0;
	padding: 0;
	color: #c30;	
	font-size: 100%;
	}

p {
	margin: .6em 0;	
	}
	
hr {
	border: 1px solid #c30;	
	}
	
ul  { list-style-image: url(images/li.gif);	}

table {
	font-size: 100%; /* fix ie font-size inheritance */	
	}

	
th {
	background: #999;	
	color: #000;
	}

td {
	background: #333;
	color: #fff;	
	}
	
.row2 td {
	background: #666;
	color: #fff;	
	}

address {
	clear: both; margin: 0;
	padding: 15px 0 0 0;
	color: #c30;
	text-transform: uppercase;
	font-style: normal;	
	}
	
.container {
	width: 1024px;
	margin: 0 auto;
	background: url(images/bg_right.jpg) no-repeat right bottom;
	text-align: left;
	}
.innerContainer {
	position: relative;
	background: url(images/bg_left.jpg) no-repeat left bottom;
	}
	
.top {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}
.top img {
	border-right: 1px solid #000;	
	}
	
.left {
	position: absolute;
	top: 172px;
	left: 0;
	width: 152px;
	}
.right {
	position: absolute;
	top: 172px;
	left: 872px;
	width: 152px;
	}
	
.left img, .right img {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}
	
.contentContainer {
	min-height: 477px;	
	margin: 0 152px;
	background: #eee url(images/bg_content.jpg) repeat-y;
	color: #000;
	}
* html .contentContainer {
	height: 477px;	
	}

.content {
	padding: 30px;
	line-height: 140%;
	}
	
.leftCol {
	float: left;
	width: 310px;	
	}
.leftCol, .rightCol {
	font-size: 90%;	
	}
	
.rightCol {
	float: right;
	width: 310px;	
	}
	
.bottom {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	}
.bottom img {
	border-right: 1px solid #000;
	}
	
.clearfloat {
	clear: both;
	height: 1px;	
	}
	
/* =MASTHEAD */
	
