body, h1, h2, h3, h4, h5, h6 {
  margin:0; padding: 0;
}

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:77.1%;
	line-height: 1.3em;
	margin: 10px 0;
  text-align: center;
  background-color: #FFFFFF;
  background-image: url(../images/backgrad.jpg);
  background-repeat: repeat-x;
}

img {
  border: none;
}

h1 {
    font: bold 1.6em/1.9em Arial, Helvetica, sans-serif;
    margin: 0px;
    letter-spacing:-1px;
		color: #0033CC;
}

h2 {
    font: bold 1.2em/1.9em Arial, Helvetica, sans-serif;
		color: #CC3333;
}

h3 {
    font: bold 1.2em/1.7em Arial, Helvetica, sans-serif;
}

h4 {
    font: bold 1.2em/1.7em Arial, Helvetica, sans-serif;
}

h5 {
    font: bold 1.1em/1.4em Arial, Helvetica, sans-serif;
}

h6 {
    font: bold 1em/1.3em Arial, Helvetica, sans-serif;
}

#container {
  padding: 0;
  font-family:Verdana,Helvetica,sans-serif;
   text-align: center;
   margin: 0 auto;
   margin-top: 15px;
   width: 920px;  
}

#header {
  position: relative;
   height: 100px;
   width: 934px;
   text-align:left;
   padding-left: 1px;
}


#headgraph {
   background-image: url(../images/header.gif); 
   background-repeat: repeat-x;
/*	 background-color: #FFFFFF; */
   height: 100px;
   width: 911px;
   position: absolute;
   top: 0px;
   margin: 0;

}

#logo a{
  display: block;
  line-height: 63px;
	width: 339px; 
}

#logo{
  position: absolute;
	margin: 0;
	width: 339px;
	height: 63px;
	background: transparent url(../images/logo.jpg) no-repeat;
	z-index: 10;
	top: 18px;
	left: 20px;
	  text-indent: -5000px;
}

h2#description{
  position: absolute;
	margin: 0;
	width: 322px;
	height: 18px;
	/*background: url(../images/description.jpg) no-repeat;*/
	z-index: 10;
	top: 78px;
	left: 570px;
}

#leftside {
  position: absolute;
   width: 30px;
   height: 100px;
   background-image: url(../images/topleft.jpg);
   background-repeat: no-repeat;
   top: 0;
   left: -14px;
}

#rightside {
  position: absolute;
   width: 30px;
   height: 100px;
   background-image: url(../images/topright.jpg);
   background-repeat: no-repeat;
   top: 0;
   right: -1px;
}



#navbar {
  height: 24px;
	padding: 0;
	margin: 0px;
}

#navbar ul {
  margin: 0;
	padding: 0;
	list-style: none;
	width: 920px;
	background: #000 url(../images/navgrad.jpg) repeat-x;
	float: left;
}

#navbar ul li {
  float: left;
}

#navbar ul a:link, #navbar ul a:visited  {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
	float: left; /* For IE 5.2 on the Mac */
	padding: 0 1.1em;
	line-height: 2.1em;
	background: url(../images/divider.gif) repeat-y left top;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#navbar ul .first a {
  background: none;
}

#navbar ul a:hover {
  color: #FFF;
	background: #000 url(../images/navgradrev.jpg) repeat-x;	
}

#page {
  background: #FFFFFF url(../images/pagegrad.jpg) repeat-x;
  text-align: left;
  width: 920px;
}

#innerpage {
  text-align: left;
  padding: 20px 17px 0 13px;
	color:#333;
}

#innerpage h2{
  color: #F24573;
	text-align: left;
	margin-top: 20px;
}

#footer {
  position: relative;
  height: 100px;
  background: url(../images/footer.jpg) repeat-x;
  width: 920px;
  margin: 0 auto;
}

#legalfooter {
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  width: 872px;
}

.clearitem {
  clear: both;
}

.redbold {
	color: #FF0000;
	font-weight: bold;
}
.greenbold {
	color: #009933;
	font-weight: bold;
}
.bluebold {
  color: #0000CC;
	font-weight: bold;

}

#lowerblock {
  background-color:#000000;
	color:#FFFFFF;
	height: 100px;
}

#leftfooter {
  position: absolute;
   width: 30px;
   height: 100px;
   background-image: url(../images/botleft.jpg);
   background-repeat: no-repeat;
   left: -14px;
}

#rightfooter {
  position: absolute;
   width: 30px;
   height: 100px;
   background-image: url(../images/botright.jpg);
   background-repeat: no-repeat;
   right: -16px;
}

.linkers {
	text-align: center;
	vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 30px 0;

}

.linkers h3{
	text-align: left;
	font-size: 20px;
}


.linkimage {
  margin: 5px;
}

.linkers div.linkimage a { 
	display: block; float: left;
	height: 100px !important;
	height: 103px; 
	width: 125px !important;
	width: 127px; 
	vertical-align: middle; 
	text-decoration : none;
	border: 1px solid #DDD;
	padding: 2px 5px 1px 5px;
}

.linkers div.linkimage a:link    {  color : #808080;  }
.linkers div.linkimage a:hover   { 
	color : #333; 
	background-color: #FEEDD1;  
	border: 1px solid #FF9A00;
	padding: 3px 4px 0px 6px; 
}
.linkers div.linkimage a:active  {  color : #808080;  }
.linkers div.linkimage a:visited {  color : #808080;  }

.linkers div.linkimage img { margin-top: 13px; }
.linkers div.linkimage span { display: block; padding-top: 3px; color: #FFA100; font-weight: bold; font-size: 15px;}
.linkers div.linkimage span.greyed { color: #999; font-weight: bold;}

#footerlinks {
  text-align: center;
	margin: 10px 0;
}

#special {
  position: absolute;
	height: 400px;
	top: auto;
	bottom: 5px;
}

#top-468x60 {
  position: absolute;
  width: 500px;
	height: 80px;
  top: 20px;
	right: 10px;
}

#banner01, #banner02 {
  float: right;
	margin: 0 20px;
}

#adsense01 {
  text-align: center;
}

#textnavlinks {
  text-align: center;
	padding: 6px 0;
}