﻿body {
	color: #6F1200;
	background-color: #33CCCC;
	background-image:url(../images/layout/circleBackground.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
}

h1 {
	font-size: 1em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1em;
	margin: 2px 00px 0 0px;
}

a {	
	color: #6F1200;	
	text-decoration: none;
}

a:hover {		
	text-decoration: underline;
}

.header {
	background-color: #FFFFCC;
	width: 950px;
	height: 115px;
}

.galleryH1 {
	margin: 15px;
}

.headerlogo {
	float: left;
}

.headerHeading {
	float: right; 
	height: 20px; 
	width: 200px; 
	background-color: #6F1200; 
	margin-top: 95px; 
	color: #F8B9CD; 
	font-size: 1.4em; 
	font-weight:bolder; 
	text-align: right; 
	padding-right: 5px;
}

.mainPage {
	width: 950px;
	padding-top: 10px;
}

.buttonMenu {
	width: 950px;
	float: left;
}

.bottomline {
	width: 950px;
}

#global {
	position: absolute;
	left: 50%;
	width: 950px;
	margin-left: -475px; /* half the width */
	background-color: #FFF;
}

.footer {
	background-color: #33CCCC;
	height: 30px;
	color: #000000;
	padding: 5px;
}

.footer a {	
	color: #000000;	
	text-decoration: none;
}

.footerLeft {
	width: 305px;
	float: left;
	text-align: left;
	margin: 0px;
}

.footerRight {
	width: 635px;
	float: left;
	text-align: right;
	margin: 0px;
}

.bottomButton {
	width: 190px;
	text-align: center;
	float: left;
	padding-bottom: 20px;
}

.menu {
	height: 25px;
}

.menu ul
{
margin: 0;
padding: 5px;
list-style-type: none;
text-align: right;
}

.menu ul li { 
display: inline; 
background-image: url(../images/layout/menuSpacer.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
}

.menu ul li a
{
text-decoration: none;
padding: .1em 1em;
margin-left: 1em;
}

