BODY	{
	background: #1A70B4;
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #686666;
	}

IMG { border: 0; }	

H1 { 
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13px;
	color: #000;
	border-bottom: 2px solid #FA9E25;
	margin: 0 0 15px -5px;
	}

H2 { 
	font-size: 12px;
	color: #6B460F;
	margin: 20px 0 10px 0;
	}

H3 { 
	font-size: 11px;
	color: #6B460F;
	margin: 0 0 5px 0;
	}

A	{color: #1A70B4;}

A:hover	{color: #FA9E25;}

#wrapper {
	margin: auto;
	width: 754px;
	background: #fff;
	background: url(img/bg_wrapper.gif) repeat-y;
	text-align: left;
	}	
	
#mast	{
	width: 754px;
	height: 75px;
	vertical-align: bottom;
	background: url(img/bg_mast.gif) top right no-repeat;
	}

#mast P {
	padding: 30px 30px 0 0;	
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	letter-spacing: 1px;
	}
	
#logo {
	border: 0px;
	margin-left: 40px;
	}
	
#nav { 
	float: left;
	margin: 30px 45px 0 0;
	padding-left: 55px;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13px;
	line-height: 24px;
	}

#nav A { 
	color: #686666;
	text-decoration: none;
	display: block;
	}

#nav A:hover { 
	text-decoration: underline;
	color: #ECC458;
	}	
	
#content	{
	float: left;
	width: 495px;
	padding: 15px 5px;
	text-align: left;
	border-bottom: 2px solid #FA9E25;
	line-height: 16px;
	}

.imageRight {
	float: right;
	margin: 5px 0 5px 5px;
	}

.imageLeft {
	float: left;
	margin: 5px 10px 5px 0;
	}	
	
#footer {
	clear: left;
	width: 754px;
	height: 103px;
	background: url(img/bg_footer.gif) top right no-repeat;
	} 
	
#footer P {
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding-top: 60px;
	}


