/* CSS Document */
/* Designed by Sahand Sedghi for Michael... Hey do I get overtime for this? */

body{
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/background/ruperts_rocks.jpg);
	}

#container {
	margin: 1em 5%;
	background-color: #ddd;
	background-repeat: repeat-y;
	border: 1px solid #333;
	width: 1050px;
	background-position: center;
	}
	
#banner	{
	background-color: #666;
	border-bottom: 1px solid #333;
	}
	
#banner h1 {
	margin: 0;
	padding: .5em;
	}

#nav {
	float: left;
	width: 160px;
	margin-left: 10px;
	padding-top: 1em;
	}
	
/*Okay if you want to design the nav links like I suggested (bulleted list and styled w/ css) 
You must add rules to style the ul and li
For example: */

ul {
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
	}
ul li link:hover {
	;
	;
	}

	
#nav p { 
	margin-top: 0; 
	}
	
#content {
	padding-top: 1em;
	width: 750px;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 200px;
	}

#content h2 {
	margin-top: 10px;
	color: #FFFFFF;
	}

#footer	{
	clear: both;
	background-color: #666;
	padding: 1em;
	text-align: right;
	border-top: 1px solid #333;
	}
