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

body {
	text-align: center;
	font-size: 13px;
	Color: #999;
	font-family: Helvetica, Arial, sans-serif;
	background: #222222;
	line-height: 15px;
}

#wrapper { width: 920px; margin: 0 auto; text-align: left; background: #222; }
.clear-both { clear: both; }



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

a:link { text-decoration: none;  font-size: 13px; color: #999; }
a:active { text-decoration: none; font-size: 13px; color: #ffe800; }
a:visited { text-decoration: none; font-size: 13px; color: #999; }
a:hover { text-decoration: none; font-size: 13px; color: #ffe800; }

a img { border: none; }
#menu {
    width: 280px;
	float: left;
    overflow: auto;
    top: 40px;
    bottom: 0;
	left: 20px;
    height: 100%;
	background-color: #222222;
	color: #fff;

}

#menu ul {
	list-style: none;
	margin: 0 62px 2px 0;
	border-bottom-style: solid; 
	border-bottom-color: #999; 
	border-bottom-width: 1px;

}

/**#menu ul li { line-height: 18px; }
*/
#menu ul li.section-title { 
	margin: 0px 0 2px 0;
	color: #fff;
	font-size: 13px;
	
}


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

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

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

p {
    margin: 0 0 8px 0;
}

h1 { font-size: 20px; color: #ffffff;  font-weight: normal; margin: 12px 0 0 0 }
h2 { font-size: 44px;   font-weight: normal;  line-height: 38px; }
h3 { font-size: 44px;   font-weight: normal; color: #FFE800; line-height: 38px; }
h4 { font-size: 13px; font-weight: normal; }
h4 { font-size: 12px; }
h5 {  font-weight: normal; color: #ffffff; font-size: 13px; margin: 0 0 24px 0 }
h6 {  font-weight: normal; color: #fff; font-size: 13px; line-height: 15px; width: 620px; padding: 2px 0 20px 0; border-top: 1px solid #999999;}
h7 {  font-weight: normal; color: #fff; font-size: 13px; line-height: 15px; width: 620px; padding: 2px 0 20px 0; }



.footer_indexhibit { 
   position: fixed; 
	bottom: 0; 
   color: #999999;
   background-color: transparent;
   z-index: 1;
   font-weight: normal; font-size: 9px; line-height: 12px; width: 208px; padding: 2px 0 10px 0; border-top: 1px solid #999999;
   }
.footer_indexhibit a { 
   font-weight: normal; font-size: 9px; line-height: 12px; width: 208px;   }

.bottom_line { 
   position: fixed; 
	bottom: 0; 
   color: #999999;
   background-color: #222;
   z-index: 1;
   font-weight: normal; font-size: 9px; line-height: 12px; width: 620px; padding: 2px 0 10px 0; border-top: 1px solid #999999;
   }


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

#once { clear: left; }