@charset "utf-8";
/* CSS Document */

body {background-color:#14ac58;}
a img {border:none}


#container {
	margin:0 auto 0 auto;
	float:center;
	width:1024px;
	height:auto;
	border:5px solid #fcf694;
	padding:10px;
	background-image:url(inner_back2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	table-layout:fixed;
}
	
#logo {
	display:block;
	text-align:center;
	}
	
#nav {
width:100%;
height:132px;
text-align:center;
background-color:
}


#nav ul{
list-style:upper-latin;
display:inline;
}

#nav ul li{
list-style:none;
display:inline;
padding:5px 25px 5px 25px;
}

			

#leftcol{
  float:left;
  width: 200px;
  }
  
#rightcol{
  float:right;
  width: 824px;
  }
  
#footer {
width:100%;
height:100px;
text-align:center;
background-color:
}
  

.clear{clear:both;}


