/* CSS Document */

body
{ background-color:#c0c0c0; 
  line-height:20px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
.main-div
{
 background-color:#e2f6e6;
 width:800px;
 margin:auto;
}
.inner-div
{
width:820px;
background-color:#e2f6e6;
float:left;
margin:auto;
}
.banner
{
float:left;
padding:10px 0px 10px 10px;
}
.top-navigation
{
 float:left;
 width:800px; 
 margin-left:10px;
 padding-bottom:10px;
 height:32px;
 background:url(../images/top-navigation.png) repeat-x;
 text-align:left;

}
 .top-navigation a
{
font-size:13px;
float:left;
color:#000000;
padding:5px 0 0 25px ;
text-decoration:none;
}
.top-navigation a:hover {
	
	color:#99FFCC;
	
}
#contant
{ float:left;
width:800px;
}
#left-div{

float:left;
width:220px;
}
.left-navigation
{
float:left;
padding:5px 0 2px 0;
background:url(../images/left-navigation.png) no-repeat;
width:179px;
height:41px;
margin-left:10px;
}
.left-navigation a
{
font-size:16px;
font-weight:bold;
text-decoration:none;
color:#227aa7;
padding:0px 0 0px 20px;
}
 .left-navigation a:hover
  {
	color:#66FF33;
 }
.left-buttom
{
background:url(../images/left-buttom.png) no-repeat;
float:left;
height:166px;
width:200px;
margin-left:10px;
padding:0 0 10px 0px;
}
#right-div
{
 float:left;
 width:580px;
}
 .top-box
 {
 width:577px;
  background:url(../images/box-top.jpg) no-repeat;
 padding:25px 0 0 0;
 float:left;
 }
 
 .mid-box
 {
 width:537px;
 background:url(../images/box-mid.jpg) repeat-y;
float:left;
 padding:0 20px 0 20px;
 }
 .buttom-box
 {
 width:577px;
 height:25px;
 background:url(../images/box-buttom.jpg) no-repeat;
 float:left;
 }
 .mid-box p
 {
 font-size:14px;
 color:#000000;
 text-decoration:none;
 padding:0 0 10px 0;
 margin:0px;
 }
 .mid-box a
 {
 	color:#000000;
	text-decoration:none;
 }
 .mid-box a:hover
 {
 	color:#666666;
	text-decoration:none;
 }
 .mid-box ul
 {
 	width:200px;
 	float:left;
 }
 
 
 #footer 
 {
 float:left;
 background:url(../images/footer.png) repeat-x;
 width:820px;
 height:30px;
 padding:5px 0 10px 0;
 }
 #footer a
 {
 float:left;
 font-size:13px;
 color:#000000;
padding:0 0px 0 27px;
text-decoration:none;
 }
  #footer a:hover
  {
	color:#66FF33;
 }
 #footer-matter
 {
 font-size:14px;
 font-style:normal;
 color:#000000;
 text-decoration:none;
 text-align:center;
 padding:10px 0 10px 0 ;
 }