/* main stuff */

html {
   background: #333 url(/res/img/bg.gif) top center no-repeat;
   margin: 0px;
   padding: 0px;
   text-align: center;
}

body {
   background: #333 url(/res/img/bg.gif) top center no-repeat;
   margin: 0px;
   padding: 0px;
   font-family: Helvetica, Arial, sans-serif;
   color: #fff;
   font-size: .75em;
   text-align: center;
}
#container {
   margin: 0px auto;
   width: 730px;
   background: #333 url(/res/img/bg.gif) top center no-repeat;
   text-align: left;
}
#header {
   width: 640px;
   margin-left: 70px;
   line-height: 0px;
}
#main {
   float: left;
   width: 600px;
   margin-left: 75px;
   display: inline;   /* for IE/Win */
   overflow: auto;
}
#footer {
 float: left;
 width: 600px;
 margin-left: 75px;
}
#video {
	display: inline;
	line-height: 0px;
	float: right;
	text-align: center;
}
.headerLogo {
   width: 240px;
   float: left;
   line-height: 0px;
}
.headerNav {
   width: 300px;
   float: left;
   margin-right: 40px;
   line-height: 0px;
   display: inline /* for IE/Win */
}
h1{
 visibility: hidden;
 line-height: 0;
 margin: 0;
 padding: 0;
}
a:link, a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #ffd600;
	text-decoration: underline;
}
hr {
 color: #333333;
}
#specials {
 border: 1px solid red;
 margin-top: 20px;
 padding: 10px;
 height: 90px;
}
#specials > h3 {
 color: red;
 font-size: 24px;
 margin: 0;
 padding: 0;
}
#specials > h4 {
 margin-top: 0;
 padding-top: 0;
}