@charset "UTF-8";
/* CSS Document */



#top {
	height: 75px;
	width: 940px;
	background-image: url(../images/body/grey_top.jpg);
	background-repeat: no-repeat;
}
#body {
	background-image: url(../images/body/grey_middle.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 940px;
}
#content {
	height: auto;
	width: 940px;
	padding-top: 30px;
	position: relative;
	background-image: url(images/2010_gallery_2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#copywrite {
	height: 75px;
	width: 220px;
	position: relative;
	margin: auto;
}

#bottom {
	background-image: url(../images/body/grey_bottom.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 940px;
	text-align: center;
}






</style>
