
body
{
	font-family: Arial, sans-serif;
	background-color: #e8e9e7;
	background-image: url('/images/rightback.png');
	background-repeat: repeat-y;
	background-position: right;
}

body, div, p, h1, h2, ul, li, a
{
	padding: 0px;
	margin: 0px;
}

a
{
	color: #145DC0;	
	text-decoration: none;
}	

div#pagewrapper
{
}

div#headerwrapper
{
	background-color: #fff;
	height: 122px;
}

div#imagewrapper
{
	text-align: center;
	border-top: 2px solid #fff;
	height: 126px;
	background-position: center;
	background-repeat: no-repeat;
}

div#imagewrapper img
{	
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div#header_right
{
	float: right;
	text-align: right;
	font-size: 0.8em;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

div#header_left
{
	float: left;
}

div#imagewrapper
{
}

div#bodywrapper
{
}

div#menuwrapper
{
	clear: both;
	background-color: #333333;
	padding-top: 4px;
	height: 21px;
}

div#menu
{
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

div.link
{
	float: left;
	background-image: url('/images/button.png');
	width: 128px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	height: 17px;
}

div.link a
{
	color: #fff;
	display: block;
	padding-left: 13px;	
	width: 110px;
}

div#rightcolumn
{
	float: right;
	width: 154px;
}

div#leftcolumn
{
	background-image: url('/images/homeback.jpg');
	background-repeat: no-repeat;
	min-height: 300px;
	margin-right: 154px;
	color: #4c4c4c;
	font-size: 0.9em;
	padding: 20px;
	position: relative;
}

*html div#leftcolumn
{
	height: 300px;
}

div.row
{
	font-size: 0.7em;
	clear: both;
	margin-right: 5px;
	height: 50px;
	cursor: pointer;
}

div.row img
{
	float: right;
}

div.row p
{
	float: right;
	text-align: right;
	margin-top: 17px;
	margin-right: 5px;
	color: #145DC0;
}

div#leftcontent
{
	width: 200px;
	min-height: 20px;
	position: absolute;
	left: 20px;
	top: 22px;
	padding-top: 20px;
}

div#rightcontent
{
	margin-left: 210px;
	min-height: 200px;
}

div#rightcontent a
{
	text-decoration: underline;
}

*html div#rightcontent
{
	height: 225px;
}

h1
{
	color: #4c4c4c;
	font-size: 1.2em;
	display: inline;
}

.icon
{
	padding-right: 10px;
}

div#footer
{
	clear: left;
	margin-top: 30px;
	text-align: center;
}

ul#home li
{
	padding-bottom: 5px;
}

div.sale_item
{
	color: #000;
	font-size: 0.9em;
	border: 1px solid #bbbbbb;
	width: 139px;
	padding: 2px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

div.sale_item p
{
	padding-left: 10px;
	padding-top: 5px;
}

div.moreinfo
{
	margin-top: 5px;
	background-image: url('/images/moreinfobutton.png');
	width: 128px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	height: 17px;
	padding-left: 10px;
	padding-top: 2px;
	color: #4c4c4c;
}

div.sale_image
{
	width: 139px;
	height: 87px;
}

div.moreinfo a
{
	color: #4c4c4c;
	display: block;
	width: 100%;
}

