body {
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	color:#FFF;
	background:#000;
}

#wrapper {
	background:#FFF;
	color:#FFF;
	width:797px;
	left:50%;
	margin-left:-400px;
	padding:1px;
	position:absolute;
}

#nav {
	width:797px;
	background-image: url(images/navStrip.gif); 
	background-repeat: repeat-y;
	margin-bottom:1px;
	text-align:left;
	padding:7px 8px;
}

#nav a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-right:30px;
}

#nav a:hover {
	color:#F90;
}

#left {
	background-color:#541c3e;
	width:267px;
	padding:0px 10px;
	height:100%;
	margin-right:1px;
	float:left;
	text-align:left;
}

#middle {
	background-color:#000;
	width:217px;
	padding:2px;
	height:100%;
	float:left;
	background-image: url(images/middleBg.jpg); 
	background-repeat:no-repeat; 
}

#right {
	background-color:#1c544e;
	width:267px;
	padding:10px 10px 0px 10px;
	height:100%;
	margin-left:1px;
	float:right;
	text-align:left;
}

#left .header {
	background-image: url(images/headLeft.gif); 
	background-repeat:no-repeat;
	color:#541c3e;
	font-weight:bold;
	padding:6px 0px 6px 8px;
	margin-top:10px;
}

#right .header {
	background-image: url(images/headRight.gif); 
	background-repeat:no-repeat; 
	color:#1c544e;
	text-align:right;
	font-weight:bold;
	padding:6px 8px 6px 0px;
	margin-top:10px;
}

#left p, #right p {
	margin:6px 0px 12px 0px;
	padding:0px 3px;
	line-height:1.3em;
}

a {
	color:#f90;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.clear {
	clear:both;
}

ul {
	padding:0;
	margin: 0px 5px 12px 16px;
	list-style-type:square;
}

li {
	padding:0;
	margin:0 0 3px 0;
}