*	{
margin: 0;
padding: 0;
}

body	{
text-align: center;
padding: 0;
line-height: 1.1em;
background: #000;
}

#container	{
width: 1014px;
text-align: left;
margin: 0 auto;
padding: 10px 0;
}

#logo a	{
float: left;
width: 500px;
height: 90px;
display: block;
border: 1px solid #fff;
background: url(../i/logo.gif);
}

#rotator	{
float: left;
width: 500px;
height: 90px;
border: 1px solid #fff;
margin-left: 10px;
}

#rotator img	{
display: block;
}

#nav	{
width: 1012px;
border: 1px solid #fff;
margin-top: 10px;
text-align: center;
padding: 7px 0 5px 0;
word-spacing: 45px;
font: 1.10em helvetica, arial, sans-serif;
color: #FFFFFF;
text-transform: uppercase;
}

#nav a	{
color: #fff;
text-decoration: none;
}

#content	{
border: 1px solid #fff;
margin-top: 10px;
padding: 20px;
width: 1012px;
/* width: 972px;
width: 1014px;
w\idth: 972px;*/
font: 0.8em helvetica, arial, sans-serif;
color: #FFFFFF;
}

/*===============================================
  Necessary Hacks
===============================================*/

.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* IE6 */
* html .clear { height: 1%; }

/*IE7 */
.clear { min-height: 1px; }
