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

/* body */
html {
	border:0px;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#E6E3C3;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
/* end body */

/* begin block display */
.ieSucks {
	display: block;
}
/* end block display */

/* begin main wrapper */
#wrapper {
	position:relative;
	margin:0 auto;
	width:900px;
}
/* end main wrapper */

/* begin header wrapper */
#headerWrapper {
	position:relative;
	float:left;
	width:900px;
}

#header {
	position:relative;
	float:left;
	width:900px;
	height:145px;
}

#navHeader {
	position:relative;
	float:left;
	width:276px;
	height:41px;
}

#contentWrapper {
	position:relative;
	float:left;
	width:900px;
	background-image:url(../images/contentBg.jpg);
	background-repeat:repeat-y;
}

#pageTitle {
	position:relative;
	float:left;
	width:624px;
	height:41px;
	background-image: url(../images/pageTitle.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #5D592A;
	text-align: left;
	text-indent: 14px;
}

#navigation {
	position:relative;
	float:left;
	width:276px;
	background-image: url(../images/navigation.jpg);
}
#content {
	position:relative;
	float:left;
	width:600px;
	padding-left: 10px;
}

#nextPage {
	position:relative;
	float:left;
	width:882px;
	height:40px;
	text-align: right;
	padding-right:8px;
}

#lowerContent {
	position:relative;
	float:left;
	width:624px;
	height:35px;
	background-image: url(../images/lowerContent.jpg);
}

#footerWrapper {
	position:relative;
	float:left;
	width:900px;
}

#footer {
	position:relative;
	float:left;
	width:900px;
	height:41px;
}

#navigation ul li {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5D592A;
	font-size: 12px;
	line-height:30px;
}
a:link {
	color: #5D592A;
}
a:visited {
	color: #8B863F;
}
a:hover {
	color: #8B863F;
}
a:active {
	color: #5D592A;
	font-size: 12px;
}

#spacer {
	position:relative;
	float:left;
	width:900px;
	height:7px;
	background-image:url(../images/spcerBg.jpg);
}

#googleWrapper {
	position:relative;
	float:left;
	width:900px;
	text-align: center;
	background-image: url(../images/googleBg.jpg);
	height: 100px;
	padding-top:6px;
}

#googleWrapperTop {
	position:relative;
	float:left;
	width:900px;
	text-align: center;
	background-image: url(../images/googleBgTop.jpg);
	height: 100px;
}
.contentText {
	font-family: Tahoma, Geneva, sans-serif;
}
#contentWrapper #content {
	font-size: 12px;
}

.footerLink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #5D592A;
}
