/* PAGE DESIGN */

body
{
	background-attachment:fixed;
	background-color:white;
	background-position:center 195px;
	background-repeat:no-repeat;
	
	display:block;
	margin:0 auto;
	padding:0;
	overflow-x:hidden;
	width:1024px;
}

div#wrapper
{
	display:block;
	margin:0 auto;
	overflow:hidden;
	width:1024px;
}

div#header
{
	background-color:white;
	border-bottom:6px solid #FF00E7;
	display:block;
	font-size:30px;
	height:40px;
	margin:0 auto 0 242px;
	overflow:hidden;
	padding-top:150px;
	position:fixed;
	text-transform:uppercase;
	top:0;
	width:750px;
	z-index:10;
}

div#holder
{
/*	background-attachment:fixed;
	background-image:url("/images/bg_overlay.png");
	background-position:center 0; /* -175px
	background-repeat:repeat-y;*/
	display:block;
	margin:190px auto 0;
	min-height:605px;
/*	overflow:hidden;	*/
	position:absolute;
	width:1024px;
}

div#content
{
color:#686868;
display:block;
float:right;
margin-bottom:40px;
margin-left:242px;
margin-right:32px;
min-height:520px;
overflow:hidden;
padding:8px 0;
width:750px;
z-index:2;
}

ul#menu
{
float:left;
left:50%;
margin-left:-500px;
margin-top:6px;
min-height:400px;
position:fixed;
width:190px;
}

ul#menu li
{
	list-style: none;
}

ul#menu li a
{
	color: #A2A2A2;
	font-size:18px;
	text-decoration: none;
	text-transform:uppercase;
	margin-bottom: 5px;
}

ul#menu li a:hover
{
	color: #FF00E7 !IMPORTANT;
}

ul#menu li a:visited
{
	color: #A2A2A2;
}

div#footer
{
	background-color:white;
	bottom:14px;
	display:block;
	height:14px;
	margin:0 auto;
	overflow:hidden;
	padding-left:270px;
	padding-right:4px;
	position:fixed;
	text-align:right;
	width:750px;
}

div#footer a
{
	color: #A2A2A2 !IMPORTANT;
	font-size:10px;
	text-transform:uppercase;
}

div#footer a:hover
{
	color: #FF00E7 !IMPORTANT;
}

p#copywrite
{
	background-color:white;
	bottom:-2px;
	color:#E4E4E4;
	display:block;
	font-size:8px;
	height:14px;
	margin:0 auto;
	overflow:hidden;
	padding-left:270px;
	padding-right:4px;
	position:fixed;
	text-align:right;
	width:750px;
}
