/* CSS Document */

body {
	background-color: #330066;
	background-image: url(../images/page_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #330066;
	line-height: 15px;

}

hr {
	height: 1px;
	color: #330066;
}

.maintextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15px;

}

.redtext {
	color: #CC0000;
}

.sold {
	font-size: 130%;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}

.sold-dot {
	font-size: 130%;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.goldtext_large {
	color:#cc9933;
	font-size:130%;
}

.picture {
	border: 5px solid #CCCCCC;

}

#logo {
	padding: 0px;
	margin: 0px;
}

#main {
	padding: 0px;
	margin: 0px;
}


/* --- LINK STYLES --- */

a {
	color: #330066;
	text-decoration: none;
	font-size: 11px;
}

a:link {
	color: #330066;
	text-decoration: none;
}

a:visited {
	color: #330066;
}

a:hover {
	color: #330066;
	text-decoration: underline;
}

a:active {
	color: #330066;
}

.credit {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
}

.credit a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
}

.credit a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.credit a:hover {
	text-decoration: underline;
	color: #CC0000;

}
.small_view_images{
	float:left;
	text-align:center;
	color:#cc9933;
}
.light_gold{
	background-color:#FFE6B3;

}
.dark_gold{
	background-color:#FFD581;
}
/* navigation */
#nav{
	width:auto;
	height:32px;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
}#nav li{
	display:block;
	float:left;
}#nav a:link, #nav a:visited, #nav a:active{
	display:block;
	float:left;
	padding:8px;
	color:#390769;
	font-size:135%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}#nav a:hover{
	display:block;
	float:left;
	color:#390769;
	font-size:135%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	background-image:url(../images/bg_nav_hover.gif);
	background-repeat:repeat-x;
}
/* navigation */
