@charset "utf-8";
/* CSS Document */

body {
	background-image: url('../assets/backgrounds/grey-1.jpg');
	background-repeat:repeat;	
		}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

header {
	width: 960px;
	background: #cc0000;
	height: 300px;
	}
	
nav {
	width 960px;
	margin-top: 5px;
	clear: both;
	padding-top: 1px;
	padding-bottom: 10px;
	background: black;
	height: 50px; 
    }
	
nav a{
	color: white;
	font-size: 16px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	}

nav a:hover {
	text-decoration:underline;
	color:#999
	}
	
nav ul {
	list-style: none;	
	}	
	
nav ul li {
	display: inline;
	margin-left: 80px;
    }	


#list {
	border: 2px #000 solid;
	margin-top: 1px;
    background: white;
	text-align:center;
	width: 926px;	
	padding: 15px;
	margin-bottom: 1px;	
    }

#list a{
	color: black;
	font-size: 16px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#list ul {
	list-style: none;
	line-height: 30px;
	}	
	
		
	
footer {
	width: 956px;
	border: 2px #000 solid;
	background: #2e2e2e;
	color: white;
	clear: both;
	height: 50px;
	padding-top: 1px;
	padding-bottom: 2 px;
	text-align:center;
	}

footer a{
	color: white;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	}
	
footer a:hover {
	text-decoration:underline;
	color:#999
	}



