* 
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	
a, a:visited
	{
		color:#000;
	}
a:hover
{
	color:#FFF;
}
body 
	{
		font-family: "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica;
		width: 16000px;
		overflow:hidden;
		height:16000px;
		background-color:#FFF;
		color:#000;
	}

a img, img{border:none;}

.container 
	{

	}
	
.main-nav 
	{
		position:fixed;
		width:1126px;
		top:10px;
		left:20px;
		padding:0px;
		margin-right:10px;
	}
	

.content
	{
	position:relative;
	width:1130px;
	height:600px;
	top:170px;
	left:17px;
	padding: 20px;
	background-repeat: no-repeat;
	}

#home .content
	{
		background-image: url(../img/bg/home_bg.png);
	}

#aboutus .content
	{
		background-image: url(../img/bg/aboutus_bg.png);
	}

#blog .content
	{
		background-image: url(../img/bg/services_bg.png);
	}

#portfolio .content
	{
		background-image: url(../img/bg/home_bg.png);
	}

#contactus .content
	{
		background-image: url(../img/bg/aboutus_bg.png);
	}
	
#faq .content
	{
		background-image: url(../img/bg/services_bg.png);
	}

#music .content
	{
		background-image: url(../img/bg/home_bg.png);
	}
	
#credits .content
	{
		background-image: url(../img/bg/aboutus_bg.png);
	}
	
.filler
	{
			min-height: 223px;
	}
	
.one
	{
		background-image: url(../img/bg/aboutus_bg.png);
		width: 1370px;
		height: 600px;
		padding: 10px;
		background-repeat: no-repeat;
	}
	
.pdflink
	{
		float: right;
		padding:10px;
		color: #FFF;
	}
	
li
{
	list-style:none;
}

.floatit
{
	float:left;
	width: 75%;
	height: 75%;
}

.portfoliopng
{
	position: relative;
	left: 200px;
}

.aboutjordanheader
{
	position:relative;
	left: 200px;
}

.contactjordanheader
{
	position:relative;
	left: 200px;
}