/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	letter-spacing: 0;
	word-spacing: normal;
	line-height: 16px;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	color: #bebebe;
	background: #181818;
	background-image: url(images/bkg2.jpg);Ê
	margin-left: 90px;
	margin-top: 0px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #a9deff; }
a:active { text-decoration: none; color: #a9deff; }
a:visited { text-decoration: none; color: #a9deff; }
a:hover { text-decoration: underline; color: #d9f0ff; }

a img { border: none; }

#menu {
	text-align: left;
    width: 215px;
    overflow: visible;
    top: -77px;
    bottom: 0;
    left: 90px;
	background-color: #000;
	float: left;
    position: absolute;

}

#menu li { 
	line-height: 12px;
	margin-bottom: 8px; 
	margin-top: 8px;
}

#menu a:link { text-decoration: none; color: #fd6dff; }
#menu a:active { text-decoration: none; color: #fd6dff; }
#menu a:visited { text-decoration: none; color: #fd6dff; }
#menu a:hover { text-decoration: none; color: #feb9ff; }

#menu li.active { 
	background: #2b2b2b; 
	margin: -2px -10px -2px -23px;
	padding: 2px 10px 2px 23px;
}

#menu ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0 10px 0 23px;
}

#menu ul li.section-title { 
	font-family: georgia;
	font-weight: normal;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: -0.5px;
	color:#ffffff;
	top: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#content {
    width: 515px;
    margin: 0 0 0 300px;
   	padding: 0 30px 0px 110px;
    top: 0;
	position: absolute;
}

.container {
    padding: 69px 0px 0px 0px;
}

#content p { 
	width: 515px;
	padding: 0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

p {
    margin: 8px 0 8px 0;
}

h1 { 
	font-style: normal;
	font-family: georgia;
	font-weight: normal;
	font-size: 17px;
	padding-top: 12px;
	padding-bottom: 8px;
	letter-spacing: -0.5px;
	color:#ffffff;
}

h2 { 
	font-style: normal;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 12px;
	margin-top: 8px;
	margin-bottom: 0;
	letter-spacing: 1px;
	color:#ffffff;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 {
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	word-spacing: normal;
	line-height: 16px;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	color: #bebebe;
}

hr { 
	height: 2px; border-style: none; background: #444444;
	margin-top: 16px;
	margin-bottom: 0;
}

#header_style1 {
background-color:#FFF;
color:#000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:30px;
line-height:52px;
padding: 8px 10px 5px 10px;

}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }