@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #574210;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/pagebg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0px;
}
#wrapper {
	width: 760px;
	text-align: left;
	background-color: #CC9866;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: static;
	color: #990033;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #CC9866;
	width: auto;
	height: auto;
}
#logo {
	height: 125px;
	padding-bottom: 12px;
	background-image: url(../images/celeb-logo.png);
	background-repeat: no-repeat;
	background-color: #CC9866;
}
td img {display: block;}
a {
	color: #ee9414;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #CC9866;
}
#leftColumn {
	float: left;
	width: 365px;
	text-indent: 0pt;
	text-align: left;
	white-space: normal;
	display: block;
	padding-left: 8px;
}
#rightColumn {
	float: right;
	width: 365px;
	margin-right: 5px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}
h1 {
	color: #EE9414;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom: 2px solid #A7A37E;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	color: #990033;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
p {
	line-height: 1.5;
	color: #990033;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.more {
	text-align: right;
}
nav {
	background-color: #CC9866;
}
.leftColumn {
	text-indent: 10px;
}
.rightColumn {
	text-align: left;
	text-indent: 0px;
}
