body {
	font-family: 				Arial, Helvetica, sans-serif;
	color: 						#333;
	font-size:					10px;
	text-align: 				center;
}

p {
	color:						#333;
	padding:					0;
	margin-top: 				0;
	margin-right: 				0;
	margin-bottom: 				15px;
	margin-left: 				0;
	font-size: 					12px;
	font-weight: 				normal;
}

h1 {
	color:						#900;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					18px;
	font-weight: 				normal;
	line-height:				22px;
	margin-bottom: 				10px;
}
	
h2 {
color:							#333;
font-family: 					Arial, Helvetica, sans-serif;
font-size:						14px;
font-weight:					bold;
line-height:					18px;
margin-bottom: 					15px;
}
	
#container {	
margin-right: 					auto;
margin-left: 					auto;
text-align: 					left;
width: 							875px;
position:						relative;
background-image:				url(../images/Star_home2.png);
background-repeat:				no-repeat;
}

#left  {
	width:							120px;
	float:							left;
	padding-top: 					226px;
	padding-right: 					35px;
	padding-bottom: 				10px;
	padding-left: 					15px;
	font-size: 						12px;
	font-family:					Arial, Helvetica, sans-serif;
	font-style: 					normal;
	font-weight: 					normal;
	color: 							#333;
	text-align: 					left;
	
}

#left ul  {
	list-style:none;
	font-weight:	bold;
}
	

#left a {
    display:					block;
    width:						101px;
	list-style:					none;
    color: 						#333;
    text-decoration:			none;
    background:					url(../images/menu.png)	 no-repeat;
    padding:		        	7px 10px 7px 3px;
}

#left a:hover { 
    background-position:0 -29px;
    color:#333;
}

#left a:active {
    background-position:0 -58px;
    color:#333;
}
  
#middle   {
	width:							auto;
	padding-top:					230px;
	padding-right:                  15px;
	padding-bottom:                 10px;
	padding-left:                   15px;
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						10px;
	line-height: 					18px;
	font-weight:					normal;
	color:							#333;
	text-align: 					left;
}

#middle a {
	color: 						#069;
	text-decoration:			none;
}

#right  {
width: 							130px;
float:							right;
padding-top:					343px;
padding-right:                  65px; 
padding-bottom:					10px;
padding-left:					40px; 
}

#footer  {
	width:							875px;
	float:							none;
	padding-top: 					5px;
	padding-right: 					0px;
	padding-bottom: 				0px;
	padding-left: 					0px;
	font-size: 						9px;
	font-family:					Arial, Helvetica, sans-serif;
	font-style: 					normal;
	font-weight: 					normal;
	background-color:				#999; 
	color: 							#FFF;
	text-align: 					center;
	
}
	
	
	
	

