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

body {
	background-color:white;
	color:black;
	font-family: arial,helvetica,sans-serif;
	font-size:68%;
	line-height:1.3em;
	margin-left:2em;
}
#wrapper {margin:100px auto;width:960px;
}
#content p { }
.smalltext { font-size: 0.8em; }
p{margin-bottom:1.3em;}
#img-container p span {font-style: italic;}
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-size:0.7em;text-transform: uppercase;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.home, a:visited.home, a:hover.home {text-transform: uppercase;font-weight: bold;font-family: arial, helvetica, sans-serif;}
a:link img, a:hover img { border: none; text-decoration: none;}

img {border:none;}

#menu {
	position: fixed;
	top:100px;
	float:left;
    width: 232px;

}

#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 {
	position: relative;
	left: 232px;
	width:556px;
}

.container {
	clear: both;
	margin: 0;
}
.float { 
	float:left;
}

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

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