@charset "utf-8";
/* CSS Document */

body {
	font-family:		"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:			13px;
	padding:        	0px;
	margin:				0px;
	background:			#000000 url('./../grfx/body_bg.gif') 0px 0px repeat-x;
}

div#page_wrap {
	width:				790px;
	margin:				75px auto 0 auto;
}

div#page_banner {
	height:				50px;
	background:			transparent url('./../grfx/page_banner_bg.gif') 0px 0px no-repeat;
}

div#page_banner img {
	display:			inline;
	margin:				10px 0 0 17px;
}

div#page_content {
	width:				788px;
	margin:				0 auto 0 auto;
	background:			#ffffff;
}

div#page_footer {
	height:				30px;
	margin:				0 0 15px 0;
	background:			transparent url('./../grfx/footer_bg.jpg') top center no-repeat;
}

div.gallery_image {
	width:				220px;
	float:				left;
	margin:				15px;
}

div.gallery_image img {
	border:				solid 1px #000000;	
}