body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #333;
	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:830px;
	margin: 0 auto; 
	text-align: left;
	background:#FFFFFF url(images/background.png) no-repeat bottom left;
	
}

#leftContent { 
	margin: 40px 0px 20px 25px;
	float:left;
	width:350px;
	height:400px;
} 

#rightContent { 
margin: 10px 50px 0px 20px;
	float:right;
	width:500px;
	height:299px;
} 

#rightContent_top { 
margin: 20px 80px 25px 0px;
	float:right;
	width:500px;
	font-size: 20px;
	color: #FFF;
	font-family: Helvetica, sans-serif;
} 

#rightContent_bottom { 
margin: 0px 80px 25px 0px;
	float:right;
	width:500px;
	font-size: 12px;
	color: #FFF;
	font-family: Helvetica, sans-serif;
} 


#header { 
	background:#FFFFFF url(images/header.png) no-repeat left;
	height:170px;
} 

#footer {
	background:#cccccc url(images/box.png) no-repeat right;
	float:left;
	font-size:10px;
	width:320px;
	height:160px;
} 

#footer2 {
	background:#cccccc url(images/box.png) no-repeat center;
	float:left;
	font-size:10px;
	width:320px;
	height:160px;
} 

#footer3 { 
	background:#cccccc url(images/box.png) no-repeat left;
	float:left;
	font-size:10px;
	width:320px;
	height:160px;
} 

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}
