body, html{
	width:100%;
	height:100%;
}

body{
	padding:0px;
	margin:0px;
	text-align:center;
}

#mainCont{
	background-image:url(images/backGrad2.gif);
	background-position:top;
	background-repeat:repeat-x;
	/*background-color:#871722;*/
	background-color:#9a1d20;
	min-height:100%;
	_height:100%;
	width:100%;
}

#headerContBack{
	width:100%;
	background-color:#ffffff;
	height:160px;
}

#headerCont{
	width:800px;
	margin:0px auto;
}

#topBar{
	width:800px;
	height:25px;
	background-image:url(images/topBar.png);
	background-repeat:no-repeat;
	line-height:25px;
	color:#ffffff;
}

#mainNav{
	margin:0px 60px 0px 0px;
}

#mainNav a{
	width:70px;
	padding-top:50px;
	float:right;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin:60px 10px 0px 0px;
	display:inline;
}

#mainNav a:hover{
	color:#991E21;
}

#mainNav img{
	border:none;
}

.home a{
	background-image:url(images/nav/home.png);
	background-position:top;
	background-repeat:no-repeat;
}

.home a:hover{
	background-image:url(images/nav/homeOver.png);
}

.rant a{
	background-image:url(images/nav/rant.png);
	background-position:top;
	background-repeat:no-repeat;
}

.rant a:hover{
	background-image:url(images/nav/rantOver.png);
}

.contact a{
	background-image:url(images/nav/contact.png);
	background-position:center;
	background-repeat:no-repeat;
}

.contact a:hover{
	background-image:url(images/nav/contactOver.png);
}

img{
	padding:0px;
	margin:0px;
}

#bodyCont{
	width:800px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	background-color:#9a1d20;
}

#leftCol{
	width:620px;
	float:left;
	padding-bottom:30000px;
	margin-bottom:-30000px;
}

#rightCol{
	width:180px;
	float:left;
	text-align:center;
	padding-bottom:30000px;
	margin-bottom:-30000px;
}

#footer{
	width:800px;
	clear:both;
	float:left;
	margin-top:100px;
}


#nav{
	width:172px;
	margin:10px 0px;
	overflow:hidden;
}
#nav a{
	width:170px;
	height:20px;
	line-height:20px;
	float:left;
	/*background-color:#FFFFCC;*/
	border-left:1px solid #FFFFCC;
	border-right:1px solid #FFFFCC;
	font-size:11pt;
	text-decoration:none;
	clear:both;
}

#nav a:hover{
	background-color:#FFFFCC;
}


.footerText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
	color:#ffffff;
	margin:5px 0px;
}
.logo{
	padding:0px 5px;
	float:left;
}

.speechCont{
	margin:10px auto;
	width:600px;
}

.sp1{
	width:600px;
	background-image:url(images/speechTop.gif);
	background-repeat:no-repeat;
	background-color:#FFFDDD;
	overflow:hidden;
	/*border:1px solid #fff;*/
}

.sp2{
	background-image:url(images/speechBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:15px;
	overflow:hidden;
	/*border:1px solid #000;*/
}

.sp2newrant{
	background-image:url(images/speechBottomAdmin.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:15px;
	overflow:hidden;
	/*border:1px solid #000;*/
}

.sp1newrant{
	width:600px;
	background-image:url(images/speechTopAdmin.gif);
	background-repeat:no-repeat;
	background-color:#eefffd;
	overflow:hidden;
	/*border:1px solid #fff;*/
}

.speechFlame{
	background-image:url(images/speechFlame.gif);
	background-repeat:no-repeat;
	margin-left:30px;
}
	

.speechSpike{
	padding-left:50px;
	padding-top:10px;
	height:55px;
	background-image:url(images/speechSpike.gif);
	background-repeat:no-repeat;
	margin-left:40px;
}

.speechSpikenewrant{
	padding-left:50px;
	padding-top:10px;
	height:55px;
	background-image:url(images/speechSpikeAdmin.gif);
	background-repeat:no-repeat;
	margin-left:40px;
}

.speechFlameC{
	background-image:url(images/speechFlameS.gif);
	background-repeat:no-repeat;
	margin-left:30px;
}
	

.speechSpikeC{
	padding-left:50px;
	padding-top:10px;
	height:18px;
	background-image:url(images/speechSpikeS.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}

.tableHeader{
	text-align:center;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

.tableCap{
	text-align:right;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	padding-right:5px;
	vertical-align:top;
	line-height:15px;
}

.tableInput{
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	vertical-align:top;
	height:14px;
}

/*input{
	border:1px solid #ffffff;
}*/

p{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:0px;
	margin:0px;
}

.rantEx{
	font-style:italic;
	padding:5px 20px;
	text-align:center;
}

.whiteText{
	color:#ffffff;
	font-size:10pt;
	line-height:30px;
}

.whiteTextC{
	color:#ffffff;
	font-size:9pt;
	line-height:12px;
}

.userName{
	color:#CC9900;
	font-size:11pt;
}

.userNameC{
	color:#CC9900;
	font-size:10pt;
}

a{
	color:#CC9900;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
.loginInput{
	width:120px;
	height:14px;
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	vertical-align:top;
}

.loginCap{
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	vertical-align:top;
	line-height:15px;
	color:#ffffff;
}

.loginTHeader{
	text-align:center;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#CC9900;
}

.comment{
	color:#CC9900;
	font-size:11pt;
}

.comment a{
	color:#CC9900;
	font-size:10pt;
	text-decoration:none;
}

.comment a:hover{
	text-decoration:underline;
}


.newcomments{
	color:#2F9AF2;
}

.editCont{
	margin:0px 10px 0px 0px;
	overflow:hidden;
	_float:right;
}

.editCont a{
	display:inline;
	width:28px;
	height:28px;
	margin:0px 5px 0px 0px;
	border:none;
	float:right;
}

/*NORMAL ONES*/
.edit a{
	background-image:url(images/editSpanner.gif);
	background-repeat:no-repeat;
}
	
.edit a:hover{
	background-image:url(images/editSpannerOver.gif);
}

.delete a{
	background-image:url(images/deleteBin.gif);
	background-repeat:no-repeat;
}
	
.delete a:hover{
	background-image:url(images/deleteBinOver.gif);
}


/*NEW ONES*/
.editBlue a{
	background-image:url(images/editSpannerBlue.jpg);
	background-repeat:no-repeat;
}
	
.editBlue a:hover{
	background-image:url(images/editSpannerOverBlue.jpg);
}

.deleteBlue a{
	background-image:url(images/deleteBinBlue.jpg);
	background-repeat:no-repeat;
}
	
.deleteBlue a:hover{
	background-image:url(images/deleteBinOverBlue.jpg);
}
	
	
/*#addComment{
	display:none;
}*/
	
.edited{
	font-size:8pt;
	font-style:italic;
	text-align:right;
}

/* FOR THE PROFILE BITS */

h3{
	font-size:25pt;
	font-family:Helvetica, Arial, sans-serif;
	padding:0px;
	margin:0px;
	display:inline;
}

.smallSub{
	font-size:8pt;
	line-height:6pt;
	margin-left:2px;
}

.profileCat{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:0px;
	margin:0px;
	text-decoration:underline;
	font-weight:bold;
}

.profileRes{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding:0px;
	margin:0px;
}

h4{
	font-size:12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px 0px 5px 0px;
}


td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/*TOP 10 SHIZZLE*/

.topName{
	text-align:left;
	padding:0px 0px 0px 5px;
}

.topAmount{
	text-align:right;
	color:#ffffff;
}

.topHeader{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:center;
	border-bottom:1px solid #ffffff;
}


#replyOpt{
	width:100%;
	overflow:hidden;
}

#replyOpt img{
	float:right;
	margin-right:10px;
}

.LeeFlame{
	background-image:url(images/flames/LeeFlame.gif);
	background-repeat:no-repeat;
	margin-left:30px;
}
.ToddFlame{
	background-image:url(images/flames/ToddFlame.gif);
	background-repeat:no-repeat;
	margin-left:30px;
}

/*Stuff For Login on topBar*/

.topText{
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px
}

.topRem{
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.loginInputTop{
	width:70px;
	height:12px;
	font-size:7pt;
	padding:0px;
	margin:0px;
}

.loginButton{
	background-image:url(images/loginButton.png);
	background-repeat:no-repeat;
	width:63px;
	height:15px;
	border:none;
	margin:0px 0px 0px 5px;

}

#topLoginCont{
	float:left;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 0px 10px;
}

#topSignupCont{
	float:right;
	text-align:right;
	overflow:hidden;
	margin:0px 10px 0px 0px;
}