* {
	margin: 0;
	padding: 0;
}

body {
	font: #444;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	}

p {line-height:15px}

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

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

a img { border: none; }

#menu {
    width: 205px;
    overflow: auto;
    top: 20px;
    bottom: 20px;
	left: 20px;
    position: fixed;
    height: 100%;
	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	}

#menu ul li {
	margin: 0 0 6px 0;
	}

#content {
    height: 100%;
    margin: 20px 0 0 225px;
    top: 0;
	}

.container {padding: 5px 5px 25px 5px;}

#content p { width: 600px; margin-bottom: 12px; }

p {margin: 0 0 9px 0; line-height:13px}

h1,h2,h3,h4,h5,h6 {font: Arial, Helvetica, sans-serif; font-weight:normal;}

h1 { font-size: 16px; font-weight:bold; color:#444; }
h2 { font-size: 12px; font-weight:bold; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

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

#once { clear: left; }