/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

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

a img { border: none; }
.white {background-color: #fff;}

#title { position: fixed; overflow: hidden; top: 2px; left: 10px; z-index: 10;}
#title ul {
	display:none;
    position: fixed; 
    top: 24px;
	left: 8px;
	font-size: 13px;
	background-color: #fff;
	list-style: none; 
	padding: 3px 5px;
	width: 157px;
}

#menu {
	z-index: 9;
    position: fixed; 
	overflow: hidden;
    top: 6px;
	left: 187px;
	float: left;
	font-size: 13px;
}
#menu ul { list-style: none; }
#menu li { float: left; padding-right: 10px; }

#content {
	z-index: 5;
	position: absolute; 
	float: left;
    top: 30px;
	left: 5px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 26px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; color: #000000; }
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; }