/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Times new romans;
	background: #000000;
	text-transform: uppercase;
}

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

a:link { text-decoration: none; color: #FFFFFF; }
/*a:active { text-decoration: none; color: #FFFD8B; }*/
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #FFFD8B; }

a img { border: none; }

#menu {
	font-family: Times new romans;
    	width: 215px;
    	overflow: auto;
    	top: 0;
    	bottom: 0;
	left: 0;
    	position: fixed;
    	height: 100%;
	background-color: #000000;
	color: #2B2B2B;
	padding-left:25px;
	padding-top:23px;
}

#menu ul {

color: #444444;
line-height: 12px;
font-size: 9pt;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0;
}

#menu ul li.section-title { 
font-family: times new roman;
font-size: 9pt;
color: #444444;
line-height:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;

border-bottom-color: #444444;
border-bottom-style: dotted;
border-bottom-width: 1px;
	font-size:10pt;
	text-decoration:underline;
	margin-top: 10px;
}

#menu ul li
{
	padding:0;
}

#menu ul li.active a
{
	color: #FFFD8B;
}

#content {
color:#000000;
    height: 100%;
    margin: 188px 0 0 215px;
	padding-left: 100px;
}

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

#content p { width: 700px; margin-bottom: 10px;

line-height: 9pt;
margin-left: 0px;
margin-top: 0px;
font-size: 9pt;
color: #fff;
font-family: Times new romans;


 }

p {
font-family: helvetica;
    margin: 0 0 9px 0;
font-size: 10pt;
}

h1 { font-size: 48px; color: #fff;}
h2 
{ 
	font-size: 40px; 
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #fff;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

#content img, #content .text 
{
	float: left;
}

.breaker
{
	margin-top: 490px;
	width: 100%;
	clear: both;
}