html,body { margin: 0; padding: 0; font-family: 'Arial','Helvetica Neue','Helvetica'; font-size: 13px; background: #fff; }

#navigation-band { height: 50px; position: fixed; top: 0; left: 0; background: url(../images/nav-bg.gif); line-height: 50px; list-style: none; margin: 0; width: 100%; border-bottom: 1px solid #666;}
#logo { width: 170px; margin-right: 100px;} 
#logo a { display: block; text-indent: -999999px; overflow: hidden; background: url(../images/logo.gif); border: none !important; }

#navigation-band li { float: left; }
#navigation-band li a { text-transform: uppercase; color: #333; border-right: 1px solid #fff; padding: 0 20px 0 20px; border-left: 1px solid #999;}
#navigation-band li a:hover { text-decoration: none; color: #000;}

#content { margin: 100px 0 0 50px; width: 910px; }

.project { padding-bottom: 30px; }


h1, h2 { color: #333; clear: left; }
p { color: #666;}

a { color: #009bd9;}

.imgfl { border: 1px solid #ddd; padding: 5px; float: left; margin: 0 20px 20px 0;}

.list-options { list-style: none; margin-left: 0; padding-left: 0; font-weight: bold;}
.list-options li { padding: 7px 0 7px 0;}
.list-options li a {  padding: 5px; background: #eee;}
.list-options li a:hover { background: #fff; text-decoration: none;}
