body
{
  background:#fff url(bg.jpg) no-repeat center top;
  font-family:Verdana, Arial;
  font-size:0.69em;
  line-height:16px;
  color:#383838;
}
#wrapper
{
  width:900px;
  margin:0 auto;
}
.logo{
	height:60px;
	padding:5px 0 10px 5px;
	
}
.menu
{
  background-color: rgba(255,153,0,1);
  border-radius:10px;
  height:38px;
  position:relative;
  z-index:300;
}

.menu ul
{
  list-style:none outside;
  margin:0;
  position:relative;
  z-index:301;
}

.menu ul li
{
	
  
  float:left;
  display:inline;
  line-height:38px;
  padding:0 3px 0 0;
  position:relative;
}

.menu ul li a
{
  text-decoration:none;
  color:#FFFFFF;
  font-weight:bold;
  display:block;
  position:relative;
  padding:0 16px;
}

.menu ul li.selected a,
.menu ul li a:hover
{
  background: rgba(255,102,51,1);
}

.topsec{
	background-color:#CCCCCC;
	border-radius:10px;
	margin-top:10px;
	height:260px;
	}
.bottomsec{
	background-color:#CCCCCC;
	border-radius:10px;	
	margin-top:10px;
	height:390px;
	}
.bottomsec2{
	background-color:#CCCCCC;
	border-radius:10px;	
	margin-top:10px;
	height:500px;
	
	}	
.footer{
	height:20px;
	
	}