/*************************  GALLERY ************************************/

body {
margin: 0px;
}

#galleryhead{
 	margin: 0px;
	background: url(../images/gallery/background.jpg) center repeat-x #ffffff;
	height: 200px;
	width: 100%;
}

#gallerymenu{
	width:330px;
	text-align:right;
	}

p.menu{
	margin: 0px;
}	
				
p.menu a{
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	color: #3c3c39;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	
}

p.menu a:hover{
	color: #4FC3E8;
	text-decoration: none;
	letter-spacing: 1px;

}

115