/**
* CSS
* 
* @version 1.0
* @author H3
*/
* {
	margin: 0;
	padding: 0;
}

body {

color: #ffffff;
font-size: 12px;
line-height: 1.20em;
font-family: Helvetica;
	}


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

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

a img { border: none; }

#menu {
	color: #ffffff;
    width: 305px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 0px;
    position: fixed;
	height:inherit;
	background-color: #000000;   
	line-height: 1.20em;  
}

#menu ul {
	line-height: 1.20em; 
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2em;
	}

#menu a:link {text-decoration: none; color: #999999; background: #000000; }
#menu a:visited {text-decoration: none; color: #999999; background: #000000; }
	

#menu a:hover {text-decoration: underline; color: #999999; background: #000000; }

#menu ul li.active a {
	text-decoration: underline; color: #999999; font-weight: none;
	

}

#menu p img
{
padding-top:120px;
}

#menu p a img
{
padding-top:0px;
}

#content {
    height: 100%;
	width: 600px;
    margin: 0 0 0 305px;

		
}

.container {
    padding: 50px 25px 25px 25px;

}

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

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

h1 { 

color: #ffffff;
font-weight: normal;
font-size: 12px;
line-height: 1.20em;
font-family: Helvetica;
background: #000000;
width: 600px;
filter: alpha(opacity=50);
opacity: 0.7;
-moz-opacity:0.5;

}


h2 { 

color: #ffffff;
font-weight: normal;
font-size: 12px;
line-height: 1.20em;
font-family: Helvetica;
width: 100px

 }
 
h3 { 

color: #999999;
font-weight: normal;
font-style: oblique;
font-size: 12px;
width: 600px;
line-height: 1.20em;
font-family: Helvetica;

}

h4 { 

color: #ffffff;
font-weight: normal;
font-style: normal;
font-size: 12px;
width: 400px;
line-height: 1.20em;
font-family: Helvetica;
 }

h5 { 

color: #999999;
font-weight: normal;
font-style: oblique;
font-size: 12px;
width: 400px;
line-height: 1.20em;
font-family: Helvetica;
 }


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

#once { clear: left; }
