body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
strong,b {
	font-weight: bold;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
html, body {
	line-height: 18px; 
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../img2/bg.gif);
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main {
	width: 960px;
	margin: 0px auto;
	border-bottom: black 1px solid;
	background-color: #510000;
}
#leaderboard {
	background-color: #FFFFFF;
	height: 90px;
	width: 728px;
	border: thin black solid;
	margin: 5px;
	float: right;
}
#topbanner {
	
}
h1 {
	background: url(../img2/tcop.png) no-repeat;
	z-index: 1;
	width: 200px;
	height: 100px;
	display: block;
	float: left;
}
#sitelogo {
	z-index: 2;
	visibility: hidden;
}
.storybody {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	width: 620px;
}
.stories {
	padding: 10px 10px 20px 10px;
	overflow: hidden;
}
.stories a {
	color: #000066;
	font-weight: bold;
}
.stories h2 {
	font-weight: bold;
	color: #333333;
	font-size: 24px;
	padding-bottom: 10px;
	line-height: 24px;
}
.stories h2 a {
	text-decoration: none;
	color:#333333;
}
.stories h2 a:hover {
	text-decoration: underline;
	color:#333333;
}
.stories p {
	padding: 5px 10px;
	line-height:1.5;
}
.stories ul{
	margin-left: 20px;
	padding: 0px 10px;
	list-style: square;
}
#mainright {
	width: 310px;
	float: left;
	margin-left: 15px;
	background-color: #FFFFFF;
	padding: 10px 0px 10px 10px;
}
.footer {
	clear:both;
	text-align: center;
	background-color: #993333;
	padding: 5px;
	width: 940px;
	margin: 0px auto;
}
.footer a {
	color: #333333;
}
.footerinfoblock {
	text-align: left;
	float: left;
	width: 670px;
}
.footerinfoblock p{
	padding: 5px;
}
.footerinfoblocktwo {
	text-align: left;
	float: left;
	width: 260px;
}
.footerinfoblocktwo p{
	padding: 5px;
}
.footerinfoblocktwo img {
	margin-bottom: -10px;
}
.pages {
	padding: 5px;
}
.addthis {
	padding-top: 2px;
	font-size: 12px;
	display: block;
	width:100px;
	float: left;
}
.tweetme {
	padding-top: 3px;
	display: block;
	width: 140px;
	float: left;
}
#vdividermenu {
	height: 32px;
	width: 738px;
	text-align: center;
	background: url(../img2/menubg.jpg) no-repeat;
	margin: 5px auto 5px auto;
}
ul#mainmenu li {
	display: inline;
}
ul#mainmenu {
	padding-top:6px;
}
#mainmenu a {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
#mainmenu a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.menuhome {
	padding: 0px 9px;
}
.rightblock ul{
	font-size: 14px;
	margin-left: 10px;
	padding: 0px 10px;
	list-style: square;
}
.rightblock a {
	color: #000066;
}
.rightblock{
	padding: 10px 0px;
	
}
.rightblock h3{
	font-weight: bold;
}
.socialbuttons img{
	padding-right: 20px;
}
.storyad {
	text-align: center;
	padding: 20px 0px;
}
#contactform {
	padding: 20px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 200px;
  max-width: 600px;
  width: 600px; 
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:300px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}


textarea { 
	overflow: auto; 
	height: 100px;
}

form small {
	display: block;
	margin: 0 0 5px 300px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form img{
	margin-left: 20px;
	border: thin solid #666666;
	border: 5px;
	magin: 5px;
}
#submit{
	width: 60px;
	margin-left: 20px;
}
.error {
	color: red;
}
i {
	font-style:italic;
}
#floatbox {
	position:static; 
	top:auto; 
	margin-top: 5px;
}
#floatbox.fixed {
  position: fixed;
  top: 0;
  width: 300px;
}
