body {
	font-family:"Times New Roman", Times, serif;
 font-size:14px;
 color:#3D3A3D;
 background-color:#999;
 background-image: url(../images/background-2.jpg); 
 background-repeat: no-repeat; 
 background-position: top; 
 margin-top:0px;
}
h1, h2, h3, h4 {
 color:#1D85CA; 
}
h4 {	font-weight:bold; }
h3 {	font-size:15px;	font-weight:bold; }
h2 {	font-size:16px;	font-weight:bold; }
h1 {	font-size:17px;	font-weight:bold; }

.head_wrapper {
	position:relative;
	top:0px;
	lett:0px;
	height:130px;
	background:url(../images/top_navigation_bg8.jpg);
}
.menu_wrapper {
	position:absolute;
	right:0px;
	width:850px;
	bottom:2px;
}

.content {
	min-height:800px;
	padding-top:20px;
}

.bottom_navigation{
 position:relative;
 bottom:-50px;
 color:#FFF;
 font-size:11px;
 font-weight:bold;
 padding:0px;
 text-align:left;
 background-image:url(../images/bottom_navigation_bg3.gif);
 background-repeat:no-repeat;
}

a, a:hover, a:active, a:focus {
 outline:0;
 direction:ltr;
}
