/*
##############
### Colors ###
##############

Layout:
#CCCC99 - Beige
#603030 - Maroon
#666633 - Dark Yellow

Links:
#333366 - Blue (Default, Visited)
#F99301 - Red (Hover)

Notes: 
» - Right Arrow

*/

body {
/*
	background-color: #CCCC99;
	background-image: url('./images/bg.png');
	background-repeat: repeat-x;
*/

}

#entire_page {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	/* background-color: #f5f5eb; */
}

#header {
	background-color: #603030;
	width: 800px;
	height: 36px;
}

#header_historical {
	float: left;
	background-color: #666633;
	background-image: url('./images/historical.png');
	background-repeat: no-repeat;
	width: 215px;
	height: 36px;
	background-position: 10px 0px;
}

#header_medical {
	float: left;
	background-image: url('./images/medical.png');
	background-repeat: no-repeat;
	width: 175px;
	height: 36px;
}

#header_art {
	float: left;
	background-image: url('./images/art.png');
	background-repeat: no-repeat;
	width: 90px;
	height: 36px;
}

#link_header_historical {
	display: block;
	width: 215px;
	height: 36px;
}

#link_header_medical {
	display: block;
	width: 175px;
	height: 36px;
}

#link_header_art {
	display: block;
	width: 90px;
	height: 36px;
}

#header_number {
	float: right;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: bold;
}

#header_below {
	height: 30px;
	/* 
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	*/
	border-bottom: 1px solid #000000;
	clear: both;
}

#header_subtitle {
	float: left;
	margin-left: 100px;
	height: 20px;
	color: #666633;
	padding: 5px;
	font-weight: bold;
}

#header_sub_subtitle {
	font-style:italic;
	clear: both;
	background-color: #B5B57A;
	background-image: url('./images/accent_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #000;
	font-size: 15px;
	padding: 3px;
	width: 90%;
	margin: 10px auto 10px auto;

}

.ad {
	font-style:italic;
	clear: both;
	background-color: #B5B57A;
	background-image: url('./images/accent_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #000;
	font-size: 15px;
	padding: 3px;
	width: 90%;
	margin: 5px auto 5px auto;

}

#header_link_container {
	float: right;
	padding: 5px;
}

.header_link {
	padding: 5px;
}

.cat_block {
	font-size: 10pt;
	width: 200px;
	height: 175px;
	margin: 15px;
	float: left;
	text-align: center;
}

.gift_by_type {
	font-size: 10pt;
	width: 95%;
	text-align: center;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.type_block {
	font-size: 10pt;
	width: 100px;
	height: 100px;
	border: 1px dotted #000;
	text-align: center;
	float: left;
	
}

.pbc {
	border-bottom: 1px solid #000000;
	height: 325px;
}

.pbc_row {
	width: 100%;
	height: 150px;

}

.pbc_block {
	width: 150px;
	height: 150px;
	margin: 1px;
	float: left;
}

.image_right {
	float: right;
}

.image_left {
	float: left;
}

.center {
	text-align: center;
}

#spotlight_easel {
	height: 150px;
	width: 100%;
	padding: 0;
	display: block;
	margin: auto;
}

#own_an_original {
	clear: both;
	height: 150px;
	padding: 0;
}

.mid_block {
	background-color: #FFF;
	margin: 8px;
	padding: 8px;
	font-size: 10pt;
	/* border: 2px solid #CCCC99; */
	/* border: 2px solid #666633; */
}

#left {
	float:left;
	width:175px;
	border-top: 1px solid #000; */
	}
#right {
	float:right;
	width:175px;
	border-top: 1px solid #000;
	}
#middle {
	margin:0 175px;
	padding: 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	margin:0; padding:0;
	background:transparent;
}

#content {
	clear: both;
	padding: 5px 0;
	/* 
	border: 2px solid #000; 
	border-top: none;
	border-bottom: 1px solid #000;
	*/
}

#footer {
	text-align: center;
	font-size: 12px;
	clear: both;
	padding: 5px;
	background-color: #CCCC99;
}

.sidebox {
	background: #CCCC99;
	margin: 8px;
	padding: 8px;
	font-size: 10pt;
}

li {
	list-style-image: url('http://www.historicalmedicalart.com/redesign/includes/images/arrow.gif');
	margin-left: -10px;
}

.red {
	color: #A50021;
	text-decoration: line-through;
}

.green {
	color: #669900;
}


/* ###################
   ### Font Styles ###
   ################### */

/* a { font-size: 14px; } */

a:link { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333366;
}

a:active { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration:none;
	color: #F99301;
}

a:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333366;
}

a:hover {
	color:#cc0000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration:none;
	color: #990000;
}

.accent_block {
	background-color: #B5B57A;
	background-image: url('./images/accent_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #000;
	font-size: 15px;
	padding: 0px;
	width: 90%;
	height: 185px;
	margin: 10px auto 10px auto;
}

.product {
	padding: 5px;
	font-size: 12px;
}

/* Original Header Stylings??? */ 

h1{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	color:#666633;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	padding:0px;
	line-height: 120%;
	letter-spacing:-1px;
}

h3{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	color:#603030;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
	letter-spacing:-1px;
}

h4{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	color:#603030;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}


/* Original Header Stylings??? */ 
