body {
	min-width: 900px;
	margin:0;
	padding:0;
	background-position: top center;
	height:100%;
	background-color:#080808;
}

#left-side-outer {
	width:50%;
	float:left;
	margin-right:-435px;
	height: 533px;
}
#left-side{
	margin-right:435px;
	background-image:url(redesign/audiencebgleft);
	background-position:top left;
	background-repeat:repeat-x;
	height: 533px;
	background-color:#080808;
}
#center-column {
	width:870px;
	float:left;
	color: #FFFFFF;
	background-image:url(images/centergbg.gif);
	background-repeat:repeat-y;
	position:relative;
	z-index:10;
	height: 100%;
	border-right:solid 2px #cc8b07;
}
#right-side-outer {
	width:50%;
	float:right;
	margin-left:-437px;
	height: 533px;
}
#right-side {
	margin-left:435px;
	height: 533px;
	background-image:url(redesign/audiencebgright);
	background-position:top right;
	background-repeat:repeat-x;
	background-color:#080808;
}
#header{
	height: 163px;
	text-align: center;
	background-image:url(images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:none;
	display:none;
}
#content{
	margin:5px 12px 5px 200px;
	color:black;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffeecb;
}
#menu {
	position: absolute;
	left: 0px;
	top: 163px;
	width: 183px;
}

#content a:link, 
#content a:hover, 
#content a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#content a:hover {
	font-weight: bold;
	color: #fecc66;
	text-decoration: none;
}


h1 {
	font-size: 1.5em;
	color: #990000;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0em;
	margin: 0em;
	padding-bottom: 3px;
	padding-top: 8px;
}

h3 {
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0em;
	margin: 0em;
	padding-bottom: 3px;
}

#content .profile {
	float: left;
	padding-right: 10px;
	padding-bottom:5px;
}

#content table {
	border:0px;
	background-color:#fecc66;
}

#content table tr.row {
	background-color:#E5A82C;
}

#content table tr.rowAlt {
	background-color:#fecc66;
}

#content .callout {
	font-size: 1.3em;
	width:575px;
	margin-top: 5px;
	padding:12px 0 12px 0;
	color: #990000;
	background-color: #ffffff;
	text-align: center;
	line-height:130%;
}

#content .announce {
	font-size: 1.25em;
	width:575px;
	margin-top: 5px;
	padding:12px 0 12px 0;
	color: #990000;
	background-color: #FFE4AE;
	text-align: center;
	line-height:130%;
	border:solid 1px #990000;
}

.announce a:link,
.announce a:visited {
	color: #990000;
}

#footer {
	position: relative;
	font-size: 11px;
	color: #fecc66;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 870px;
	padding: 5px 0 25px 0;
	background-color:#080808;
	border-right:solid 2px #080808;
}

#footer a:link, a:visited, a:hover{
	color:#E1A429;
}
