body 
	{
	margin: 0px;
	padding: 0px;	
	color: white;
	background-color: #111111;
	margin: 0px;
	text-align: center;
	}

ul 	{
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

#horizon        
	{
	width: 100%;
	overflow: auto;
	visibility: visible;
	text-align: center;
	}

#content    
	{
	position: relative;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	background-repeat: no-repeat;
	background-image: url(images/fadelights.jpg);
	width: 430px;
	visibility: visible;
	margin-left: auto ;
	margin-right: auto ; 
	text-align: left;
	}

#card 	{
	position: absolute;
	z-index: 10;
	left: 265px;
	overflow: visible;
}

#quote {
	width: 400px;
	padding: 20px;
	padding-bottom: 30px;
	line-height: 18px;
	letter-spacing: 1.5px;
	color: #fff;
	font-size: 11px;
	text-align: justify;
	background: url(http://www.thomasfinn.com/images/background.png) no-repeat;
}

#line {
	background-repeat: no-repeat;
	width: 430px;
	height: 2px;
	font-size: 1px;
	background: url(http://www.thomasfinn.com/images/background.png);
}

#bodytext 
	{
	padding-left: 20px;
	padding-right: 12px;
	line-height: 18px;
	letter-spacing: 1.5px;
	color: #fff;
	font-size: 11px;
	text-align: justify;
	}

#top 
	{
	width: 100%;
	height: 50px;
	background-color: #343434;
	}	


#footer
	{
	text-align: center;
	padding-left: 20px;
	letter-spacing: 1.5px;
	color: #fff;
	font-size: 9px;
	}

strong 	{
	text-transform: uppercase;
}

#spacer 
	{
	height: 165px;
	}

#halfspacer 
	{
	height: 60px;
	}

#tenspacer 
	{
	height: 10px;
	}

#twentyspacer 
	{
	height: 20px;
}

#thirtyspacer 
	{
	height: 30px;
	}

#fortyspacer 
	{
	height: 40px;
	}

#fiftyspacer 
	{
	height: 50px;
	}

#sixtyspacer 
	{
	height: 60px;
	}

#name 
	{
	color: #73a4d6;
	}
	
#nametwo 
	{
	color: #f40069;
	}

a:link, a:visited 
	{
	color: #313134;
	text-decoration: none
	}

a:hover 
	{
	color: #f40069;
	text-decoration: none
	}
	

#menudiv { 
	position: absolute;
	z-index: 12;
	left: 15px;
	top:  270px;
	overflow: visible;
 }


#navcontainer { margin-left: 30px; }

/*Fat Erik's Pipelist*/
#navlist
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #292929;
	font-weight: normal;
}

#navlist li
{
display: inline;
padding: 0;
padding-left: 5px;
padding-right: 5px;
margin: 0;
}


#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 5 0 5;
margin: 0 5 0 -5;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }

