@charset "utf-8";
/* CSS Document */

#container {
  margin:auto;
  width:900px;
}
#header {
   width:900px;
   height:196px;
background: url(images/behind.png)center no-repeat;
}
#navigation {
   width:900px;
   height:55px;
   padding: 25px 0px 0px 0px;
}
#left {
   float:left;
   padding:25px 20px 3px 20px;
   width:400px;
   height:494px;
   background: url(images/charlotte2lowop%20copy.png) no-repeat top left;
   overflow:auto;
   color:#000000;
   font-size:18px;
}
#right {
   float:left;
   padding:3px 3px 3px 25px;
   width:400px;
   height:250px; 
   
}
#rightbottom {
	float:left;
	padding:0px 3px 3px 3px;
	width:275px;
	height:30px;
}	
	
	
#footer {
   clear:both;
   width:900px;
   height:24px;
   background: #33FFFF center no-repeat;
}
a img {
	border:none 0px;
}

	