@import url(http://jamesobriant.com/bebas/stylesheet.css); 

/**
* CSS
* 
* @version 1.0
* @author Levi Matthias Beach 
* @author James O'Briant
*/

/*	General
=========================================================*/
* { margin:0; padding:0; }
body { font-family:'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif; color:#15171a; font-size:10px; background:#fff; }
body.section-1 { height:0; }
body.section-2 { }
body.section-3 { }

/*	Links
=========================================================*/
a:link { color:#15171a; text-decoration:none; }
a:active { text-decoration:none; }
a:visited { text-decoration:none; color:#15171a; }
a:hover { text-decoration:none; color:#f4d232; }
a img { border:none; }

/*	Menu
=========================================================*/
#menu { font-family:BebasNeueRegular; width:215px; overflow:auto; top:0; bottom:0; left:0; position:fixed; }
#menu .container { background-color:white; }
#menu ul { text-transform:uppercase; list-style:none; margin:0 0 20px; }
#menu ul li { padding-bottom:4px; font-family:'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif; }
#menu ul li.active { background-color:#fff; }
#menu ul li.section-title { font-family:BebasNeueRegular, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif; font-size:14px; letter-spacing:1px; color:#444444; line-height:60%; }

/*	Content
=========================================================*/
#content { height:100%; margin:0 0 0 215px; top:0; }
.container { padding:5px 5px 25px; }
#content p { width:400px; margin-bottom:9px; }
p { margin:0 0 9px; }
h1 { font-size:32px; }
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; }
#img-container span { clear:both; }
#once { clear:left; }
.copyline { color:#cfd0cb; }
.copyline a { color:#cfd0cb; }
