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

body {
	padding: 			0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;
	font-size: 			11px;
	line-height:		15px;
	font-color: 		#ffffff;
	font-family: 		georgia, sans-serif;
	background: 		#trans;
}
body.section-1 {
	font-size: 11px;
	font-color: #000000;
	font-family: georgia, sans-serif;
	background: #trans;
}
body.section-2 {
	font-size: 11px;
	font-color: #000000;
	font-family: georgia, sans-serif;
	background: #trans;
}
body.section-3 {
	font-size: 11px;
	font-color: #000000;
	font-family: georgia, sans-serif;
	background: #trans;
}

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000000; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 0px;
    position: fixed;
    height: 110%;
	background-color: #trans;
}

#menu ul {
	list-style: none;
	margin: 0x 0px 0px 0px;
 	padding: 15px 15px 0px 0px;

}

#menu ul li.section-title {
	font-color: 		#ffffff;
}

#content {
    height: 110%;
	width: 800px;
    margin: 0px 0px 0px 220px;
 	padding: 0px 0px 0px 0px;
    top: 0;
}

.container {
    padding: 20px 20px 20px 20px;
}

#content p { width: 225px; margin-bottom: 0px; }

p {
    margin: 0px 0px 0px 0px;
}

h1 {
	padding-top: 		0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;
	font-family: 		georgia, Sans-Serif;
	font-size:			11px;
	font-height:		15px;
	font-weight: 		normal;
	color:				#000000;
}
h1 a:link {
	color:				#000000;
	text-decoration: 	none;
	border-bottom: 1px solid #bbbbbb;
}
h1 a:visited {
	color:				#000000;
	text-decoration: 	none;
	border-bottom: 1px solid #bbbbbb;
}
h1 a:hover {
	color:				#000000;
	text-decoration: 	none;
	border-bottom: 1px solid #000000;
}
h1 a:active {
	color:				#000000;
	text-decoration: 	none;
}

h2 {
	padding-top: 		0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;
	font-family: 		georgia, Sans-Serif;
	font-size:			11px;
	font-height:		15px;
	font-weight: 		normal;
	color:				#bbbbbb;
}
h2 a:link {
	color:				#bbbbbb;
	text-decoration: 	none;
	border-bottom: 1px solid #bbbbbb;
}
h2 a:visited {
	color:				#bbbbbb;
	text-decoration: 	none;
	border-bottom: 1px solid #bbbbbb;
}
h2 a:hover {
	color:				#000000;
	text-decoration: 	none;
	border-bottom: 1px solid #000000;
}
h2 a:active {
	color:				#bbbbbb;
	text-decoration: 	none;
}
h3 { font-size: 11px; }
h4 { font-size: 11px; }

#img-container	{ margin: 0; padding: 0; }
#img-container	#text { float: left; width: 200px}

#once { clear: left; }