*{
    margin:0;
    padding:0;
}
body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:20000px;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	overflow:auto; /*hides scrollbars*/
}
.section{
    margin:0px;
    bottom:0px;
    width:3000px;
    float:left;
    height:100%;
    /*text-shadow:1px 1px 2px #f0f0f0;*/
}
.section h2{
    margin:10px 0px 30px 30px;
}
.p{
	margin:0px 0px 0px 30px;
}
.section {
    margin:20px 0px 0px 30px;
    width:3000px;
}
.black{
    color:#fff;
   
    background:#000 url/*(../images/black.jpg)*/ no-repeat top right;
}
.white{
    color:#000;
    background:#fff url/*(../images/white.jpg)*/ no-repeat top right;
}
ul{
    list-style:none;
   	top:5px;
	padding-left:150px;
    margin:0px 0px 0px 750px;
	position:absolute;
	display:block;
}
.section ul{
    list-style:none;
    margin:20px 0px 0px 550px;
}
.black ul li{
	float:left;
	padding:5px;
	margin:5px;
	color:#E3496F;
}
.black ul li a{
    display:block;
    color:#f0f0f0;
}
.black ul li a:hover{
    text-decoration:none;
    color:color:#E3496F;;
}
.white ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#E3496F;
}
.white ul li a{
    display:block;
    color:#222;
}
.white ul li a:hover{
    text-decoration:none;
    color:#E3496F;
}
/*GENERAL INHERITED STYLES*/
.smallcapsBLUE {
	font-variant: small-caps;
	font-weight: bold;
	color: #57AFC4;
}