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

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 1.2;
	font-weight: lighter;
	font-style: normal;
	color: #333;
	text-decoration: none;
	text-transform: none;
	margin-top: 0px;
	text-indent: 0px;
}

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

a:link {
	text-decoration: none;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	width: 170px;
	padding-left: 3px;
}
a:active {
	text-decoration: none;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: oblique;
	letter-spacing: normal;
	width: 170px;
	text-transform: none;
	background-color: #FF0;
	border-width: 1px;
	padding-left: 2px;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	width: 170px;
	padding-left: 3px;
}
a:hover {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	background-color: #FF6;
	width: 170px;
	border-top-style: solid;
	border-top-width: thin;
	border-width: 1px;
	border-top-color: #FF3;
	border-bottom-color: #FF0;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	padding-left: 2px;
	border-left-color: #FF0;
	border-right-color: #FF0;
	border-right-width: thin;
	border-right-style: solid;
	padding-right: 3px;
}

a img {
	border: none;
	margin-top: 10px;
	margin-bottom: 20px
	position: absolute
	;
}

#menu {
	width: 160px;
	overflow: hidden;
	top: 0px;
	bottom: 0px;
	left: 15px;
	position: fixed;
	height: 100%;
	background-color: #FFF;
	padding-left: 7px;
}

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

#menu ul li.section-title {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 13.25px;  
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin-top: 8px;
	margin-bottom: 1.5px;
	width: 175px;
	border-width: 1px;
	padding-left: 2.5px;
}

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

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

#content p {
	width: 450px;
	margin-bottom: 8px;
	margin-top: 15px;
	margin-left: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14.15px;
	color: #262626;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.25;
	text-indent: 0px;
	background-color: #FFFFED;
	border-width: 1px;
	border-left-style: solid;
	border-left-color: #FF3;
	border-left-width: thin;
	padding-left: 7px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 7px;
}

p {
	margin: 15px 0px 1.5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bolder;
	color: #000;
	width: 125px;
	background-color: #FFFFED;
	text-indent: 0px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-top: 6px;
	border-right-style: solid;
	border-right-color: #FF3;
	border-right-width: thin;
	border-width: 1px;
	padding-left: 2.5px;
	line-height: .85;
}

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

#img-container	{
	width: 150px;
	height: 22px
	padding: 0;
	position: absolute;
	margin-left: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8.5px;
	/* [disabled]font-style: normal; */
	text-indent: 10px;
	color: #333;
	/* [disabled]font-weight: lighter; */
	line-height: 1.25;
	background-color: #FFFFF8;
	padding-top: 0px;
}
#img-container p	{
	width: 500px;
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
	line-height: 1.2;
}

#once { clear: left; }
