@charset "UTF-8";

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #0D1011;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
.clear {
	clear: both;
}
/* =A
----------------------------------------------------*/
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
} 
a:hover {
	color: #333333;
}
/* CONTAINER
----------------------------------------------------*/
#center {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -287px;
	float: left;
}
#container {
	margin: 0 auto;
	width: 100%;
	height: 575px;
	clear: both;
	padding: 0px;
	position: relative;
	top: -287px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */

}
/* NO FLASH
----------------------------------------------------*/
#lisapilgrim {
	background: #0D1011;
	width: 294px;
	height: 415px;
	margin: auto;
}
#copy {
	background: #FFFFFF;
	height: 415px;
	width: 294px;
	margin-right: 1px;
	padding-top: 80px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 80px;
	float: left;
	text-align: center;
}
.clear {
	clear: both;
}
h1 {
	margin: 0px;
	margin-bottom: 50px;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 2px;
	color: #000000;
}
h2 {
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
}

#footer {
	font-size:10px;
	color:#333;
	float:right;
	margin-top:5px;
	width:400px;
}

#footer a {color:#333;}
#footer a:hover {color:#999;}





