﻿.galleryBackdrop
{
	float:left;
	text-align: center;
	height: inherit;
	width: 750px;
}

.galleryLeft
{
	float:left;
	height: inherit;
	width: 25px;
}

.galleryRight
{
	float:left;
	height: inherit;
	width: 25px;
}

.gallery
{
	height: 510px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.galleryImage
{
	position: relative;
	top: 25px;
}

.galleryLeftArrow
{
	position: relative;
	top: 400px;
}

.galleryRightArrow
{
	position: relative;
	top: 400px;
}

#header
{
	width: 800px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background: White url('images/siteParts/header.gif') no-repeat fixed top;
}

#footer
{
	text-align: right;
	width: 800px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: White no-repeat;
}