/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #F9BFB4;
	font-style: italic;
	background-image: url('/nicktoh/files/menu.jpg');
	background-repeat: repeat-x;
}

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

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

a img { border: none; }

#menu {
background-color:#F9BFB4;
bottom:0;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
height:100%;
left:0;
line-height:16px;
margin-left:10px;
overflow:auto;
position:fixed;
top:0;
width:250px;
}

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

#menu ul li.section-title {
	border-bottom:4px solid #000000;
	font-size:13px;
	font-weight:bold;
	margin-bottom:8px;
	letter-spacing: -0.5px;
}

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

#content li {
	list-style-type:disc;
margin-left:14px;
padding:1px 0 1px 3px;
}

.container {
    padding: 20px 10px 25px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { border-bottom:4px solid #000000;
font-size:13px;
font-weight:bold;
letter-spacing:-0.5px;
margin-bottom:8px; }

#img-container	{ margin:20px 0 0;
padding:0 0 0 15px; }
#img-container p	{ width: 300px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }