/*
 * CSS Document
 * layout.css 
 * 
 * Date: 2010-05-28 9:20:00 -0600 (Fri, 28 May 2010)
 */
body {
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#e6e6e6;
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
a, p, form, label, table, td, th, img, ul, ol, li { margin:0px; padding:0px; border:0px; }
a { color:#990099; text-decoration:none; cursor:pointer; }
a:hover { text-decoration:underline; }

.hide { display:none !important;  }
.purple { color:#990099; }

#SiteWrapper {
	width:880px;
	padding:10px;
	margin:0px auto 0px auto;
}



#HeaderWrapper {
	position:relative;
	width:880px;
	height:265px;
	background:url(../images/layout/HeaderBackground.png);
}
#HeaderNavigation {
	position:absolute;
	left:315px;
	top:141px;
	width:524px;
	height:48px;
}
#HeaderNavigation a {
	display:block;
	float:left;
	width:131px;
	height:42px;
	padding:6px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#HeaderNavigation a:hover {
	background:url(../images/layout/NavigationHighlight.png) center center repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}
#HeaderStars {
	position:absolute;
	left:325px;
	top:205px;
	font-size:16px;
	font-weight:bold;
}
#HeaderStars p {
	float:left;
}
#HeaderStars img {
	float:left;
	margin:1px 10px 0px 10px;
}



#FooterWrapper {
	position:relative;
	width:800px;
	margin:0px 40px 0px 40px;
	font-size:11px;
	text-align:center;
}
#FooterLinks {
	width:770px;
	padding:10px 14px 0px 14px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	background:#FFFFFF;
}
#FooterCopyWrite {
	width:800px;
	height:22px;
	padding:3px 0px 0px 0px;
	background:url(../images/layout/FooterBackground.png);
}
