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

body {
	color:#333;
	line-height: normal;
	width: 738px;
	padding: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

html {
	overflow: scroll;
}


body.section-1, body.section-2, body.section-3, body.section-4 {
	padding: 20px 0 0 0;
	background-color: #FFFFFF;
}


a:link {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996633;
}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #FFFFFF;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

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

#menu ul li.section-title {
	font-weight: bold;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
}

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

#content p {
	width: 400px;
	margin-bottom: 9px;
	margin-top: 3px;
}

p {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}

h1 {
	font-size: 1.5em;
	line-height:normal;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
 }

h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-size: 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}



#img-container	{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 0.8em;
}

#img-container p {
	width: 400px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	color: #999999;
}


#once { clear: left; }

