/* CSS Document */
body { 
    margin: 0;
	background: #000;
	font-family: tahoma; 
	font-size: 11px;
	letter-spacing: 2px; 
	color: #555;
} 
p {
    margin: 0 0 13px 0p;
	line-height: 1.5em;
	text-align: justify  
} 
h2 { 
	font-family: tahoma; 
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #757575;
	margin: 0 0 13px 0;  
} 

.h2green { 
    color:#7fbc2d; 
	font-size: 25px; 
} 

a { 
    color: #252525; 
} 
a:hover{ 
    text-decoration: none

} 
img#rapidstatscounter { 
    display: none; 
} 





/*navigation vibes oh yheah */
#headerimage { 
    width: 766px;
	height: 175px; 
	background:url(images/template_01.gif);
} 
#navcontainer {
	position: relative;
	top: 155px; 
	left: 361px;
	width: 400px; 
    } 
#minitabs {
    margin: 0 53px 0 0; 
	padding: 0;
}
#minitabs li{
    margin: 0;
	padding: 0;
	display: inline; 
	list-style: none;  
} 
#minitabs a{
    float: right;
	margin: 0 10px 4px 10px; 
    text-decoration: none;
	color: #ccff00; 
}
#minitabs a.active, #minitabs a:hover {
    border-bottom:  4px solid #ccff00;
	padding-bottom: 2px; 
	color: #ccff00; 
}
/*end of navigation vibes oh yheah */

 

/*footer*/
#footer {
     font-size: 9px; 
	 color: #646464;
	 margin: 16px 0 0 51px;
	 line-height: 2em;  
} 
#footer a {
	 color: #646464; 
} 
#footer a:hover {
    text-decoration: none; 
} 
.green {
	 color: #ccff00;
	 font-size: 11px;  
} 
.white {
	 color: #fff;
	 font-size: 11px; 
} 


/*footer2*/
#footer2 {
     text-align: center; 
     font-size: 9px; 
	 color: #646464;
	 margin: 30px 0 0 0;
  
} 
 

/*gallery vibes*/

#galleryvibes { 
    text-align: center; 
} 
#galleryvibes img{
    margin: 5px; 
	padding: 3px; 
	border: 1px dashed #7fbc2d; 
} 
} 



