/*********************************************/
/* BODY BASICS	                             */
/*********************************************/

body {	
	margin: 0px;
	padding: 0px;
	background-color: #000;
	}

body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 14px;
	font-weight: bold;
	color: #ff0097; 
	}

/*********************************************/
/* TEXT JUNK                                 */
/*********************************************/


h1 {
	font-size: 24px;
	color: #ff0097;
	}

h2 {
	font-size: 18px;
	color: #ff0097;
	}
	
h3 {
	font-size: 16px;
	color: #ff0097;
	}
	
h4 {
	font-size: 14px;
	color: #ff0097;
	}
	
.small {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	}
	
.small2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.pink {
	font-size: 20px;
	background-color: #000;
	padding: 3px;
	}
	
.tweettext {
	font-size: 12px;
	font-weight: bold;	
	}	


/*********************************************/
/* LINKS                                     */
/*********************************************/

a:link {
	font-weight: bold; 
	text-decoration: underline; 
	color: #fff;
	} 	
a:visited {
	font-weight: bold; 
	text-decoration: underline; 
	color: #fff;
	}	
a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #ff00b1; 
	}
	
a.bot:link {
	font-weight: normal; 
	text-decoration: none; 
	color: #ff00b1;
	} 	
a.bot:visited {
	font-weight: normal; 
	text-decoration: none; 
	color: #ff00b1;
	}	
a.bot:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #fff; 
	}
	
	
/*********************************************/
/* FUNKY DIVS and LAYOUT FUN                 */
/*********************************************/

.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding: 0px;
	}
	
.tweetborder {
	width: 100%;
	padding: 10px;
	border: 1px solid #fe0097;
	}

#container {
	background-image:  url(images/studs.png);
	background-position: center top;
	bacground-color: #000;
	background-repeat: repeat;
	z-index: 1;
	width: 100px
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	}
#container2 {
	background-image:  url(images/studsbar.jpg);
	background-position: center top;
	bacground-color: #000;
	background-repeat: repeat;
	height: 118px;
	z-index: 1;
	width: 100px
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	}
#flashcontent {
	width: 1000px;
	height: 349px;
	}

#subBG{
	background: url(images/blank.jpg) top center repeat #000;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;	
	}
	
#subInnerBG{
	background: url(images/subbg3.jpg) top center repeat-x;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	}
	
#subInnerBG2{
	background: url(images/subbg4.jpg) top center repeat-x;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	}
	
#subInnerBG3{
	background: url(images/subbgalt.jpg) top center repeat-x;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	}
	
#sidebar2 {
	width: 300px;	
	margin-left: 200px;
	padding-right: 19px;
	background-color: #161616;
	}

#blogLinks {
	width: 300px;
	margin-left: 210px;
	margin-right: 0px;
	float: left;
	}
	
#footer {
	background: url(images/lines.png) top center no-repeat;	
	width: 100%;
	height: 119px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	}