.gallery_vibes { 
	text-align: center; 
} 
.gallery_vibes img{
	margin: 5px;
	border: 1px solid #9E271F
} 



/* CSS Document */
body { 
    margin: 0;
	font-family: tahoma; 
	font-size: 11px; 
	color: #868686; 
	letter-spacing: 2px;  
} 
p {
    margin: 0 0 13px 0;
	line-height: 1.3em; 
} 
h2 {  
    margin: 0 auto 2px auto;
	width: 766px; 
	font-weight: normal; 
	font-size: 11px;
	text-align: center
} 
    
h1 { 
    margin: 0 0 16px 0;
	font-size: 14px;
	font-family: tahoma; 
	color:# 585757; 
	font-weight: normal; 
	letter-spacing: 3px; 
} 
.dark { 
    color: #2d2d2d; 
} 
    
a { 
    color: #333; 
	text-decoration: none; 
} 
a:hover { 
    text-decoration: underline; 
} 
img#rapidstatscounter { 
   display: none; 
} 

/*footer */
#footer { 
    color: #3a3a3a;
	text-align: right;
	margin: 0 22px 0 0;
	line-height: 2em; 
} 
#footer a{ 
    color: #3b3b3b;
	font-weight: bold; 
	text-decoration: none;  
} 
#footer a:hover{ 
	text-decoration: underline;  
} 


/* index list */ 
#index-list ul{
    margin: 39px 0 0 38px; 
	padding: 0;
	list-style: none; 
}
#index-list li{
    background:url(images/red_bullet.gif) no-repeat 0 50%; 
	padding: 0 0 0 17px;
	margin: 0 0 9px 0;
	color: #474646 
}  
#index-list ul a{
	color: #474646; 
	text-decoration: none; 
}
#index-list ul a:hover{
	text-decoration: none; 
}  

#imagevibes {
    text-align: center; 
}
#imagevibes img{
    margin: 5px; 
	padding: 3px; 
	border: 1px dashed #25971D; 
	
}



/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#868686;
	letter-spacing: 2px; 
}
label {
	color:#868686;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#868686;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
  




