/**
* CSS
* 
* @version 1.0
* @author Philip Dam Roadley-Battin 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color:white;
	color:black;
	font-family: arial, helvetica, sans-serif;
	font-size:68%; /* RESETS TO 11PX */
	line-height:1.3em;
	margin-left:2em;
}
#menu {}
#content p { width: 450px; }
.desc {font-family: georgia, times, serif;}
.smalltext { font-size: 0.8em; }
p{margin-bottom:1.3em;}

h1 { text-transform: uppercase;font-weight: bold;font-size:1em;}
h2 { font-size: 1.2em; text-decoration:underline;font-weight: lighter;margin-bottom:1em;}
h3 { font-size: 1em; }
h4 { font-size: 1em; }
.section-title {font-weight: bold;}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;color:black;}
a:active { text-decoration: none; color:black; }
a:visited { text-decoration: none; color:black; }
a:hover { text-decoration: underline;color:black;  }
#content a:link { text-decoration: underline; }
#content a:visited { text-decoration: underline; }
#content a:hover { text-decoration: none; }

a:link img, a:hover img { border: none; text-decoration: none;}
img {border:none;}

#menu {
	display: inline;
    width: 150px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	padding: 20px 20px 0 20px;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 1.3em 0;
}

#menu ul li.section-title { }

ul {
	margin: 1.3em 0 1.3em 0;
}

#content {
    height: 100%;
    margin: 20px 0 0 150px;
	padding: 0 0 0 40px;
    top: 0;
}

.container {
	clear: both;
	margin: 0;
    padding: 5px 5px 25px 5px;
}
.float { 
	float:left;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
#copyright { color:#666;font-size:0.8em;}