* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
  padding: 0; 
  background: #fff url('/img/bg.jpg') repeat-x; 
  font: 0.8em/1.5 "arial",sans-serif; 
  color: #303030; 
  text-align: center; 
}

h1, h2, h3, h4, h5, h6 { margin:15px 0 7px 0; }
h1 { font-size:200%; }
h2 { font-size:170%; font-weight: normal;}
h3 { font-size:105%; border-bottom: 1px solid #ddd;}
h4 { font-size:120%; }
h5 { font-size:100%; }


form {
	margin: 0px;
}

form1 {
	width:837px;
}

  	#header { position:relative; background: #303030; margin-bottom: 20px; }
  
      #logo {
        height:109px;
        margin:0;
        position:relative;
        width:320px;
      }


      #logo a {
        width: 320px;
        height:109px;
        display:block;
        background: url(/img/logo.png) no-repeat;
      }
      
      #navigation{
        position: absolute;
        left: 270px;
        line-height: 113px;
        display: block;
        height: 108px;
        width: 530px;
        top: 0;
        text-align: right;
        font-size: 95%;
      }
      
      #navigation ul li{
        display: inline;
      }
      
      #navigation li a {
        color: #cacaca;
        padding: 50px 10px;
        text-decoration: none;
      }
      
      #navigation a:hover {
        color: #fff;
      }

#navigation1{
        position: absolute;
        left: 270px;
        line-height: 113px;
        display: block;
        height: 108px;
        width: 530px;
        top: 0;
        text-align: right;
        font-size: 95%;
      }
      
      #navigation1 ul li{
        display: inline;
      }
      
      #navigation1 li a {
        color: #cacaca;
        padding: 50px 10px;
        text-decoration: none;
      }
      
      #navigation1 a:hover {
        color: #fff;
      }

#container {
  width:837px; 
  margin:0 auto; 
  text-align:left; 
}


.innercontent {
	
	background-color: black;
	color: white;
	padding: 5px;
	background-color: #E9E9E9;
	color: #3B393A;	
	margin: 1px;
}


#subheader,#footer {
	/*border: 1px solid #E5E5E5;*/
	background-color: white;
}
#footer {
	margin-bottom: 8px;
}
#linkback {
	float: right;
}
#linkback a,
#linkback a:link,
#linkback a:hover,
#linkback a:visited,
#linkback a:active {
	color: white;
	text-decoration: none;
	
	color: #3B393A;
}
#linkback a:hover {
	text-decoration: underline;
}
.section {
	margin-top: 6px;
	/*border: 1px solid #E5E5E5;*/
	background-color: white;	
}
.sectionheader {
	padding: 5px 6px 5px 6px;
	margin: 1px;
	color: white;
	/*background-image: url(../images/section-hdg-bg.png);*/
        background-image: url(/community/images/blaze/navbar_background.gif);
	/*background-repeat: no-repeat;*/
	background-position: top right;
}
.sectioncontent {
	margin: 1px;
	background-image: url(../images/section-body-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #3B393A;
	padding: 8px;
}
#credits {
	text-align: center;
	margin-top: 10px;
}
a,
a:link,
a:hover,
a:visited,
a:active {
	color: #B02424;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


      #footer1 {
      background: #303030;
      color: #b1b1b1;
      }
      
      #footer1 a{
      color: #b1b1b1;
      text-decoration: underline;
      }
      
      #footer-inside {
      width:746px; 
      margin:0 auto; 
      text-align:left; 
      padding: 26px 0;
      }
      
      #footer-inside p {
      margin-top: 0;
      margin-bottom: 0;
      }
      
      #copyright1 {
      float: left; 
      width: 300px;
      }
      
      #dont-delete-this{
      margin: 0 0 0 323px;
      text-align: right;
      }

.noscreen { display:none; }