/* CSS Document */

body {
	background-color: #C2C2C2;
	background-image: url(images/bg.gif);
	margin: 0px;
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	color: #296999;
	text-decoration: none;
}

a:hover, a:active {
	color: #296999;
	text-decoration: underline;
}

.container {
	border-top: none;
	border-right: 8px solid #ADD0EA;
	border-bottom: 8px solid #ADD0EA;
	border-left: 8px solid #ADD0EA;	
}


/* NAV STYLES */
.navItem a {
	padding: 4px 16px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}

.navItem a:hover, .navItemHere a {
	padding: 4px 16px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	float: left;
	color: #644903;
	text-decoration: none;
	background: url(images/nav-bg.gif);
}


.contactInfo {
	padding: 4px 16px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
}

.contactInfo a, .contactInfo a:link, .contactInfo a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.contactInfo a:hover, .contactInfo a:active {
	color: #296999;
	text-decoration: none;
}




.content {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#FFFFFF;
}


/* IMAGE STYLES */

.thumbBorder {
	border: 2px solid #000000;
}

.thumbBorderReg {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.largeBorder {
	border: 12px solid #000000;
}


/* MISC TEXT STYLES */

.title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #296999;
}

.sold {
	font-weight: bold;
	color: #CC0000;
}
.copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #336699;
}


/* HOME PAGE STYLES */

.homeHeading {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9C00;
}
.homeBioBorder {
	border-top: 1px solid #A2B2BE;
	border-bottom: 1px solid #A2B2BE;
	padding: 10px 0;
}

.starrynightHeading {
	font-weight: bold;
	color: #FF9C00;
	font-size: 14px;
}
.purchaseBox {
	border: 1px solid #ADD0EA;
	padding: 5px;
	width: 120px;
}
