/* CSS Document */
body { 
    margin: 0;
	background: #313632;
	font-family: tahoma;
	font-size: 11px; 
	color: #fff; 
	letter-spacing: 2px; 
}
p { 
    margin: 0 0 13px 0;
	line-height: 1.5em;
	text-align: justify
} 
ul { 
  line-height: 1.5em;
	
} 
.greenheaderthingy { 
    color: #9fc627; 
}
a { 
    color: #9fc627; 
}
a:hover { 
    text-decoration:none; 
} 
h2 { 
    margin: 0 0 3px 0;
	text-align: center; 
	width: 766px;
	font-size: 9px; 
	color: #fff;
	font-weight: normal; 
}  
h1 { 

    margin: 0 0 13px 0;
	line-height: 1.5em;
	font-size: 11px; 
	font-weight: normal; 
} 


/*footer vibes*/ 
#footer { 
    text-align:center;
	color: #2d2d2d;  
} 
#footer a {
    color: #2d2d2d; 
}
#footer a:hover{
    color: #2d2d2d;
	text-decoration: none; 
}

/*gallery*/ 
#gallery { 
    text-align: center; 
} 
#gallery img {
    margin: 5px; 
	padding: 3px; 
	border: 1px solid #9fc627;
	background: #e5faa3;  
} 



 


