@charset "UTF-8";
body {
	background-color:#D9D9D9;
	background-image:url(images/homebg.png);
	background-repeat:repeat-x;
	margin:0 auto;
    text-align: center;
	padding:20px 30px 30px 0px;
	font: 12px Arial, Helvetica, sans-serif normal;

}
img{
	 border: none;
}

li{
	list-style:none;
	text-align:center;
}

#gallery img {


}
#gallery img:hover{
	
	
	}

d
#center {

}

bottominfo{
	color:#555;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul.gallery {
	width:620px;
	text-align:center;
	list-style:none;
	display:inline-block;		
	margin: 0; padding: 0;
}
ul.gallery li {
	
	float:left;
	margin: 0px; padding: 0;
	text-align: center;
	border:0px;
	-moz-border-radius: 0px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 0px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 0px; /*--CSS3 Rounded Corners--*/
	padding:10px;
	background-image:url(images/photoframe.png);
	background-position:-3px -3px;
}
ul.gallery li a.thumb {
	width: 288px; /*--Width of image--*/
	height: 188px; /*--Height of image--*/
	padding: 0px;
	border-bottom: 0px;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 288px;
	height: 188px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 0px;
	background: #f0f0f0;
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}

img {border-style:none}
