body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: repeat-x url("../graphics/bodyback.jpg");
}

#Frame {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 600px;
}

#Content {
	float: left;
	text-align: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: auto;
}

a {
	color: #336699;
	text-decoration: none;
}

.decorimage {
	margin: 5px 10px;
	background-color: #eeeeee;
	border: thin solid #cccccc;
	padding: 5px;
	text-align: center;
	float: left;
	font-size: 11px;
	color: #666666;
	line-height: 11px;
}

/* Header Items-----------------------------------*/

#Header {
	width: 800px;
	height: 145px;
	float: left;
	background: url("../graphics/headerback.jpg") no-repeat right;
}

#Header span {
	float:  right;
	color: #003366;
	text-align: right;
	font-size: 24px;
	clear: right;
}

#TopBar {
	float: left;
	clear: both;
	background: #336699 url(../graphics/bluebar.jpg) repeat-x;
	width: 790px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 18px;
	font-family: lucida handwriting;
	text-align: right;
	padding-right: 10px;
	text-shadow: 2px 2px 4px #000000;
	margin-bottom: 10px;
	border: solid 1px #1a3e75;
}

/* Content Items-----------------------------------*/

#ContentLeft {
	width: 180px;
	float: left;
	padding: 2px;
	margin-right: 0px;
	height: auto;
}

.nav {
	width: 175px;
	background: repeat-y url("../graphics/widegreenbar.jpg") #228800;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	border: 1px solid #106608;
}

.nav h3 {
	background: url("../graphics/greenbar.jpg") repeat-x;
	height: 25px;
	text-align: center;
	line-height: 24px;
	margin: 0px;
	border: 1px solid #106608;
	margin-top: -1px;
	margin-left: -10px;
}

.nav a {
	float: right;
	clear: right;
	width: 93%;
	margin-left: 10%;
	color: #eeeeee;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7%;
	font-size: 14px;
	line-height: 18px;
}

.nav a:hover {
	color: #ffffff;
	background: #106608;
}

.decorbox {
	width: 175px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}

.decorbox p {
	width: 159px;
	float: right;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
	color: #333333;
}

#ContentMain {
	width: 600px;
	height: auto;
	text-align: left;
	float: left;
	margin-left: 0px;
	padding-left: 10px;
}

#ContentMain p {
	color: #333333;
	text-indent: 30px;
	text-align: justify;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 7px;
	padding: 3px;
	padding-top: 5px;
}

#ContentMain b {
	color: #003366;
}

#ContentMain h3 {
	color: #003366;
	font-size: 18px;
	margin:  0px;
	margin-top: 5px;
}

#Footer {
	font-size: 10px;
	text-align: center;
	width: 100%;
	color: #eeeeee;
	bottom: 0px;
	float: left;
	margin: 0px 0px 15px;
	height: 24px;
	letter-spacing: 2px;
	line-height: 24px;
	background: url(../graphics/bluebar.jpg) repeat-x;
	border: 1px solid #1a3e75;
}

#Footer a {
	color: #ffffff;
}

/* @group Sale Items */



/* @end */

.saleitem {
	background: #ffffff url(../graphics/biggraybar.jpg) repeat-x 0 bottom;
	border:  solid 1px #eeeeee;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.saleitem img {
	border: solid 1px #eeeeee;
	background: #ffffff;
	padding: 3px;
	margin: 3px;
}

.saleitem h3 {
	color: #106608;
	margin: 3px;
}

.saleitem h4 {
	color: #000000;
	margin: 3px;
}

.saleitem p {
	
}

.saleitem a {
	
}

