body {
	width:960px;
	color:#fff;
	background-color:#5D5838;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	}

h1 {
	margin-top:1em;
	color:#70A4C3;
	font-size:3.2em;
	text-shadow: 1px 1px 3px #000;
	}

h2, h3, h4, h5, h6 {
	color:#F1D738;
	margin-top:1em;
	text-shadow: 1px 1px 3px #000;
	}

li p {
	margin:0;
	}

#main {
	padding:2em;
	text-align:left;
	}

a:link, a:visited {
	color:#70A4C3;
	}

a:hover {
	color:#EBA661;
	}

#footer {
	font-size:1.6em;
	text-align:center;
	border:none;
	border-top:1px dotted #2C0D00;
	margin:40px 0;
	}
	
 #email {
 	color:#70A4C3;
 	letter-spacing:0.3em;
 	}

