body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
}

h1 {
	background-image: url(images/blue_80_trans.png);
	height: 50px;
	margin: 0px 40px 10px -10px;
	padding-right: 40px;
	color: #fff;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;

}

h2 {
	width: 400px;
	margin: 12px 0px 6px 10px;
	padding: 8px 10px 0px 0px;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
	background-image: url(images/tan_60_trans.png);
}

a {
	color: #d15454;
	text-decoration: none;
	font-weight: bold;
}

em {
	font-size: 13px;
	font-weight: bold;
	color: #0b1436;
}

#splash {
	margin-top: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #5879b0;
	text-align: center;
}

#splash a {
	color: #7a8dbf;
	text-decoration: none;
	font-weight: bold;
}

#splash a:hover {
	color: #666eab;
	text-decoration: underline;
}

a img {
	border: 0px none;
	text-decoration: none;
}

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

.blog_error {
	color: #bb1111;
	margin: 5px;
}

/*** Main Navigation Styles ***/

#site_wrapper { /* Defines the width and background color of the entire site */
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-image: url('background.jpg');
}

#site_wrapper_2 { /* Defines the width and background color of the entire site */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-image: url('background.jpg');
}




#body_bgtexture_wrapper {
	background-image: url('images/texture.jpg');
	/*background-color: #f4edbe;*/
}	

#top_nav_wrapper {
	width: 100%;
	clear: both;
	padding: 10px 0px 5px 0px;
	color: #900;
	height: 28px;
	background-color: #fff;
}

#top_nav_wrapper ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

#top_nav_wrapper li {
	float: left;
	margin-left: 4px;
}

#top_nav_wrapper a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	padding: 6px 14px;
	text-decoration: none;
	margin-right: -1px;
	background-color: #d6d9de;
	white-space: nowrap;
}

#top_nav_wrapper a:hover {
	color: #bf5f5f;
}

#body_wrapper {
	padding: 12px 20px;
	padding-bottom: 100px;
	background: url(images/tile-sidebar-small.png) left bottom repeat-x;
}

.body_text {
	background-image: url(images/white_40_trans.png);
	color: #000;
	margin-bottom: 12px;
	padding: 10px;
	width: 96%;
}

.image_right {
	float: right;
	padding: 15px;
}

.column_left {
	float: left;
	padding: 15px;
	width: 400px;
	background-image: url(images/white_40_trans.png);
}

.column_right {
	float: right;
	padding: 15px;
	width: 250px;
	background-image: url(images/white_40_trans.png);
}

.column_right_no_bg {
	float: right;
	padding: 15px;
	width: 250px;
}

.market_background {
	min-height: 420px;
	background: url(images/market.png) right bottom no-repeat;
}

.credits {
	text-align: left;
	font-size: 11px;
	color: #544;
	margin-bottom: -8px;
}

.gallery_credits {
	font-size: 11px;
	margin-top: -2px;
	color: #875;
}
.emphasize_me {
	color: #c14444; 
	font-weight: bold; 
	font-size: 13px
}

.thumbnails {
	float: left;
	min-width: 80px;
	text-align: center;
	margin: 3px;
	margin-top: 10px;
	margin-bottom: -5px;
	cursor: pointer;
}

.full_image {
	text-align: center;
	vertical-align: middle;
}

.image-navigation {
	text-align: center;
	color: #726161;
	text-decoration: none;
	font-weight: bold;
}

.filler {
	margin: 100px;
}

#bottom_text {
	color: #333;
	font-size: 10px;
	text-align: center;
}

.low_contrast {
	color: #755;
}