body {
	margin: 1px 0 0 0;
  	padding: 0;
	background-image: url(../images/design/pagebgd.gif);
	background-repeat: repeat;
	background-color:#254B49;
  	color: #000;
  	font: small Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	min-width: 870px;
}
#wrapper {
	color: black;
	padding: 0;
	text-align: left;
	width: 870px;
	margin-left:auto;
 	margin-right:auto;  
}

/* SKIP TO CONTENT */
#skip {
	margin:0;
	padding:0;
	font-size:8px;
	text-align:right;
}
#skip a {
	color: #254B49;
	text-decoration:none;
}
#skip a:hover {
	color: #FFF;
	background-color:#254B49; 
}
/* END SKIP TO CONTENT */

/* HEADERS */
#header {
	margin: 0;
	text-align: left;
	background-image:url(../images/design/topbgd.png);
	background-repeat:no-repeat;
	padding:30px 0 0 0;
	width: 870px;
}
#header img.logo {
	border:none;
	padding: 0px 25px 0 70px; 
}
#header a {
	background:none;
}
#header img {
	vertical-align:middle;
	}
/* END HEADERS */

#contentwrapper {
  	width: 870px;
	  margin: 0;
}
#main {
	background-image:url(../images/design/maincontentbgd.png);
  	background-repeat:repeat-y; 
	padding:0 50px 0 44px;
	margin: 0;
}

/* LEFT SIDE PANEL */

#leftside {
	float: left;
	width: 248px;
	text-align:center; 
	padding:0;
	margin:0;
}
#navwrapper {
	width:144px;
	 margin-left:auto;
	margin-right:auto; 
}
#navwrappertop {
	background-image:url(../images/design/nav-top-bgd.png);
	background-repeat:no-repeat;
	height:20px;
}
#navwrappermain {
	background-image:url(../images/design/nav-main-bgd.png);
	background-repeat:repeat-y;
	text-align:left;
}
#navwrapperbottom {
	background-image:url(../images/design/nav-bottom-bgd.png);
	background-repeat:no-repeat;
	height:20px;
}	
#navbox {
	padding: 0;
	color: #FFF;
	text-decoration: none;
	font-size: 11pt;
	line-height: 2em;
}
#navbox a {
	display: block;
	/*padding-left: 25px; */
	padding-left: 7px;
	color: #FFF;
	text-decoration: none;
}
#navbox a:hover {
	background-color: #E8F3EF;	
	color: #254B49;
}

/* END LEFT SIDE PANEL */

/* RIGHT SIDE PANEL */
#maincontent {
	margin: 0 25px 0 250px;
	padding:0;
	text-align:left;
	font-size: 1.1em;
	line-height: 1.5em;
}

/* TEXT STYLING */

h1 {
	color: #254B49;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height:1.2em;
}
a { 
	color: #3A7673;
	text-decoration:underline;
}
a:hover { 
	background-color: #FFF;
	color: #254B49
}

/* FEATURE ANTIQUE ITEMS */

.feature {

	margin-bottom: 15px;
	clear:right;
}
.feature img {
	float:right;
	padding-left: 15px;
	margin-bottom: 10px;
}

.feature img.widerightspace {
	padding-right: 50px;
}

/* FOOTER AREA */
.clearone { 
	clear: both;
	height:1px;
	background-image:url(../images/design/maincontentbgd.png);
  	background-repeat:repeat-y; 
}
#footers {
	text-align:center;
	margin: 0;
	padding: 0 0 10px 0;
	background-image:url(../images/design/bottombgd.png);
	background-repeat:no-repeat;
	clear: both;
	height:74px;
	width: 870px;
}
#subfooter {
	width: 700px;
	padding: 10px 20px 10px 20px;
	font-size: .9em;
}
#credit {
	font-size: .8em;
 	text-align:center;
	padding: 2px 0 10px 0;
}
#credit a {
	color:#468E8B;
	text-decoration:none;
}
#credit a:hover {
	color:#E8F3EF;
	background:none;
}
/* END FOOTER AREA */