body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3E141C;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
#wrapper {
	width: 800px;
	background-color: #3E141C;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left:50%;
	margin-left:-400px;
}
#top {
	height: 50px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #ECE9D8;
	float: left;
}
#top ul {
	font-family: 'Brady Bunch', Jester, 'Berlin Sans FB Demi', 'Britannic Bold', 'Eras Bold ITC',  'Myriad Pro', Verdana ;
	font-size:16px;
	list-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

#top li {
	float: left;
	margin: 0px;
	padding: 4px;
	display: inline;
	text-decoration: none;
}
#top   ul   li   a {
	display: block;
	float: left;
	text-decoration: none;
}


#top ul li a:link  {
	color: #a3bda3;
	text-decoration: none;
}
#top ul li a:hover {
	color: #ffe3e3;
	text-decoration: none;
}
#top ul li a:visited {
	color: #a3bda3;
	text-decoration: none;
}

#top ul li a:active {
	color:#D88999;
	text-decoration: none;
}

.active { /* this is an important style rule that overrides the default menu state to show active web pages */
	color: #ffe3e3 !important;
}

.line {
background-image:url(images/nav-divider.png);
background-repeat:no-repeat;
width:4px;
height:15px;
margin-left:8px;
}




#left{
	float: left;
	height: 600px;
	width: 200px;
	background-image: url(images/left_banner.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#homeContent{
	width: 600px;
	height: 600px;
	float:left;
}
#homeHeader {
	float: left;
	height: 290px;
	width: 600px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
}
#homeContentLeft {
	float: left;
	width: 300px;
	margin: 0px;
	padding-top: 20px;
}
#homeContentRight {
	float: left;
	width: 240px;
	margin: 0px;
	background-image: url(images/home_whatson.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: 90px;
	height: 220px;
	padding-left: 40px;
	padding-right: 20px;
	color: #ffe3e3;
}
#content{
	float:left;
	width: 600px;
}
#footer {
	clear: both;
	float: left;
	width: 800px;
	color: #FFE3E3;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #72323D;
	margin-top: 20px;
}

#leftColumn{
	float: left;
	width: 200px;
	background-image: url(images/left_logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 330px 0px 0px;
	color: #FFE3E3;
}
#topBanner{
	height: 250px;
	width: 600px;
}
.article{
	background-color: #ffe3e3;
	margin: 0px;
	background-image: url(images/article_topbckgrnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0;
}


.subNav {
	padding: 5px;
	text-align: right;
	color: #FFE3E3;
}
.whatson {
	background-image: url(images/whatson_dots.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 5px 3px;
	color: #FFE3E3;
}

h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #3E141C;
}
.bold {
	font-weight: bold;
	color: #3E141C;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	color: #D0939D;
}



a:link  {
	color: #D88999;
	text-decoration: none;
}
a:hover {
	color: #C2A1A4;
	text-decoration: underline;
}
a:visited {
	color: #D88999;
	text-decoration: none;
}
.lightPink {
	color: #FFD7E0;
}
.copyright {
	font-size: 10px;
	line-height: 12px;
}
h1 {
	display: none;
}


