body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #776255;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

h2{font-size: 14px;
	font-weight: bold;
	color: #FF6600;}
	
h3{font-size: 13px;
	font-weight: bold;}
	
.orange_txt{
	color: #FF6600;
}

.h_divider{
	background-image: url(../images/horizontal_divider.jpg);
	clear: both;
	height: 18px;
	width: 100px;
	margin:0px auto;
}


a, a:visited{color: #CC3300;}

a:hover{color: #FF6600;}

.email a.email, a.email:visited{
	color: #CC3300;
	font-weight: bold;
}

.gallery{}

.image_left, img_zoom_right{
	float: left;
	margin-right: 5px;
	border: 1px solid #FF9900;
}

.image_right, img_zoom_left{
	float: right;
	margin-left: 5px;
	border: 1px solid #FF9900;
}

.media{margin:auto;}

.line {
	margin:5px;
	height:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}