body 
{ 
   font-family: Georgia, Tahoma;
   margin: 0px;
   font-size: 12px;
   color: #acacac;
   background: url("images/bg.png") repeat-x;
   text-align: justify;
 }   
 
 .header
 {
 	position: absolute;
 	margin-left: 0px; 
 	margin-top: 0px; 
 	width: 765px; 
 	height: 275px;
 	background: url("images/header.png") no-repeat;
 }
 	 
 .page
 {
 	position: absolute;
 	margin-left: 0px;
 	padding: 0px;
 	margin-top: 250px;
 	width: 100%;
 }
 
  .text
 {
 	position: relative;
 	padding: 50px;
 }
 
 a
 {
 	color: #fa7700;
 	text-decoration: none;
 	cursor: crosshair;
 }
 
 a:hover
 {
 	color: #ccff00;
 }
 
 b {color: #bae800;}
 u {color: #fa7700;}
 s {color: #ccff00;}
 i {color: #fa7700;}
 strong {color: #ccff00;}

 .mainwrap
 {
 	position: absolute;
 	margin-left: 350px;
 	margin-top: 130px;
 	width: 500px;
 	min-height: 100px;
 	background-color: #FFFFFF;
 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 }
 
 #main
 {
 	padding: 5px;
  	color: #c3c3c3;
 }
 
  #main a
 {
 	font-family: georgia;
 	letter-spacing: 2px;
 	font-size: 11px;
 	text-transform: none;
 	display: block;
 	color: #d3d3d3;
 }
 
  #main a:hover
 {
	font-family: georgia;
 	font-size: 11px;
 	text-transform: none;
 	display: block;
 	color: #FFFFFF;
 	background-color:  #fa7700;
 	text-decoration: none;
 }
 
 .sitetitle
 {
 	position: absolute;
 	margin-left: 300px;
 	margin-top: 250px;
 	font-family: times new roman;
 	font-size: 45px;
 	font-style: italic;
 	color: #fa7700;
 	text-align: center;
 }
 
 .link
 {
 	position: absolute;
 	margin-left: 350px;
 	margin-top: 110px;
 	width: 460px;
 	text-align: right;
 	font-size: 10px;
 }
 
 h2
 {
 	font-family: georgia;
 	text-align: center;
 	font-size: 20px;
 	line-height: 50px;
 	background: url("images/titlebg.png") no-repeat;
 	padding-left: 50px;
 	color: #fa7700;
 	border-bottom: #cbea4e 2px dotted;
 }
 
  h3
 {
 	font-family: georgia;
  	text-align: center;
 	font-size: 20px;
 	line-height: 30px;
 	padding-left: 0px;
 	color: #fa7700;
 	border-bottom: #cbea4e 2px dotted;
 }
 
   h4
 {
 	font-family: georgia;
  	text-align: center;
 	font-size: 18px;
 	line-height: 0px;
 	padding-left: 0px;
 	color: #fa7700;
 	border-bottom: #cbea4e 0px dotted;
 }
 
 .footerwrap
 {
 	position: relative;
 	background-color: #fafbfa;
 	margin-top: 0px;
 	clear: both;
 	float: left;
 	width: 100%;
 	min-height: 300px;
 }
 
 .footerclover
 {
 	position: relative;
 	background-image: url("images/footerclover.gif");
 	background-position: top right;
 	background-repeat: no-repeat;
 	margin-top: -50px;
 	margin-left: 85%;
 	height: 120px;
 	width: 104px;

 }
 
 .footertext
 {
 	position: relative;
 	padding: 0px;
 	margin-left: -100px;
 	margin-top: -100px;
 }
 
   .footertext a
 {
 	font-family: georgia;
 	letter-spacing: 2px;
 	font-size: 11px;
 	text-transform: none;
 	display: block;
 	color: #d3d3d3;
 	background-color: #FFFFFF;
 	border-bottom: 2px solid #fafbfa;
 	margin-left: 0px;
 	padding-left: 10px;
 }
 
  .footertext a:hover
 {
	font-family: georgia;
 	font-size: 11px;
 	text-transform: none;
 	display: block;
 	color: #FFFFFF;
 	background-color:  #fa7700;
 	text-decoration: none;
 }
 
 #box
 {
 	font-family: georgia;
 	font-size: 12px;
 	background-color: #FFFFFF; 
 	min-height: 230px; 
 	margin-top: 0px; 
 	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 10px;
 	padding-bottom: 10px;
 }
 
 
 
 
 
 
 
 