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

body {
	font-size: 23px;
	font-family: Times;
	background: #fff;
}

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

a:link {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
}
a:active {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
	}
a:visited {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

a img { border: none; }

#menu {

	font-size: 12px;
	font-family: Georgia;
	text-decoration: none;
	color: #000000;
	width: 250px;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	margin-top: 20px;
	margin-left: 30px;
	padding-left: 20px;
	padding-top: 10px;
	border: thin solid #555555;
	background-color: #f8f8f8;
	overflow: auto;
}

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

#menu ul li.section-title {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 33px;
	text-indent: 33px;

}

#content {
	height: 100%;
	top: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	background-color: #f8f8f8;
	width: 650px;
	padding-left: 20px;
	padding-top: 10px;
	border: thin solid #555555;
	padding-bottom: 20px;
}

.container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 11px; }
h5 { font-size: 11px; }

#img-container	{
	margin: 0;
}
#img-container p	{
	width: 590px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#once { clear: left; }
