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

body {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #666666;
	background-color: #FFFDEB;
}

body.section-1 {
	color: #666666;
}
body.section-2 {
	color: #666666;
}
body.section-3 {
	color: #666666;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	background-color: #00FF99;
	color: #FFFDEB;
}

a img { sborder: none; }

#menu {
	width: 200px;
	overflow: auto;
	left: 10;
	position: fixed;
	height: 100%;
	background-color: #FFFDEB;
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 16px;
	padding-top: 0px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	color: #666666;
	padding-top: 0px;
}



#menu ul li.section-title {
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-bottom-style: solid;
	border-bottom-width: thin;
	line-height: 34px;
	color: #666666;
	border-bottom-color: #666666;
}


#content {
	height: 100%;
	margin-left: 250px;
}

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

#content p {
	width: 400px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 10px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{
	margin: 0;
}

#once { clear: left; }