body {
	margin:0;
	padding:0;
	background:#c0c0c0 /*url(imgs/coverbg.jpg) top left repeat */;
	color:#000;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}



#navlist {
	width:700px;
	padding-top: 10px;
	margin:0 auto 0 auto;
	font-size:100px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;


}

#navlist ul {
	margin:0;
	padding:0;
	display:inline;
	font-size:100px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

#navlist ul li {
	width:700px;
	padding:1px;
	float:left;
	list-style-type:none;
	text-align:center;
	font-size:100px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

#navlist ul li a {
	display:block;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#d9006b;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:100px;	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

#navlist ul li a:hover {
	background:#fff;
	color:#d9006b;
	font-size:100px;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

#container {
	width:auto !important;
	height:auto !important;
	height:395px;
	min-height:700px;
	margin:0 20px 0 20px;
	color:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

#content {
	width:auto !important;
	min-width:700px;
	
}

#content h1 {
	color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	padding:0;
	font-weight:100;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	
}

#content p {
	font-size:24px;
	line-height:2em;
	padding:50px 0 0 150px;
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

#content p:first-letter {
	float:top left;
	font-size:60px;
	line-height:60px;
	padding:0px 0px 0 0;
	color:#ff007e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

	
#footer {
	clear:both;
	height:30px;
	padding:10px 0 10px 0;
	background:#ff007e;
	border-bottom:5px solid #d9006b;
	border-top:1px solid #d9006b;
	text-align:center;
	color:#fff;
	font-size:8pt;
	line-height:30px;
}


a:link, a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #FFFFFF;
	background: transparent; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #e8b;
	background: transparent; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #FFFFFF;
	background: transparent;  
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	}

