* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.9em;
	font-family: helvetica, arial, sans-serif;
	background: #fff;
	color: #000;
}



html,body {	height: 100%; }

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

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

#menu a:link, #menu a:visited, #footer a:link, #footer a:visited, .thumb a:link, .thumb a:visited { text-decoration: none; }
#menu a:hover, #menu a:active, #footer a:hover, #footer a:active, .thumb a:hover, .thumb a:active { text-decoration: underline; }

a img { border: none; }

#menu {
    overflow: auto;
	background-color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
}

#content {
    
}

.container {
	margin: 20px;
}

#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; }

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}