body {
	font-family: 'Bookman Old Style', serif;	
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #ccff99;
	background-image:url('../img/main_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#main_container{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#top_section{
	height: 181px; /*Height of top section*/
	background-image:url('../img/banner.jpg');
	background-position: top;
	background-repeat: no-repeat;
	z-index: 0;
}

#content_wrapper{
	float: left;
	width: 100%;
}

#content_column{
	margin-right: 170px; /*Set right margin to RightColumnWidth*/
	vertical-align: top;
}

#right_column{
	float: left;
	width: 170px; /*Width of right column*/
	margin-left: -170px; /*Set left margin to -(RightColumnWidth) */
	color: #000000;
}

#footer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: left;
	width: 100%;
	height: 66px;
	background-image:url('../img/footer.jpg');
	background-repeat: no-repeat;
	text-align: center;
	color: #cccccc;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.2em;
}

#footer a{
	color: #FFFF80;
}

.innertube{
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.content_text {
	margin: 5px;
	padding: 5px;
	background-color: #ffffe3;
	border: 1px solid #cccccc;
}

#menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-top: 151px;
	z-index: 10;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #ffcc00;
}

#new_items {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#new_items th {
	background-color: #000000;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

#new_items td {
	background-color: #e0e0e0;
	text-align: center;
}

#new_items .price {
	font-size: 1.2em;
	font-weight: bold;
}

#new_items a {
	color: cyan;
	font-weight: bold;
	text-decoration: none;
}

#new_items a:hover {
	color: red;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.item {
	width: 100%;
}

.item_container {
	background-image:url('../img/item_bg.png');
	border: 1px solid #cccccc;
}

.item_title {
	font-size: 1.8em;
	font-weight: bold;
}

.item th {
	vertical-align: top;
	text-align: right;
	color: #666666;
}