a:link {
	color: white;
	text-decoration:none;
}

a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:active {
	color: #FF6600;
	text-decoration:none;
}

a:hover {
	color:#00FFFF;
	text-decoration:none;
}
body {
    background-color: #333333;
    color: #999999;
    }
img{
  border:none;
	}
p {
    position:relative;
    left:10px;
    }
h1 {
    position:relative;
    left:10px;
    }
h2 {
    position:relative;
    left:10px;
    }
h3 {
    position:relative;
    left:10px;
    }
h4 {
    position:relative;
    left:10px;
    }
h5 {
    position:relative;
    left:10px;
    }
p.smalltext {
    font-size:10pt;
      }
#toolbar {
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
}

#toolbar ul {
background-image:url(../images/back.jpg);
background-repeat:repeat-x;
float:left;
line-height:30px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width: 710px; 
height:30px;
}

#toolbar li {
display:inline;
padding:0;
}

#toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#toolbar a:hover{
background: url(../images/left.png) no-repeat left center;
}

#toolbar a:hover span {
background:url(../images/right.png) no-repeat right center;
}

#toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}
#newspost {
    position:relative;
    left:10px;
    top:15px;
    width: 600px;
    background-image: url(../images/newspost.png);
    font-size: 12pt;
    }
#newspost h2{
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
#newspost p{
    width:590px;
	
    }
#banner {
    margin:0 auto;
    width: 800px; 
    height: 150px;
      }
#bodybox {
    background-image:url(../images/bodybox.jpg);
    width:800px;
    height:1000px;
    margin:0 auto;
      }
#bodyboxemail {
    background-image:url(../images/bodybox.jpg);
    width:800px;
    margin:0 auto;
      }
#affiliate {
    margin:0 auto;
    float:right;
    width:115px;
      }
#affiliate img{
    float:right;
      }
#affiliate a:hover {
    background-image:url(../images/affiliate.png);
      }
#donate {
    width:800px;
	height:9px;
	margin:0 auto;
    }
#tool {
	width:800px;
	margin:0 auto;
	}
#big {
	margin:0 auto;
	}