@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/main_background.jpg);
}
span {
	display:none;
}
.global #container {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/main_content_background.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	
}
.global #header {
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 30px;
	height: 177px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/main_title_bar/main_title_bar.jpg);
}

.global #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.global #mainContent {
	padding-bottom: 30px;
}
.global #navigationLinks {
	background-repeat: no-repeat;
	height: 15px;
	margin-right: auto;
	width: 675px;
	margin-left: auto;
	padding-top: 10px;
}
.global #centerWrapper {
	height:38px;
	background-image: url(../images/title_links_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.global #navigationLinks #homeLink{
	float: left;

}

.global #navigationLinks #homeLink a{
	background-image: url(../images/main_title_bar/site_links/home_link.png);
	display: block;
	height: 15px;
	width: 100px;
}
.global #navigationLinks #homeLink a:hover{
	background: transparent url(../images/main_title_bar/site_links/home_link.png) 0 -15px no-repeat;
}
.global #navigationLinks #menuLink {
	float: left;

}

.global #navigationLinks #menuLink a{
	display: block;
	background-image: url(../images/main_title_bar/site_links/menu_link.png);
	height: 15px;
	width: 100px;
}

.global #navigationLinks #menuLink a:hover{
	background: transparent url(../images/main_title_bar/site_links/menu_link.png) 0 -15px no-repeat;
}
.global #navigationLinks #contactLink {
	float:left;
}

.global #navigationLinks #contactLink a{
	display: block;
	background-image: url(../images/main_title_bar/site_links/contact_link.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 100px;
}
.global #navigationLinks #contactLink a:hover{
	background: transparent url(../images/main_title_bar/site_links/contact_link.png) 0 -15px no-repeat;
}

.global #navigationLinks #staffLink {
	float:left;
}
.global #navigationLinks #staffLink a{
	display: block;
	background-image: url(../images/main_title_bar/site_links/staff_link.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 100px;
}
.global #navigationLinks #staffLink a:hover{
	background: transparent url(../images/main_title_bar/site_links/staff_link.png) 0 -15px no-repeat;
}

.global #navigationLinks #aboutLink {
	float:left;
}
.global #navigationLinks #aboutLink a{
	display: block;
	background-image: url(../images/main_title_bar/site_links/about_link.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 100px;
}
.global #navigationLinks #aboutLink a:hover{
	background: transparent url(../images/main_title_bar/site_links/about_link.png) 0 -15px no-repeat;
}

.global #navigationLinks #linksLink {
	float:left;
}
.global #navigationLinks #linksLink a{
	display: block;
	background-image: url(../images/main_title_bar/site_links/gift_certificates_link.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 175px;
}
.global #navigationLinks #linksLink a:hover{
	background: transparent url(../images/main_title_bar/site_links/gift_certificates_link.png) 0 -15px no-repeat;
}





.global #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
}
.global #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

------WebKitFormBoundarygEILBypZ3bFZ1W75
Content-Disposition: form-data; name="userfile"; filename=""

