/**
 **********************************
 * HTML Elements
 **********************************
 */
BODY
{
	font-family: Verdana;
	text-align: left;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	background-image: url(../_images/main_img/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

A
{
	color: #8f7156;
	text-decoration: none;
	border-bottom: 2px solid #8f7156;
}
/*
A:HOVER
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #f5821f;
	background-color: #a0978e;
}
*/
/**
 **********************************
 * ID Containers
 **********************************
 */
#container
{
	width: 1000px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 217px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#leftcol
{
	text-align: right;
	width: 280px;
	float: left;
	clear: left;
	padding: 0px;
	}

#divider
{
	position: relative;
	float: left;
	width: 198px;
	left: 93px;
}
#rightcol
{
	margin-top: -00px;
	width: 700px;
	float: right;
}

#farrightcol
{
	width: 100px;
	float: right;
}

#logo
{
	margin: auto auto auto -130px;
	text-align: right;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
	padding-right: 0px;
	margin-right: -6px;
}
 
 #nav ul
 {
 	list-style: none;
	margin-left: 0;
	padding-left: 0;
 }
 
 #nav ul li
 {
 	padding-left: 0;
	margin-left: 0;
	padding-bottom: 10px;
 }

#nav a
{
	padding: 15px 10px 8px 10px;
	text-decoration: none;
	border: none;
} 

#nav a:hover
{
	border: none;
	padding: 15px 10px 8px 10px;
	background-color: #3a4247;
	text-decoration: none;
	border-top: 1px solid #4f585e;
	border-bottom: 1px solid #4f585e;
	border-left: 1px solid #4f585e;	
}


 .nav_head
 {
 	color: #ffffff;
	font-family: Verdana;
	font-size: 18px;
	text-decoration: none;
	font-variant: small-caps;
 }
 
 .nav_tag
 {
	color: #C2DEF1;
	padding-right: 10px;
 }


/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
 	color: #444C52;
	font-family: Verdana;
	font-weight: bolder;
	letter-spacing: -2px;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
 }
 
 h2
 {
 	color: #f5821f;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 50px;
	background: url(_images/post.gif) no-repeat top right;
 }
 
 .content
 {
	font-size: 14px;
	padding: 0 0 5px 0;
/* border-bottom: 1px dotted #9AA3A8; */
	color: #8f7261;
 }
   .contenthighlightbold
 {
	font-weight: bolder;
	font-size: 18px;
	padding: 0 0 5px 0;
	color: #72341d;
 }
  .contenthighlight
 {
	font-weight: bolder;
	font-size: 14px;
	padding: 0 0 5px 0;
	color: #72341d;
 }
   .imagepadding
 {
	padding-left: 10px;
 }
.blink
{
	text-decoration: underline blink;
}
 .foot
 {
 	text-align: right;
	text-transform: capitalize;
	font-size: 10px;
	color: #a0978e;
 }
 
 #copyright
 {
 	padding-top: 100px;
	color: #C2DEF1;
 }

 
/**
 **********************************
 * Misc. Things
 **********************************
 */
.clear 
{
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
}
