* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#C33; background-color:#CFF; }
a:active { text-decoration: underline }
a:visited { text-decoration: none; color: #903; background-color:#CFF;}
a:hover { text-decoration: none; background-color:#FF3; }

a img { 
border: none;
}

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	}

#menu ul {
	list-style: none;
	margin: 5px;
}

#menu ul li.section-title {
	margin-top: 30px;
	margin-left: 0px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	letter-spacing: -1px;
	font-weight: 300;

}

#menu ul li {
	margin-left:20px;
}

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

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

#content p {}

p {
	margin-top:20px;
	margin-bottom: 70px;
}

h1 { font-size: 23px; font-weight:300; font-family:Arial, Helvetica, sans-serif; letter-spacing:-1px;}
h2 { font-size: 24px; font-weight:bold; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 40px;
	padding: 20px; 
	}

#once { clear: left; }
