/* General styles */
body {
	margin:15px;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	/*	background:#232120;*/
	background-image:url(stripe-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	text-align:justify;
}
ul, li {
	list-style:none;
	margin:0; 
	padding:0;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:965px;
	margin:0;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	margin: 0 0 0 0;
	top: 4px;
}
/* 2 column right menu settings */
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-325px;
	position:relative;
	right:100%;
	background:#fff;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:0 6px 0 325px;
	overflow:hidden;
}
.rightmenu .col2 {
	float:right;
	width:325px;
	position:relative;
	left:325px;
}
.wrap {
	position:relative;
	background-color:#FFFFFF;
	width: 965px;
	margin: 0 auto;
	height:auto;
	overflow:hidden;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:8px;
}
#topHeader {
	position: relative;
	margin:0;
	width:965px;
	height:80px;
	float: left;
	background:#666666;
	display:block;
	clear:both;
}
#topHeader .left {
	width:265px;
	height: 80px;
	float: left;
	z-index:50;
	visibility:visible;
}
#topHeader span {
	display:none
}
#topHeader .middle {
	float:right;
	height:60px;
	padding:10px 0;
	position:relative;
	visibility:visible;
	width:470px;
	z-index:50;
}
#topHeader .right {
	background: transparent url(header_03.png) no-repeat top left;
	width: 215px;
	height: 80px;
	position:relative;
	float:right;
	background-color:#000000;
}
#slideShow {
	width: 634px;
	margin: 6px 6px 0 0;
	clear:both;
	float:left;
}
#coverShot {
	width: 325px;
	height: 329px;
	float:left;
	margin: 6px 0 0 0;
	background-image:url(cover-refelct.png);
}
.rightmenu .col2 .nav li{ 
	float:left;
	padding:5px 5px 5px 20px;
	background:#f9f9f9 url(bull1.gif) no-repeat 5px 8px;
	width:300px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:0 0 3px;
}
.rightmenu .col2 .nav li a{
	color:#104867;
}
.rightmenu .col2 .nav li a:hover, .rightmenu .col2 .nav li a:visited{
	text-decoration:underline;
}
#events img {
background:none repeat scroll 0 0 #CCCCCC;
padding:1px 12px;
}