* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family:georgia;
	font-style:italic;
	color:#96987C;
	background: #9AC4BC;
	line-height:150%;
}

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

a:link {text-decoration: none; color:#f18c90; }
a:visited {text-decoration: none; color:#f18c90; }
a:active {text-decoration: none; color:#f18c90; }
a:hover {text-decoration: none; color: #f18c90; background: #ffffcc; }

a img { border: none; }

.section-title{color:#f19c90; font-weight:bold; font-style:normal; text-decoration:underline;}

.hide {
    display:none;
 }
.show {
    display:block;
 }

#menu {
    width: 180px;
	height: 460px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
	background-color: #fff;
	opacity: 0.85;
}

#menu p {
	text-align: center;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height:140%;
	text-align: center;
}

#content {
    height: 100%;
	width: 740px;
    margin: 20px 0 0 220px;
	background-color: #fff;
}

#menu .container {
    padding: 20px 10px 20px 10px;
}

#content p { width: 720px; padding: 20px 0px 20px 20px;}

p {
	margin:0;
	line-height:150%;
}

.pics {
	background: #fff;
}

h1 { color:#FF0000; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }