body {
	background-color: #E1DC8B;
	margin: 0;
	padding: 0;
	color:#823b1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #7F3C20;
}
#header {
	width: 900px;
	background-image: url(../images/header.png);
	height: 208px;
	background-repeat:no-repeat;
	
}
#headButs {
	margin-left: 750px;
	
}

#flashBanner {
	margin-top:-5px;
	width: 900px;
	height: 172px;
	
}


#bContent {
	padding-top:17px;
	background-color: #7F3C20;
}

#leftColumn {
	width: 200px;
	float:left;
	padding-top:20px;
	color: #E5E398;
	padding-bottom:10px;
	text-align:justify;
	float:left;
}

#newItem {
	width: 180px;
	background-color: #823b1d;
	padding-left:10px;
	padding-right:10px;
	min-height:150px;
}

#lDock {
	width: 170px;
	background-color: #b23e20;
	margin-right: auto;
	margin-left: auto;
	color: #E5E398;
	padding:5px;
}

#rightColumn {
	
	width: 680px;
	text-align: justify;
	padding:15px 10px 10px 10px;
	background-image: url(../assets/watermark.jpg);
	background-repeat: no-repeat;
	min-height:400px;
	background-color: #C8A261;
	min-height:600px;
	float:left;
}

#footer
{
	text-align: center;
	margin-top: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:17px;
	color: #7C3D23;
}
#footer ul { margin:0; padding:0; list-style:none; list-style-image:none; }
#footer li { display:inline; }
#footer ul li a {
	text-decoration:none;
	padding: 0px 5px 0px 5px;
	color: #7C3D23;
}
#footer a:hover {
	color: #000;
}

.textField{
	color: #42372a;
	background-color: #e8e199;
	border:0px;
	margin-bottom:10px;
	width: 170px;
}


h2{
	color:#823b1d;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #E5E398;
	text-decoration: underline;
}

a:active {

	color: #000;
	text-decoration: underline;
}

img{
	border:0px;
}

#newItem a:link {
	color: #E5E398;
	text-decoration: underline;
}

#newItem a:visited {
	color: #E5E398;
	text-decoration: underline;
}

#newItem a:hover {
	color: #b23e20;
	text-decoration: underline;
}

#newItem a:active {
	color: #E5E398;
	text-decoration: underline;
}
.pagingLinks{
	text-align:center;
}
