* { margin: 0; padding: 0; }
/* Global reset for all elements */



body {
	margin: 0;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background: #070300 url(images/bkg_body.jpg) repeat-y center;
	}
	

h1 {
	color: #a25d02;
	margin-top: 5px;
	margin-bottom: 5px;
	font: normal normal 2.4em/1em Georgia, "Times New Roman", Times, serif;
	}

h2 {
	color: #acb3a4;
	font: normal 1.5em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 0px;
}

h3 {
	color: #322928;
	font: normal bold 1em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 5px;
	margin-top: 1px;
}

h4 {
	color: #322928;
	font:  normal 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 5px;
	}

p {
	font-size: 1em;
	line-height: 1.6em;
	clear: left;
	margin: 6px 0;
	padding-bottom: 8px;
}
	
p a {
	color: #004d99;
	text-decoration: none;
	}


p a:hover {
	color: #0bacd8;
	text-decoration: none;
	background-color: #dbecf6;
	}


#wrapper {
	width: 924px;
	background: url(images/bkg_main.jpg) no-repeat ;
	overflow: hidden;
	margin: 0 auto;
}

/*	
#content_shell {
	margin: 0 auto;
	width: 924px;
	height: 100%;
	background: url(images/bkd_shell.gif) repeat-y;
	overflow: hidden;
	color: #adc3cf;
	}*/


#navigation {
    color: #b49a5a;
    height: 60px;
    font: 1.2em Georgia, "Times New Roman", Times, serif;
    color: #92918e;
    list-style-type: none;
    letter-spacing: .2px;
    padding: 149px 0 0;
    background-position: center;
    text-align: left;
	margin-left: 250px;
}

#navigation li {
    display: inline;


}

#navigation a {
    color: #7a7872;
    text-decoration: none;
    padding:18px 10px 0px 10px;

    }


#navigation a:hover {
    color: #a25d02;
    text-decoration: none;
    }

#navigation a.selected {
    text-decoration: none;
    color: #a25d02;
    font-weight: normal;
    background: url(images/n_divit.gif) no-repeat center top;
    }
    
	
#leftcolumn {
	color: #263d3c;
	margin: 0px 0px 10px 130px;
	width: 600px;
	_height: 1%;
	display: inline;
	float: left;
	font: 1.1em/1.3em Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#leftcolumn ul {
	list-style: none;
	background: url(images/div_decor_600.gif) no-repeat;
	margin-top: 12px;
	padding-bottom: 10px;
	padding-top: 20px;

}

#leftcolumn li {
	font: 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #322928;
	list-style: none;
	list-style-image: url(images/icn_tag.gif);
	margin: 0 5px 0 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#leftcolumn li a {
	color: #004d99;
	text-decoration: none;
	}

#leftcolumn li a:hover {
	color: #0bacd8;
	text-decoration: none;
	}


#rightcolumn {
	float: right;
	margin: 110px 20px 0px 0;
	width: 130px;
	_height:1%;
	display: inline;
	color: #acb3a4;
	font: 1em/1.4em Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#rightcolumn ul {
	font: 1em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#acb3a4;
	list-style: none;
	margin-bottom: 20px;
}

#rightcolumn li {
	font: .9em/1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#ffffff;
	list-style: none;
    

}

#rightcolumn li a{
	color:#004d99;
	list-style: none;
	text-decoration: none; display:block;
    }

#rightcolumn li a:hover{
	color:#004d99;;
	list-style: none;
	text-decoration: none; display:block;
	background-color: #e2dbbf;
}


#footershell {
	color: #c4c3bd;
	margin: 0px 0px 10px 130px;
	background: url(images/bkg_footer_natural.jpg) no-repeat center top;
	clear: both;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	width: 600px;
	_height: 1%;
	float: left;
	
}

#footerguts {
	color: #322928;
	margin: 100px auto 0px;
	width: 600px;
	font: .85em "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	_height:1%;
	text-align: center;
}
	
#footerguts h3 {
	width:225px;
	float:right;
	
	}

#footerguts ul {
	list-style: none;
	margin-bottom: 15px;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}

#footerguts li {
	display: inline;
}

#footerguts a {
	color: #7a7872;
	text-decoration: none;
	}
	
#footerguts a:hover {
	color: #a25d02;
	text-decoration: none;
	}


#footerguts a:visited  {
	color:#7a7872;
	}




