html, body{
	margin: 0;
	padding: 0;
}
body {
width: 1200px;
 background: url('/images/body-bg.gif') repeat-x;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 14px;
color: #6B6B6B;
 
}


#wraper {
 background: url('/images/header-bg.jpg') no-repeat top left ;
position:absolute;top:0;left:0;height:102px;width:100%;
clear: both;
 }
.header  {
line-height: normal;
	height: 100px;
padding: 0;
 margin: 0;
 width: 100%;

}
.header h1 {
	float: left;
	width: 600px;
	margin-top: 20px;
}
.content {
width: 80%;
float: left;
margin: 10px 0 0 80px;
padding-left: -80px;
		background: url('/images/content-bg.gif') no-repeat top left;
}
.pad {
float: left;
	width: 950px;
 
 
 
 
}
.left {
width: 20%;
	float: left;
	
	padding-top: 2px;
	overflow: hidden;

	
}
.menu{
	display: block;
	margin-top: 0px;
	padding-left:15px;
	clear: both;
	width: 90%;
	}
.menu a{
	padding: 4px;
	display: block;
	color: #6B6B6B;
	text-decoration: none;
	border-bottom: 1px solid #F3F3F3;
	font-weight: bold;
	text-transform: uppercase;
}
.menu a:hover,
.menu a:active,
.menu a:focus{
	background: url('/images/arrow-on.gif') no-repeat center right #F3F3F3!important;
	color: #6B6B6B;
	text-decoration: none;
}
.right {
float: right;
	width: 75%;
	margin-right: 20px;
	overflow: hidden;
 text-align: left;
 padding-top: 30px;
}
.2col
{
   width: auto;
   float: left;
}
h1, h2, h3, h4 {
padding-left: 25px;
	line-height: normal;
}

h1 {

margin-left: 40px;
	font-size: 1.7em;
	font-weight: normal;
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}
ul {
	/*margin-top: 5px;*/
	margin-bottom: 15px;
	list-style: none;

}

ul li {
	font-size: 13px;
	
	font-weight: normal;
	
}

a img {
margin: 5px;
padding-left: 15px;
	border: none;
}

img {
margin: 5px;
padding-left: 15px;
	border: none;
}
.footer {
 width: 100%;
 height: 50px;
 float: left;
}
/* Normal link */
a {
	font-size: 1.2em;
	font-weight: bold;
	color: #2B98B7;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	
	color: #2B98B7;
	text-decoration: none;
}