/* General Layout
-------------------*/

#page {
   width: 950px;
   margin: 20px auto 0 auto;
   position: relative;
}

#navigation {
   position: absolute;
   top: 0;
   right: 0;
   width: 600px;
}

#content {
   margin-top: 20px;
   position: relative;
}

/* Header
-------------*/

#header {
   background: transparent url(ornj_logo.png) top left no-repeat;
   height: 48px;
   padding-bottom: 10px;
   overflow: hidden;
}

#header h1 {
   margin: 0 0 0 -10000px;
}

#header h1 a {
   display: block;
   height: 48px;
   width: 10129px;
}

/* Content */

.section {
   padding: 1em 0 0 0;
   clear: both;
}

.section .column {
   display: block;
   width: 450px;
}

.section .first { float: left; }
.section .second { float: right; }

/* Navigation
---------------*/

#navigation h2 {
   display: none;
}

#navigation .links {
   text-align: right;
   margin-top: 12px;
   height: 24px;
}

#navigation .links li {
   display: inline;
   list-style-type: none;
}

/* Footer 
------------*/
#footer { clear: both; }
