body {
	font: 12px/150% Verdana, Geneva, Sans-Serif;
	color: #ffffff; 	
	background: #000000 center top; 	
	border-bottom: 20px solid #000000; 
	text-align: center;
}

a {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: #dd9100;
font-weight: bold;
text-decoration: underline;
}

a img { 
border:0; 
}

p {
margin: 0px;
}

#wrap {
	width: 1000px;
	margin: 0 auto;	
	text-align: left;			
}
/* header */
#header {
	position: relative;
	height: 100px;	
	margin: 0; padding: 0;	
}
#header h1#logo-text { 
	position: absolute;
	width: 100%;
	margin: 0; padding: 0; 	
	text-align: center; 	
	left: 0;	top: 0;
}
#header h1#logo-text a {
	font-family: Verdana, Geneva, Sans-Serif;
	font-weight: bold;
	font-size: 50px;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: -3px;
	color: #dd9100;
	text-decoration: none;	
}
#header h1#logo-text a:hover { border: none; }

#header h2#intro {
	position: absolute;
	width: 100%;
	margin: 0; padding: 0;
	font-family: Verdana, Geneva, Sans-Serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	color: #ffffff;
	text-align: center; 			
	left: 0;	top: 66px;
}







