* {
	font-family: MS Sans Serif4, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffdcf4;
}

a:link, a:visited, a:active { 
	color: #666; 
}

a:hover {
	color: #ff33cc;
}

#wrapper {
	width: 860px;
	margin: 40px auto;
}

#header {
	background-image: url('/images/header.gif');
	width: 860px;
	height: 150px;
	clear: both;
}

#main {
	background-color: #fff;
	width: 860px;
	clear: both;
}

#content {
	width: 800px;
	padding: 30px;
}

#footer {
	width: 860px;
	height: 30px;
	background-image: url('/images/footer.gif');
}

#footer p {
	float: right;
	color: #aaa;
	line-height: 30px;
	padding: 0 20px 0 0;
	margin: 0;
}

#footer-links {
	width: 860px;
	line-height: 50px;
	margin: 0 auto;
}

#footer-links p {
	color: #777;
	text-align:center;
}

#footer-links a:link  {
	color: #777;
	text-decoration: none;
}

#footer-links a:visited  {
	color: #666;
	text-decoration: none;
}

#footer-links a:active {
	color: #666;
	text-decoration: none;
}

#footer-links a:hover {
	color: #ff99ff;
}

/*HEADINGS*/
h1 {
	color: #b60b82;
	font-size: 18px;
	padding-bottom: 15px;
}

h2 {
	color: #b60b82;
	text-decoration: underline;
	font-size: 16px;
	padding-bottom: 10px;
}

h3 {
	color: #b60b82;
	text-decoration: underline;
	font-size: 14px;
	padding-bottom: 10px;
}


/*MENU*/
ul#navigation {
	color: #993399;
	background: #b2077e url('/images/nav_bg.gif') repeat-x;
	height: 50px;
	width: 100%;
	clear: both;
}

ul#navigation li { display: inline; }

ul#navigation li a {
  padding: 5px 15px;
  background: #b2077e url('/images/nav_bg.gif') repeat-x;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  float: left;
}

ul#navigation li a:hover {
	color: #fff;
	background: #a80077 url('/images/nav_bg_hover.gif') repeat-x;
}

.logo-001 {
	float: right;
	margin-left: 50px;
	border: 0;
}

.sponsors1 {
	padding: 0 20px 30px 15px;
	float: left;
	clear: both;
}

.sponsors2 {
	padding: 0 20px 30px 15px;
	float: right;
	clear: both;
}

.image-float-left {
	float: left;
	padding: 10px;
}

.image-float-right {
	float: right;
	padding: 10px;
}

p { 
	margin-bottom: 20px;
	text-align: justify;
	font-size: 13px;
}

.center_para {
	text-align: center;
}

hr {
	margin: 20px auto;
	color: #993399;
	height: 3px;
	width: 80%;
	clear: both;
}

.google-ads {
	width: 728px;
	height: 90px;
	clear: both;
	margin: 40px auto 0 auto;
}

ul.celeb-list {
	list-style-type: none;
	margin: 0 0 20px 0;
}

ul.celeb-list li {
	font-size: 12px;
	font-weight: bold;
}

.content-leftcol {
	width: 50%;
}

ul.links {
	display: block;
}

ul.links li{
	list-style-type: none;
	margin: 0 0 3px 0;
}

p.red {
	font-weight: bold;
	color: #CC0000;
}