html, body {
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 font-size: 10pt;
 background-color: #57230B;
 background-image: url(images/background_page.png);
 background-repeat: repeat-x; 
 height: 100%;
 margin: 0;
 }
 
td, th, p {
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 font-size: 10pt;
 line-height: 1.6em;
} 


.main {
	background-color: #D1AB88;
}

.mainhome {
	background-color: #D1AB88;
	background-image: url(images/home3.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.mainhome_enter {
	position: relative;
	top: 135;
	left: 35;
	width: 388;
	height: 30;
	text-align: center;
	font-family:  Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12pt;
}

.mainhome_enter a:link {
	text-decoration: underline;
	color: #A64417;
}

.mainhome_enter a:visited {
	color: #A64417;
}

.mainhome_enter a:hover {
	text-decoration: none;
	color: #4D1A0A;
}



.mainhome_order {
	position: relative;
	top: 330;
	left: 35;
	width: 388;
	height: 60;

	text-align: center;
	font-family:  Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #704A36;
	line-height: 1.6em;
}

.mainhome_order a:link {
	text-decoration: underline;
	color: #A64417;
}

.mainhome_order a:visited {
	color: #A64417;
}

.mainhome_order a:hover {
	text-decoration: none;
	color: #4D1A0A;
}



.mainhome_content {
	position: relative;
	top: 225;
	left: 435;
	width: 280;
	height: 120;
	
	text-align: center;
	font-family:  Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10pt;

	color: #BE9883;
}

.mainhome_content a {
	text-decoration: none;
	color: #BE9883;
}

.mainhome_content a:hover {
	text-decoration: underline;
	color: #BE9883;
}

.mainhome_content a:visited {
	color: #BE9883;
}

.mainhome_footer {
	position: relative;
	top: 300;
	left: 0;
	width: 721;
	height: 120;
	text-align: right;
	font-family:  Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 8pt;

	color: #704A36;
}

.mainhome_footer a {
	text-decoration: underline;
	color: #704A36;
}

.mainhome_footer a:hover {
	text-decoration: none;
	color: #704A36;
}

.mainhome_footer a:visited {
	color: #704A36;
}


.left_gutter {
	background-image: url(images/left_gutter_back.png);
	background-repeat: repeat-y;
}

.right_gutter {
	background-image: url(images/right_gutter_back.png);
	background-repeat: repeat-y;
}
 
.masthead {
	background-image: url(images/masthead_back.png);
	background-repeat: repeat-x;
}

.nav_top {
	background-image: url(images/nav_top.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

.nav_content {
	background-image: url(images/nav_back.png);
	background-repeat: repeat-y;
	width: 201px;
	margin-left: 10px;
}

.nav_content a {
	padding-left: 10px;
	padding-right: 10px;
	color: #582A14;
	text-decoration: underline;
}

.nav_content a:hover {
	text-decoration: none;
}

.nav_content a:visited {
	color: #582A14;
}

.nav_bottom {
	background-image: url(images/nav_bottom.png);
	background-repeat: no-repeat;
	margin-left: 10px;	
}

.content_container {
	background-image: url(images/content_back.png);
	background-repeat: no-repeat;
	background-color: #B48968;	
}

.content {
	padding-left: 10px;
	padding-right: 30px;
}

.content h1 {
	padding-right: 30px;
	font-size: 12pt;
	font-weight: bold;
}

.content a:link {
	text-decoration: underline;
	color: #4D1A0A;
}

.content a:visited {
	color: #4D1A0A;
}

.content a:hover {
	text-decoration: none;
	color: #A63B17;
}



.footer {
	background-color: #B48968;
	padding-right: 20px;
	text-align: right;
	padding-top: 15px;
}

.footer p {
	font-size: 8pt;
}

.footer a {
	text-decoration: underline;
	color: blue;
}

.footer a:hover {
	text-decoration: none;
	color: blue;
}

.footer a:visited {
	color: blue;
}

.auction_item_teaser {
	background-image: url(images/auction_item_teaser_background.gif);
	height: 150px;
	width: 640px;
	overflow: hidden;
	color: black;
	position: relative;
	top: 325px;
	text-align: left;
}

.auction_item_teaser h1 {
	padding: 10 0 0 20;
	font-size: 12pt;
	color: #7b5540;
}


.auction_item_teaser p {
	padding: 0 20 30 20;
}

.auction_item_teaser a:link {
	text-decoration: underline;
	color: #A64417;
}

.auction_item_teaser a:visited {
	color: #A64417;
}

.auction_item_teaser a:hover {
	text-decoration: none;
	color: #4D1A0A;
}

.errortext {
	color: red;
	padding: 5;
	border: 1px solid black;
	background-color: yellow;
}

.controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

.controlBar a:link {
	text-decoration: underline;
	color: white;
}

.controlBar a:visited {
	text-decoration: underline;
	color: white;
}

.controlBar a:hover {
	text-decoration: none;
	color: white;
}
		
.blogEntry {
	/*padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;*/
}

.blogDate {
	color: gray;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}

.blogTitle {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 3px;
}

.blogText {
	font-weight: normal;
	line-height: 1.6em;
}

.blogText p {

	font-weight: normal;
	line-height: 1.6em;
}

.blogText li {

	font-weight: normal;
	line-height: 1.6em;
}

.blogFooter {
	/*background-color: #ECECF7;
	width: 100%;*/
	/*padding: 2 10 4 10;	*/
	padding-bottom: 10px;
	padding-top: 10px;
	/*margin-top: 10px;*/
	color: gray;	
	letter-spacing: 1.5px;
	/*border: 1px solid gray;	*/
	border-bottom: 1px dashed gray;
	margin-bottom: 30px;
}

.blogFooter a:link {
	text-decoration: underline;
	color: gray;	
}

.blogFooter a:visited {
	text-decoration: underline;
	color: gray;		
}

.blogFooter a:hover {
	text-decoration: none;
	color: gray;		
}

.blogFooterLeft {
	font-size: 8pt;
	text-align: left;
	/*padding-left: 10px;*/
}

.blogFooterRight {
	font-size: 8pt;
	float: right;
	text-align: right;
	/*padding-right: 10px;*/
}

.blogText p {
	padding: 0 0 0 0;
}

.blogComments {
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.6em;
}

.blogCommentsTitle {
	font-size: 11pt;
	font-weight: bold;
	padding: 5 2 5 2;
	letter-spacing: 3px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	width: 100%;
}

.blogCommentsFooter {
	color: gray;
	border-bottom: 1px dotted gray;
	padding: 0 0 20 0;
}

.previousPostsBox {
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 10px;
}

.previousPostsTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

.previousPostsLinks h3 {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 8pt;
	display: inline;
}


.blogHomeArchiveBox {
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 10px;
}

.blogHomeArchiveTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

.sidebar {
	float: right;
	width: 200px;
	border: 1px solid #65B1E5;
	background-color: #EAF5F9;
	margin-left: 10px;
	padding: 10px;
	font-size: 8pt;
}

.sidebar h1 {
	font-size: 10pt;
	font-weight: bold;
	border-bottom: none;
}

.sidebar p {
	font-size: 8pt;
}