/* CSS Document */
body { 
    margin: 0;
	background: #3D3D3D url(images/bg.jpg) left repeat-y;  
	font-family: tahoma;
	letter-spacing: 2px;  
	font-size: 12px;
	color: #fff; 
} 
p { 
    margin: 0 0 13px 0;
	line-height: 2em;
} 
ul { 
    letter-spacing: 2px; 
} 
li { 
    line-height: 2em; 
} 


#maincontent { 
    margin:21px 36px 0 34px; 
} 
#maincontent h1 {
	font-size: 20px;
	letter-spacing: 4px; 
	color: #3688ad; 
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0; 
}
#maincontent span {
    color: #3688ad;
	line-height: -5px;  
}


a { 
    color: #3688ad;
	font-weight: bold; 
} 
a:hover { 
    text-decoration: none; 
} 
.headerthingys { 

} 
img#rapidstatscounter { 
    display: none; 
} 

/*footer stuff*/ 
#footer { 
    margin: 44px 0 0 18px;
	color: #535353; 
} 
#footer a { 
	color: #535353;
	font-weight: normal
} 
#footer a:hover{ 
	color: #535353;
	text-decoration: none; 
} 

/*footer stuff2*/ 
#footer2 { 
    margin: 44px 0 0 18px;
	color: #504e4e;
	line-height: 1.5em; 


} 


/*left navigation n ting*/ 
#leftnav {
    text-align: right;
	font-size: 23px;
	letter-spacing: 4px   
}
#leftnav a {
    text-decoration: none;
	color: #fff;
	font-weight: normal
}
#leftnav a:hover {
    text-decoration: none;
	background: #3688ad
}
#leftnav ul{
    list-style: none;
	margin: 26px 37px 0 0;
	padding: 0; 
} 
#leftnav li{
    margin-bottom: 3px;  
}

.imagegalleryvibes img { 
   padding: 10px;
   background: #3d3d3d;
   margin-left: 10px; 
 } 


