@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;
    float: left;
	background: white;
	text-align:left;
	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;	
	}	
	
footer {
	width: 960px;
	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
	}


#project {
	border: 2px #000 solid;
	margin-top: 1px;
    float: left;
	background: white;
	text-align:justify;
	width: 926px;	
	padding: 15px;
	margin-bottom: 1px;
}

#shading {
	background-color: #e4e4e4;
	}	

th {
	background: #a30000;
	color:white;
	}	
	

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	}	
	
	
th, td {
	padding: 10px;
	}	


article {
	border: 2px #000 solid;
	margin-top: 5px;
    float: left;
	background: white;
	text-align:justify;
	width: 926px;	
	padding: 15px;
	margin-bottom: 5px;
	}
	
img {
	float: none;
	margin-right: 10px;
	}	


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
	}