#main	{
	width:920px;
	text-align:left;
	margin:auto; 
}

#header {
	height: 150px;
}

#logo {
	width:140px;
	float:left;
	padding:0px 0px 0px 0px;
}

#logo img {
	margin:20px 0px 0px 23px;
}

#topmenu {
	padding-top:60px;
}


#path {
	padding: 11px 0px 0px 20px;
	height:20px;
	clear:both;
	color: #eef;
	font-size:12px;
}

#navigation {
	width:200px;
	float:left;
	margin: 10px 0px;
	text-align:center;
}

#content {
/*background: #e2effc url(../images/content-bottom.gif) bottom no-repeat;*/
background: white url(../images/content-bottom.png) bottom no-repeat;
width: 700px;
min-height:618px;
float:left;
margin: 10px 0px 10px 10px;
}

#footer {
	margin-top: 6px;
	width:100%;
	height:48px;
	font-size:11px;
	line-height:48px;
	text-align:center;
	color: #47f;
	background-color:#95c2f2;
}

#close {
	width:100%;
	height:24px;
	text-align:center;
	color: #eef;
	background-color:#005aab;
}

