/* CSS Document */
body { 
    margin: 0;
	background: #000;
	font-family: tahoma; 
	font-size: 12px; 
	color: #7e7e7e;
}
p { 
    margin: 0 0 13px 0;
	line-height: 1.3em
} 
a { 
    color: #fff; 
} 
a:hover { 
    color: #fff;
	text-decoration: none;  
}
h1 { 
    margin:0 0 3px 32px; 
	font-family: tahoma; 
	font-size: 20px; 
	color: #ff002a;
	font-weight: normal;
	letter-spacing: 2px;  
}
h2 { 
    margin:0 0 3px 0; 
	width:766px; 
	text-align: center;
	font-family: tahoma; 
	font-size: 11px; 
	color: #7e7e7e;
	font-weight: normal;  
}
img#rapidstatscounter { 
    display: none; 
}  

/*footer world vibes*/ 
#footerworldvibes { 
    color: #a9a9a9;
	margin: 0 0 0 37px;  
}
#footerworldvibes a { 
    color: #a9a9a9; 
} 
#footerworldvibes a:hover{ 
    color: #a9a9a9;
	text-decoration: none; 
} 

/*index list*/
.indexlist {
    color: #fff;
	text-decoration: underline; 
}
.indexlist ul{
    list-style: none;
	margin: 44px 0 0 32px;
    padding: 0;

}
.indexlist li { 
    background: url(images/red_bullet.gif) no-repeat 0 50%; 
    padding-left: 17px;
	margin-bottom: 8px; 
} 


/*form stuff */
input, textarea, select {
   font-family: tahoma; 
   font-size: 11px; 
   color: #7e7e7e;

   background: #373737;
   border: 1px solid #ffffff;
   padding: 2px;  
}
.formwidths {
   width: 300px; 
}
.formwidths2 {
   width: 300px;
   height: 125px;  
}
form p {
   margin:0 0 7px 0;
   line-height: 1.5em; 
} 





