body{
font-family: tahoma, verdana, arial, serif;
background: #330033 url(brick.jpg) fixed repeat-x;
background-position: center center;
}
#lift{
font-family: tahoma, verdana, arial, serif;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 721px;
        height: 900px;
/* border: silver 2px solid; */
font-size:12px;
background: black url(img3/body.jpg) repeat-y;
}

#content
{    
	position: absolute;
	z-index: 3;
/*	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black; */
	padding: 0px 0px 7px 90px;
	color: white;
	top: 280px;

}

#first-paragraph
{
	margin-top:-10px;
	width: 550px;
	margin-left: 0px;
}

/* navigation CSS derived from demonhale.com */

#navigation {
	padding: 0px 0px 0px 130px;
	margin: 0;
	width: 650px;
}

#navigation ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	background-color: #FEF6E6;
}

#navigation ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navigation ul li a {
	display: block;
	padding: 0;
	margin: 0 0 0px 0;
	width: 80px;
	height: 20px;
	border-top: 1px solid #888a8b;
	border-left: 1px solid #888a8b;
	border-bottom: 1px solid #888a8b;
	border-right: none;
	background: #fe62c5;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
}
html>#navigation ul li a  {
	width: 130px; 
} 

#navigation ul li a:hover {
	color: #fd0002; 
	background: #ffb1e1;
}


/* Upto Here Only */
.topheader{
margin-left:0px;
margin-top:0px;
width:721px;
height:162px;
background: black url(img3/top.jpg) no-repeat;
}

.holder{
margin-left:0px;
margin-top:0px;
padding-left: 0px;
padding-top:0px;
width:721px;
height:106px;
background: black url(img3/holder.jpg) no-repeat;
}

.bottombar{
margin-left:0px;
margin-top:600px;
padding-left: 0px;
padding-top:0px;
width:721px;
height:116px;
background: black url(img3/bottom.jpg) no-repeat;
}

.backcontainer
{
	border-top: 5px	solid #444444;
	border-left: 5px solid #888a8b;
	border-right: 5px solid #444444;
	border-bottom: 5px solid #888a8b;
        background: #dd5cb6 url(img3/header.jpg) no-repeat;
 padding-left:5px; padding-top:7px; padding-bottom:0px; width: 500px; height: 32px; z-index:10;
}

