/*
	styles
*/



body {
	padding: 0;
	margin: 0;
	background-color: rgb(255,255,255);
	background-color: rgb(40,40,40);

	font: 12px/1.2em "lucida grande", verdana, sans-serif;
	
	font: 11px/16px Monaco, monospace;
	}

	
#whole {
	margin: 20px auto 30px;
	padding: 0;
	width: 560px;
	}
	
#header {
	margin: 0 0 20px;
	padding: 0;
	width: 560px;
	}

#indexcontent {
	background: rgb(40,40,40) url(../images/stamp.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
	height: 382px;
	width: 560px;
	}
	
#content {
	background: rgb(40,40,40) url(../images/border.gif) repeat-y 0 0;
	margin: 0;
	padding: 0 35px 13px;
	width: 490px;
	}



div#contentheader {
	display: block;
	background: rgb(40,40,40) url(../images/contentheader.png) no-repeat 0 bottom;
	margin: 0;
	padding: 0;
	width: 560px;
	height: 32px;
	}


div#footer {
	background: rgb(40,40,40) url(../images/footer.gif) no-repeat 0 bottom;
	margin: 0;
	padding: 0 35px;
	text-align: center;
	color: rgb(35,35,35);
	font-size: 9px;
	line-height: 13px;
	height: 56px;
	}



div.floatblock {
	display: block;
	clear: both;
	}
	
hr {
	clear: both;
	margin: 37px 0 36px;
	padding: 0;
	border: 0;
	border-top: 5px solid rgb(235,235,235);
	}
#footer hr {
	clear: both;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	border-top: 5px solid rgb(235,235,235);
	}
	
	
	
h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	margin: 40px 0 30px 0;
	padding: 0;
	color: rgb(255,255,255);
	background: rgb(40,40,40) url(../images/title.png) no-repeat 0 0;
	width: 214px;
	height: 23px;
	
	float: left;
	}
	
h1 a {
	background: rgb(40,40,40) url(../images/title.png) no-repeat 0 0;
	width: 214px;
	height: 23px;
	
	float: left;
	}
h1 a:hover {
	border: 0;
	}
	
h1 a span {
	display: none;
	}
	
	
	
h2 {
	color: rgb(20,20,20);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 2px;
	word-spacing: -2px;
	margin: 0 0 26px 0;
	padding: 0 0 0;
	border-top: 0px solid rgb(235,235,235);
	}
	
	
h4 {
	color: rgb(0,0,0);
	font-weight: normal;
	font-size: 11px;
	line-height: 26px;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h4 span {
	font-size: 11px;
	text-transform: none;
	}
	
	
	
	
#content p {
	margin: 0 0 13px;
	padding: 0;
	line-height: 13px;
	}
	
	
#content p.intro {
	margin: 0 0 13px;
	padding: 0 0 0;
	line-height: 13px;
	font-size: 11px;
	}


p.fineprint {
	margin: 30px 0 20px;
	padding: 0 0 0;
	line-height: 13px;
	font-size: 10px;
	
	text-align: center;
	color: rgb(80,80,80);
	}


#footer p {
	margin: 0;
	padding: 0;
	}

a:link, a:visited {
	color: rgb(25,25,25);
	color: rgb(255,7,47);
	text-decoration: none;
	}
a:hover, a:active {
	color: rgb(220,0,0);
	text-decoration: underline;
	}
	
	
	
	
#header ul {
	list-style: none;
	margin: 47px 2px 30px 0;
	display: block;
	padding: 0;
	text-indent: 0;
	float: right;
	color: rgb(255,255,255);
	font-size: 13px;
	letter-spacing: 1px;
	}

#header ul li {
	float: left;
	margin: 0 0 0 1.5em;
	padding: 0;
	}
	
#header ul a:link, #header ul a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
	}
#header ul a:hover, #header ul a:active {
	color: rgb(255,7,47);
	color: rgb(255,53,60);
	text-decoration: none;
	}
	
#header ul .current a:link, #header ul .current a:visited {
	color: rgb(80,80,80);
	text-decoration: none;
	}
	


	