@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(test.jpg);
	}
/* The wrapper is the division that encases all other divisions for the sake of formatting */

#wrapper {
	width: 1000px;
	background-color:#FFFFFF;
	border: thin solid #000000;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
#header {
	padding: 15px;
	margin: 0px;
	}
#nav {
	width: 25%;
	background-color:#6699FF;
	margin-top: 1px;
	padding: 10px;
	float: left;
	}
	
#nav a:link, #footer a:link {
	color:#FFFFFF;
	}
	
#main {
	background-image:url(richard_face_dim.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	margin-left: 30%;
	margin-top: 1px;
	padding: 10px;
	}
#footer {
	background-color: #6699FF;
	border: thin solid #6633FF;
	margin: 0px;
	padding: 15px;
	text-align:center;
	}
