body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000;
	text-align:center;
	
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#container { 
	width: 960px; 
	height:720px;
	margin: 0 auto; 
	text-align: left;
	background:#FFFFFF url(images/background2.png) no-repeat bottom left;
	
}

#leftContent { 
	margin: 43px 0px 20px 40px;
	float:left;
	width:340px;
	height:500px;
} 

#rightContent { 
margin: 10px 50px 0px 0px;
	float:right;
	width:435px;
	font-size: 11px;
	color: #FFF;
	font-family: Helvetica, sans-serif;
} 


#rightContent_top { 
margin: 45px 40px 0px 0px;
#margin: 55px 40px 0px 0px;
	float:right;
	width:445px;
	font-size: 12px;
	color: #FFF;
	font-family: Helvetica, sans-serif;
} 

#rightContent_bottom {
	margin: 60px 40px 0px 0px;
	#margin: 40px 40px 0px 0px;
	float:right;
	width:445px;
	font-size: 12px;
	color: #FFF;
	font-family: Helvetica, sans-serif;
}

#rightContent_bottom2 {
	margin: 0px 40px 0px 0px;
	float:right;
	width:445px;
	font-size: 12px;
	color: #FFF;
	font-family: Helvetica, sans-serif;
} 


#header { 
	background:#FFFFFF url(images/header.png) no-repeat left;
	height:160px;
} 

#menu { 
	margin: 0;
	width: 100%;
	height:26px;
	line-height:26px;
	font-weight: bold; 
} 

#menu ul {
 text-align:center;
 }

#menu li {
	display: inline;
}
#menu li a {
	color: #fff;
	text-decoration: none;
	margin-right: 40px;
}
#menu li a:hover {
text-decoration: underline;
color: #fff;       
}

footerbottom{
	background-color: yellow;
	height:20px;
	text-align:center;
	
} 

#footerbottom a {
	color: #F57F20;
}

#footerbottom a:hover {
text-decoration: underline;
color: #F57F20;
              
}

.clear { clear: both; }

h1 {font-size:16px}
h2 {font-size:14px}
