div.frame{
	float:				top;
	text-align:			center;
	width: 				100%;
	height: 			360px;
	border-color: 		black;
	border-style: 		solid; 
	border-color: 		black;
	border-width:		0px;
	margin-top: 		0px;
	margin-left: 		0px;
	margin-right: 		0px;
	margin-bottom: 		0px;	
}
div.bghead{
	float:				top;
	width:				100%; 
	height:				95px; 
	border-bottom: 		2px solid #808080; 
	font-family:		verdana;
	font-size:			30px;
	font-weight:		bold;
	text-align:			center;
	background: 		#000000; //#ecd872;
	color:				#000000;

  text-shadow: 0 0 3px #fff; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #fff;
  -webkit-text-shadow: 0 0 2px #fff;
	
	
	background: 		-webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)); 
						/* For Mozilla/Gecko (Firefox etc) */ 
	background: 		-moz-linear-gradient(top, #000000, #000000); 
						/* For Internet Explorer 5.5 - 7 */ 
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#ecd872, endColorstr=#000000); 
						/* For Internet Explorer 8 */ 
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ecd872, endColorstr=#000000)"; 	
	
 }
div.head{
	float:				top;
	width:				100%; 
	height:				95px; 
	border-bottom: 		2px solid #808080; 
	font-family:		verdana;
	font-size:			30px;
	font-weight:		bold;
	text-align:			center;
	margin-left: 		-50px;
	background: 		#000000; //#ecd872;
	color:				#000000;

  text-shadow: 0 0 3px #fff; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #fff;
  -webkit-text-shadow: 0 0 2px #fff;
	
	
	background: 		-webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)); 
						/* For Mozilla/Gecko (Firefox etc) */ 
	background: 		-moz-linear-gradient(top, #000000, #000000); 
						/* For Internet Explorer 5.5 - 7 */ 
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000); 
						/* For Internet Explorer 8 */ 
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ecd872, endColorstr=#000000)"; 	
	
 }
div.logo{
	float:				left;
	margin-top:			10px;
	margin-left:		10px;
//  position: 			absolute; // reposition logo from the natural layout
//  left: 				15px;
//  top: 					10px;
//  width: 				75px;
//  height: 				75px;
//  z-index: 				2;

}
div.date{
	float:				center;
	width:				100%; 
	height:				18px; 
	border-bottom: 		2px solid #808080; 
	font-family:		verdana;
	font-size:			12px;
	text-align:			center;
	margin-left: 		0px;
	background: 		#000000;
	color:				#ffffff;
 }
div.line{
	float:				left;
	width:				100%; 
	height:				50px; 
	border-bottom: 		2px solid #000000; 
	font-family:		verdana;
	font-size:			20px;
	font-weight:		bold;
	text-align:			left;
	color:				#000000;
	
  text-shadow: 0 0 2px #E4A904; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 3px #E4A904;
  -webkit-text-shadow: 0 0 2px #E4A904;	
  
	background: 		#000000;  //#ecd872;	
	
	background: 		-webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)); 
						/* For Mozilla/Gecko (Firefox etc) */ 
	background: 		-moz-linear-gradient(top, #000000, #000000); 
						/* For Internet Explorer 5.5 - 7 */ 
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000); 
						/* For Internet Explorer 8 */ 
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)"; 	
	
 }

div.liner{
	float:				left;
	width:				100%; 
	height:				50px; 
	border-bottom: 		2px solid #000000; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family:		verdana;
	font-size:			20px;
	font-weight:		bold;
	text-align:			left;
	
	color:				#000000;
	
  text-shadow: 0 0 2px #E4A904; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 3px #E4A904;
  -webkit-text-shadow: 0 0 2px #E4A904;	
  
	background: 		#000000;	
	
	background: 		-webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)); 
						/* For Mozilla/Gecko (Firefox etc) */ 
	background: 		-moz-linear-gradient(top, #000000, #000000); 
						/* For Internet Explorer 5.5 - 7 */ 
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000); 
						/* For Internet Explorer 8 */ 
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)"; 	
	
 }
div.spacer{
	float:				left;
	width:				100%; 
	height:				5px;
	background: 		#E4A904;	
 }
div.spacerl{
	float:				left;
	width:				100%; 
	height:				18px;
	//background: 		#DAA662;
	background: 		#ffffff;		
	background: 		-webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)); 
						/* For Mozilla/Gecko (Firefox etc) */ 
	background: 		-moz-linear-gradient(top, #000000, #000000); 
						/* For Internet Explorer 5.5 - 7 */ 
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#ecd872, endColorstr=#000000); 
						/* For Internet Explorer 8 */ 
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)"; 	

	
 }
div.bottom{
	float:				center;
	width:				100%;
	border-top: 		1px solid yellow; 
	font-size:			12px;
	font-weight:		bold;	
	text-align:			center;
	background: 		-webkit-gradient(linear, left top, left bottom, from(#E4A904), to(#000000)); 
						/* For Mozilla/Gecko (Firefox etc) */ 
	background: 		-moz-linear-gradient(top, #E4A904, #000000); 
						/* For Internet Explorer 5.5 - 7 */ 
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#E4A904, endColorstr=#000000); 
						/* For Internet Explorer 8 */ 
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#E4A904, endColorstr=#000000)"; 	
		
 } 
div.bottom2{
	float:				center;
	width:				100%; 
	height:				65px; 
	border-bottom: 		1px solid #808080; 
	font-family:		verdana;
	font-size:			12px;
	text-align:			center;
	margin-top: 		50px;
	margin-left: 		0px;
	background: 		#E4A904;
	color:				#E4A904;
	
  text-shadow: 0 0 1px #000; /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;
	
	
	background: 		-webkit-gradient(linear, left top, left bottom, from(#AD7329), to(#000000)); 
						/* For Mozilla/Gecko (Firefox etc) */ 
	background: 		-moz-linear-gradient(top, #AD7329, #000000); 
						/* For Internet Explorer 5.5 - 7 */ 
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#AD7329, endColorstr=#000000); 
						/* For Internet Explorer 8 */ 
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#AD7329, endColorstr=#000000)"; 	
	
 }	
div.spacert{
	float:				left;
	width:				100%; 
	height:				5px;
	background: 		#000000; //#ecd872;	
 }
div.spacertb{
	float:				left;
	width:				100%; 
	height:				10px;
	background: 		#ffffff;	
	background: 		-webkit-gradient(linear, left top, left bottom, from(#000000), to(#E4A904)); 
						/* For Mozilla/Gecko (Firefox etc) */ 
	background: 		-moz-linear-gradient(top, #ffffff, #E4A904); 
						/* For Internet Explorer 5.5 - 7 */ 
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E4A904); 
						/* For Internet Explorer 8 */ 
	-ms-filter: 		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#E4A904)"; 	

		
 }
div.spacerb{
	float:				left;
	width:				100%; 
	height:				10px;
	background: 		#ffffff;		
 }
 
