#black_space {
	background-color: white;
	display: block;
    margin-left: 240px;
	height: 40px;
	width: 1360px;
}

.top_nav{
	
    top: 10px;
	width: 300px;
	margin-left: 1100px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

.top_nav li{
	list-style: none;
    padding-top: 10px;
	float: left;
	width: 80px;
	text-align: center;
	font-size: 12px;
}

.top_nav a{
	text-decoration: none;
	color: white;
}



.top_nav a:hover{
	color : red;
}


#list_container {
	background-color: white;
	display: block;
    margin-left: 240px;
	height: 35px;
	width: 1360px;
}

.nav{
    top: 0px;
	width: 1210px;
	margin-left: 100px;
}

.nav li{
	list-style: none;
    padding-top: -20px;
	width: 150px;
	Float : left;
	text-align: center;
	font-size: 15px;
	color: #97549C;
}

.nav a{
text-decoration: none;
    font-weight: bold;
	color: #97549C;
}


.nav a:hover{
	color : red;
} 

.footer{
	margin-top: 0px;
   margin-left: 0px;
    	width: 1360px;
	height: 20px;   
}

.footer_space {
	background-color: #fceaca;
	display: block;
    margin-left: 0px;
	height: 220px;
	width: 1920px;
}

.footer_space_1 {
	background-color: #fceaca;
	display: block;
    margin-left: 0px;
	height: 240px;
	width: 1920px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
}


.main{
	width: 1920px;
	height: 2100px;
	margin: 0 auto;
    background-color: white;
	}

.main .featured {
	    position: relative;
    left: 130px;
	width: 1660px;	
}

