html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #decbc6;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #524139;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

/* 
-----------------------------------------------------------------------------
Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #DB9653;
	text-decoration: none;
}
a:hover, a:active {
	color: #DB9653;
	text-decoration: underline;
}

/* 
-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
#container {
	width: 780px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
.sideimage {
	margin: 0pc 0pc 15px 5px;
	float: left;
	display: inline;
}
#art_detail {
	margin: 15px 0px 0px 10px;
}
#art_rotate {
	margin-top: 15px;
}

/* 
-----------------------------------------------------------------------------
Navigation
-----------------------------------------------------------------------------*/
#navhome {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	background: #53423a url(../images/bg_navhome.jpg) no-repeat left top;
}
#navhome ul {
	margin: 0px;
	padding: 0px 0px 0px 125px;
	list-style: none;
}
#navhome li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#navhome li a {
	color: #DECBC6;
	display: block;
	padding: 2px 11px 2px;
	font-size: 13px;
	white-space: nowrap;
	_width: 1%; /*Fix for ie6*/
	background: url(../images/bg_nav.gif) no-repeat right center;
}
#navhome li a.last {
	background: none;
}
#navhome li a:hover {
	color: #DB9653;
	text-decoration: none;
}

/* sub pages */
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #636562;
	border-top: #BFBCB7 1px solid;
	border-bottom: #2F2F27 1px solid;
	height: 25px;
}
#navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 6px;
	list-style: none;
}
#navigation li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#navigation li a {
	color: #BFBCB7;
	display: block;
	padding: 5px 11px;
	font-size: 12px;
	white-space: nowrap;
	_width: 1%; /*Fix for ie6*/
	text-transform: uppercase;
	border-right: #BFBCB7 1px dotted;
}
#navigation li a.last {
	border-right: none;
}
#navigation li a:hover, #navigation li a.over {
	background-color: #DB9651;
	color: #684724;
	text-decoration: none;
}

/* 
-----------------------------------------------------------------------------
Formatting
-----------------------------------------------------------------------------*/
h1 {
	font-weight: bold;
	font-size: 16px;
}
h3 {
	margin: 0px;
	padding: 15px 0px 0px;
	font-weight: bold;
}
table#gallery {
	font-size: 10px;
}
table#gallery h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.columns {
	background: url(../images/bg_columns.jpg) repeat-x left 4px;
}
tr.columns td {
	background: url(../images/bg_columns.jpg) repeat-x left top;
}
.list {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
.list li {
	margin: 0px;
	padding: 0px;
}
.bottom_text {
	color: #C9B7A9;
	width: 780px;
	font: 10px Arial, Helvetica, sans-serif;
}
a.btn_print {
	float: right;
}

.background_cell_color {background-color:#ffffff;}

.background_main_color {background-color:#cccccc;}

.background_title_color {background-color:#ffffff;}

.border {border: 1px solid #000000;}

/*
   The following is a combination of background_button_color and text_button_color,
   this will override all input elements to look the same which will give a nice feel
   Also, use border style from above in CSS style to give consistent look, there is really no
   way to inherit this so you will change both properties
*/
input,textarea,select {background-color:#ffffff;color:#000000;border: 1px solid #000000;}

.text_body_color {color:#000000;}

.text_subtitle_color {color:#000000;}

.text_title_color {color:#000000;}

.title_font {font-family:sans-serif;font-size:40;}

.text_font {font-family:sans-serif;font-size:12;}

.presenting_font {font-size: 10px;}
.featured {font-size:12;}

.style1 {
	color: #DECBC6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.signup {
	padding-top: 20;
	float: right;
}
.signup a{ /* edit class name */
	display: block;
	width: 130px; /* edit width */
	height: 57px; /* edit height */
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/btn_signup.jpg) 0 0 no-repeat; /* edit background image */
}
.signup a:hover{background-position: 0 -57px;}  /* edit position to match height above */

/* Footer */
#footer_left {
	text-align: left;
	font-size: 10px;
	vertical-align: top;
}
#footer_right {
	text-align: right;
	font-size: 10px;
	vertical-align: top;
}
