/* Parts copied from 960.gs's reset.css */
html,body,div,span,h1,h2,h3,h4,h5,p,a,em,img,strong,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
:focus{outline:0}

/* Parts copied from 960.gs's text.css */
/* a:focus{outline:1px dotted invert} */
ul{list-style:square}
li{margin-left:15px}
h1,h2,h3,h4,ul{margin-bottom:20px}

/* Styles for ngin.css as of 20090608 */
body{background:#fff;color:#333;font:11px/16px Helvetica,sans-serif}

/* Layout adapted from 960.gs */
.container{margin:20px auto;width:960px}
.column_wrapper{overflow:hidden;width:100%}
.left,.right,.right_left,.right_right{float:left}
.left,.right{margin:0 10px}
.right_left{margin-right:10px}
.right_right{margin-left:10px}
.left,.column,.right_left,.right_right{width:300px}
.right{width:620px}

/* Header */
#logo{background:url(img/ngin.gif) no-repeat top left;display:block;width:200px;height:93px;margin-bottom:20px;border:none}
#logo span{display:none}
#logosub{padding-top:55px}

/* Headlines, paragraphs, images, links */
h1,h2,h3,h4{color:#808080}
h2{font-size:16px}
h3{font-size:16px;font-weight:normal;border-bottom:1px solid #ccc;margin-top:30px;background:#f5f5f5;padding:5px 3px 5px}
h4{font-size:13px;background:#e8e8e8;padding:1px 3px}
h5{background:#f5f5f5;padding:1px 3px}
p{margin-bottom:10px}
div.section{margin-bottom:30px}
img.l{float:left;margin-right:10px}
a{border-bottom:1px solid #000;color:#000;padding-bottom:1px;text-decoration:none}
a:hover{background:#eee}
a.i{border:none}
a.i:hover{background:transparent}
