/*Change here for page body style*/
/*-------------------------------------------*/
BODY {	
	
	font-family: Verdana, Arial, Tahoma ;
	font-size:16px;
	background-color:#fff;
	background-image: url(images/bg.jpg) ;
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
	}
	
	

/*----------------------------------*/

#menu{
    
	  height:52px;
	  width:950px;
	  background-color:#009933;
	  color:#FFFFFF;
	  margin-top:30px;
	  font-size:16px;
	  line-height:26px;
	   }

#main {
	width: 950px !important;
	margin-top: 5px;
	background: #FFF;
	height:inherit;
	border:#009900 2px solid;
	}
	
#numbers {
	width:300px;
	height:54px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#009900;
	position:realtive;
	left: 451px;
	top: 12px;
	
	
	
}	

#content {
width:855px;
height:auto;
}


/*Change here for site text*/
/*----------------------------------*/


p {
	font-size: 16px; 
	color:#006600; 
	font-family:  Verdana, Arial, Times New Roman; 
	font-weight: normal;
	margin-left:9px;
	margin-right:9px;
	margin-top:7px;
	line-height:18px;
}

	

/*-------------------------------------*/

/*Change here for navigation text menu*/
/*-----------------------------------*/
A:link {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family:Verdana, Arial, Times New Roman;
	
}
A:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-size: 16px; 
	font-family: Verdana, Arial, Times New Roman;
	
	
}
A:hover {
	color: #000000; 
	text-decoration: underline;
	font-size: 16px; 
	font-family: Verdana, Arial,Times New Roman;
	font-weight: 500;
}
