* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
}

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

a:link { text-decoration: none; color:#333;   }
a:active { text-decoration: none; font-style: uppercase;  }
a:visited { text-decoration: none; color:#333; }
a:hover {  text-decoration: none; color: #8d0000;   }

a img { border: none; }

#menu {
	width: 320px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: auto;
	background-color: #000;
	line-height: 13px;
	text-align: left;
}

#menu ul {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	padding-top: 25px;
	font: bold large Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
}

#menu .container {
	padding: 0;
	margin-left: 0;
}
#menu .container p {
	color: #333;
}

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

#content a:link, a:active, a:visited {
	color: #b1b1b1;   
}

#content a:hover {
	color: #8d0000;
	text-decoration: underline;
}

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


#content p { width: 400px; margin-bottom: 9px; }


p {
    margin: 0 0 9px 0;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px;}
h4 { font-size: 12px; }

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

#once { clear: left; }