/* CSS reset of elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	text-align:left;
}
a img, :link img, :visited img {border:0;}
table {border-collapse:collapse;border-spacing:0;}
ol, ul {list-style:none;}
q:before, q:after, blockquote:before, blockquote:after {content:"";}
html {border:none;}
/***************************************************************************/
BODY
{ 
	background-color: #846759;  
	margin: auto;
	text-align:center;

}
div#container
{
	background-color:#ff6017;
	border: solid #200008;
	border-width: 0px 1px 1px 1px;
	width: 756px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	text-align:center;
}
div#logo
{
 	background: #200008;
	text-align:right;
	width: 756px;
	height:50px;
}
#logo img 
{
	padding-right:12px;
	padding-top:15px;
}
div#thumb
{
	float:right;
	display:inline;
	margin-left: 12px;
}
div#clear
{
	clear:both;
}
div#nav
{
	margin-bottom:34px;
}

div#contentbox
{ 
	background: #ebebeb url('content_bg.gif') repeat-x bottom; 
	text-align:left;
	width: 702px;
	margin-bottom: 12px; 
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font: 85% "georgia", times, serif ;
}
div#bigpicbox
{
 	background-color:#bebebe;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px; 
	width: 732px;
}
div#webbloc
{ 
	background-color:#ebebeb;
	text-align:left;
	float:left;
	width:348px;
	height:250px;
	margin: 12px 0px 0px 12px;
	font: 85% "georgia", times, serif ;
}
#contentbox img
{
	margin-left: 40px;
}
h1
{
	font: 112% "georgia", times, serif ;
	margin-top:0px
}

h2
{
	font: 95% "georgia", times, serif ;
	margin-top:0px;
	color: #666666;
}

.agency
{
	font: 85% "georgia", times, serif ;
	margin-top:0px;
	color: #666666;
}

.off a, .off a:hover
{
	background-color: #ff2402;
}

ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	background: #552107 url(resources/images/menu_bg.gif) top;
	background-repeat: repeat-x;
	color: white;
	float: left;
	width: 100%;
	font: 92% arial, helvetica, sans-serif;
}
ul li 
{ 
display: inline; 
}
ul li a
{
	padding: 0.2em 1em;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ff6017;
}
ul li a:hover
{
	background-color: #ff6017;
	color: #fff;
}
a 
{
	text-decoration:none;
	color: #ff2402; 
}
#contentbox a:hover
{
	text-decoration:none;
	background: #2f1204;
}
a img 
{
	border:none;
}
#thumb a:hover
{
	background:none;
}