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

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000000;
	background-color: #FFFFFF;
}

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

a:link {
	text-decoration: underline;
	color: #000000;
	padding: 0px;
}
a:active {
	text-decoration: none;
	color: #990099;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #FFFF00;
}

a img { border: none; }

#menu {
	width: 205px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: 100;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-left: 5px;
	line-height: normal;
	font-variant: normal;
	padding-right: 5px;
}

#menu ul {
	list-style: none;
	margin: 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#menu ul li.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	padding-top: 5px;
	display: block;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	height: 100px;
	margin: 0 0 0 200px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 {
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333333;
	font-weight: lighter;
}
h4 {
	font-size: 14px;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 10px;
	border-top-style: groove;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	list-style-position: inside;
	background-color: #FFFFFF;
	padding-top: 5px;
	font-weight: lighter;
}
h5 {
	font-size: 14px;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	font-weight: lighter;
	padding-right: 0px;
	padding-left: 15px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 20px;
}h6 {
	font-size: 14px;
	color: #000000;
	text-align: right;
	text-indent: 0px;
	font-weight: lighter;
	padding-right: 0px;
	padding-left: 15px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 20px;
}h7 {
	font-size: 11px;
	color: #666;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
	padding: 0px 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
