
/*=========== Global reset ======================*/
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse: collapse; border-spacing:0 }
fieldset, img { border:0 }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
a { text-decoration: none }

/* The below restores some sensible defaults */
table, p {
margin: 0 0 1.6em 0;
padding: 0;
}
ul, dl, ol {
margin: 0 0 1.6em 2.8em;
padding: 0;
}
strong { font-weight: bold }
em { font-style: italic }
a img { border: none } /* Gets rid of IE's blue borders */
/*=========== END: Global reset ======================*/


/*=========== Site Colors ======================
yellow: #ffe303;
orange: #f39000;
=========== END: Site Colors ======================*/

html {
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
font-size: 0.8em;
color: #666;
}

body {
margin: 0 0 2.0em 0;
background: #000 url(../../images/background.png) repeat-x center top;	
color:#fff;
}

#wrapper {
width: 912px;
margin: 0 auto;
}

#top {
clear: both;
height: 73px;
margin: 30px 0 290px 0;

}

#top ul#nav {
float: left;
width: 500px;
list-style: none;
margin: 4.6em 0 0 0;
padding: 0;
}

#top ul#nav li {
float: left;
display: inline;
}

#top ul#nav li a {
font-size: 1.1em;
font-weight: bold;
margin: 0 2.0em 0 0;
color: #ffe303;
text-decoration: none;
}

#top ul#nav li a:hover {
color: #f39000;
text-decoration: none;
}

#top h1.logo {
float: right;
width: 355px;
height: 73px;
background: transparent url(../../images/logo.gif) no-repeat right top;
margin: 0 !important;
padding: 0 !important;
text-indent: -9999px;
}

#top h1.logo a {
width: 355px;
height: 73px;
display: block;
}

#content-row {
clear: both;
margin: 0 0 2.0em 0;
min-height: 300px;
overflow: visible;
_height: 300px; /* IE6 Hack */
}

#left-column
{
float: left;
width: 450px;
min-height: 300px;
overflow: visible;
_height: 300px; /* IE6 Hack */
}

#right-column
{
float: right;
width: 345px;
min-height: 300px;
overflow: auto;
_height: 300px; /* IE6 Hack */
}

#footer {
clear: both;
background: transparent url(../../images/footer-bg.jpg) no-repeat center top;
padding: 20px 0 0 0;
}

#footer img {
float: left;
margin: 0 60px 0 0;
}
