@charset "UTF-8";
/* CSS Document */

{
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: ##FFF9F9;
	font: 12px/16px georgia;
	font-style:italic;
}

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

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

a img { border: none; }

#menu {
    width: 315px;
    overflow: auto;
    top: 15;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF9F9;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	margin: 0 40px 10px 0;
	text-decoration: none;
}

#menu ul li.section-title {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

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

#content2 {
    height: 100%;
    margin: 10px 0 0 300px;
    top: 0;
	width: 600px;
}


.container {
    padding: 20px 20px 20px 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; }

table {
	margin-right: 15px;
}

