@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background: #FFFFFF;
	color: #585858;
	font-family: Arial;
	font-size: 19px;
	text-align: center;
}

/* Site-wide config */
#pageContainer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#headerContainer {
	width: 700px;
	height: 130px;
	background-image:url(../i/header.jpg);
}

#textContainer {
	min-height: 450px;
	border-left: 1px Solid Black;
	border-right: 1px Solid Black;
	background-color: #f9f5e7; 
}

#galleryContainer {
	width: 100%;
	padding: 10px;
	text-align: center;
}

#leftText {
	width: 50%;
	float: left;
	margin-top: 5px;
	text-align: center;
}

#rightText {
	width: 50%;
	float: right;
}

#rightText p{
	padding: 15px;
	font-size: 19px;
}

#rightText li{
	font-size: 19px;
}

#rightText h2{
	padding: 20px;
	color: #FFF;
	font-size: 125%;
	margin-bottom: -40px;
	font-weight: bold;
}

#footerContainer {
	width: 700px;
	height: 50px;
	background-image:url(../i/footer.jpg);
}

/* ----------| =Navigation |---------- */ 
	
#navigation {
	width: 700px; 
	position: relative;
	height: 36px;
}

#navigation ul { 
	height: 30px;
	list-style: none;
}

#navigation ul.noIndent {
	margin-left: 10px;
}

#navigation li {
 	list-style-type: none;
	text-transform: uppercase;
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
}

#navigation li a { 
	display: block;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
	border-right: 1px Solid #3D3245;
	border-bottom: 1px Solid #3D3245;
	color: #000;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	width: 174px;
}

#navigation li a:hover {
	color: #971e05;
	text-decoration: none;
}

.current {
	background-color: #C60
}