@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; /*TRBL top right bottom left OR topbottom rightleft  OR top rightleft bottom */
	background: #30281F top left fixed no-repeat;
	font-family: Arial, Helvetica, sans-serif;
 } 

 
a:link,a:visited {
	color: #2BA19F;
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: transparent;
}


#centerbg {
	position: fixed;
	width: 500px;
	margin-left: -250px;
	color: #000000;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 100%;
	left: 50%;
	top: 0px;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	height: 15px;
	width: 390px;
	left: 335px;
	top: 150px;
	color: #30281F;
}

#content {
	width: 480px;
	position: relative;
	margin:auto;
	background: url(Images/Pix_Banner_09.png) center top no-repeat scroll;
	padding: 155px 10px 0px;
	font-size: 12px;
	color: #30281F;
}

#info {
	width: 480px;
	position: relative;
	margin: auto;
	top: 20px;
	text-align: center;
	font-size: 10px;
	color: #30281F;
}

.galthumbnails {
	width: 70px; 
	height: 70px
	display: inline; 
	float: left; 
	margin: 0px 0px 20px 0px; 
	position: relative; 
}
.about {
	font-size: 9px; 
	margin: 4px 0px 0px; 
	width: 100px; 
	color: #666666; 
	line-height: 10px; 
	font-family: Arial; 
	text-align: justify;
}
