/* BASIC STYLES */
*
{
 font-size: 100.01%;
 line-height: 1.2;
}
html, body
{
 height: 100%;
}
body
{
 font-family: "Times New Roman", Georgia, "New Century Schoolbook", serif;
 color: #111;
 text-align: center;
 background: #fff;
}
html, body,
h1, h2,
div, p, span, 
ul, li
{
 padding: 0;
 margin: 0;
}
img
{
 border: none;
}
#container
{
 text-align: left;
 width: 960px;
 height: 480px;
 margin: 0 auto;
 position: relative;
 background: #000 url(../img/main_bg.jpg) right top no-repeat;
}
#w
{
 margin: 0 auto;
 width: 960px;
 height: 90px;
}

/* HEADER */
#header
{
 font-size: .5em;
 font-family: Verdana;
 width: 100%;
 height: 120px;
 position: relative;
}
#header h1
{
 color: #fff;
 font-size: 1.8em;
 width: 410px;
 height: 108px;
 margin: 26px 0 0 104px;
 overflow: hidden;
 position: relative;
}
#header h1 span
{
 display: block;
 width: 410px;
 height: 108px;
 position: relative;
 padding-top: 25px;
}
#header h1 span.over
{
 position: absolute;
 left: 0;
 top: 0;
 padding-top: 0;
 background: transparent url(../img/mtitle.jpg) left top no-repeat;
}
#logo
{
 color: #fff;
 position: relative;
 top: 10px;
 left: 35px;
}
#logo a
{
 color: #ffcb3f;
 text-decoration: none;
}
#logo p
{
 position: relative;
}
#logo span
{
 display: block;
 position: relative;
 overflow: hidden;
}
#logo span.over
{
 cursor: pointer;
 position: absolute;
 left: 0;
 top: 0;
}
#logo p.sign,
#logo p.sign span
{
 width: 25px;
 height: 53px;
}
#logo p.sign
{
 left: 22px;
 top: 17px;
}
#logo p.sign span.over
{
 background: transparent url(../img/mlogo_osu.jpg) left top no-repeat;
}
#logo p.osu
{
 top: 17px;
}
#logo p.osu span
{
 width: 71px;
 height: 28px;
}
#logo p.osu span.over
{
 background: transparent url(../img/mosu.jpg) left top no-repeat;
}

/* NAV */
#nav
{
 color: #ffbd2c;
 text-transform: uppercase;
 font-size: .75em;
 width: 100%;
 padding: 12px 0;
 position: absolute;
 top: 360px;
}
#nav a
{
 color: #ffbd2c;
 text-decoration: none;
 margin: 0 22px;
 display: block;
}
#nav a:hover
{
 color: #684d12;
}
#nav ul
{
 padding: 0px 0px 0px 18px;
 overflow: hidden;
 zoom: 1;
}
#nav li
{
 display: block;
 float: left;
 list-style-type: none;
 border-right: 1px solid #555;
}
#nav li.noline
{
 border: none;
}


/* FOOTER */
#footer
{
 color: #616161;
 text-align: left;
 height: 39px;
 width: 960px;
 border-top: 1px solid #d7d7d7;
 position: relative;
 z-index: 10;
 clear: both;
 margin: 0 auto;
}
#footer a
{
 color: #616161;
 text-decoration: none;
}
#footer a:hover
{
 color: #a75b01;
}
#footer p
{
 font-size: .7em;
 padding: 13px 0 0 10px;
}

/* For OPERA */                                       
@media all and (-webkit-min-device-pixel-ratio:10000),
 not all and (-webkit-min-device-pixel-ratio:0) {     
 body, html { height: auto; min-height: 100%; }       
}                                                     