* {
	margin:0;
	padding:0;
	border:0;
	}

body {
	background-color:#646464;
	}
	
#container {
	width:760px;
	margin:0 auto;
	background-color:#fff;
	}
		
#header {
	padding:0;
	margin:0;
	}
	
#navigation {
	padding:0;
	margin:0;
	background-color:#e6ebbe;
	}
	
#content {
	padding:41px 240px 140px 117px;
	}

#footer {
	}
					
#footer address {
	padding:7px 0 7px 0;
	background-color:#323232;
	}

h1 {
	margin-bottom:15px;
	}

h1#projects {
	margin-top:4px;
	margin-bottom:2px;
	}
		
h2 {
	margin-bottom:.3em;
	}

p, li {
	line-height:1.7em;
	}
	
p {
	margin-bottom:1.2em;
	}

ul {
	margin-left:15px;
	list-style-position:outside;
	margin-bottom:1em;
	}
		
img {
	border:none;
	outline:none;
	}
	
img#imgLarge {
	margin:40px;
	}

p.ulTitle {
	margin-bottom:0;
	}

p#enlarge {
	margin-top:10px;
	}