* {
	margin: 0;
	padding: 0;
}

body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", arial, sans-serif;
font-weight: 300;
font-size: 9px;
line-height: 12px;	background: #F2F2F2;
	color: #46433A;
}

 
@font-face {
    font-family: 'BebasRegular';
    src: url('BEBAS-webfont.eot');
    src: url('BEBAS-webfont.eot?#iefix') format('embedded-opentype'),
         url('BEBAS-webfont.woff') format('woff'),
         url('BEBAS-webfont.ttf') format('truetype'),
         url('BEBAS-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

 

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

a img { border: none; }

#header {
position:fixed;
top:0;
padding:20px 10px;
font-size:10px;
width:100%;
text-transform:uppercase;
letter-spacing:1px;
/*
border-bottom:1px dashed silver;
*/
}
#header-logo {clear:both;margin-top:-10px;}
#header-menu {clear:both;}
#header ul { float:left;list-style:none}
#header ul li {float:left;margin: 5px 5px 5px 0; }

#header_left {float:left;width:50%;}

#header_right {float:right;width:48%;margin-right:2%;}


.section-title {float:left!important;cursor:pointer;}


#content {
margin-top:85px;
} 
  
#content img {
}

#footer {
position:fixed;
padding:10px 10px;
font-size:9px;
width:100%;
text-transform:captialize;
letter-spacing:1px;
/*
border-top:1px dashed silver;
*/
}

#footer_left {float:left;width:50%;}

#footer_right {float:right;width:48%;margin-right:2%;}
#footer ul {list-style:none;}
 #footer ul li{float:right; margin:0 5px 0 0;}
#content p {margin:10px;width:500px}
p {
    margin: 0 0 9px 0;
}

h1,h2,h3,h4{
	font-family: 'BebasRegular';
	text-transform: uppercase;
	letter-spacing: 0px;
 	line-height:1.2em;
}
h1 { clear:both;font-size: 40px; color: #000;}h1 a, h1 a:visited{text-decoration: none; color: #000;}h1 a:hover{text-decoration: none; color: #000;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }