/* CSS Document */

#frame {
	width: 800px;
	text-align: left;
	background: url(/images/bg.jpg) repeat-y top left;
	padding: 0px 7px 0px 1px;
}

#header {
	width: 800px;
}

#header .logo {
	width: 190px;
	padding: 5px 10px 5px 10px;
	float: left;
}

#header .title {
	width: 570px;
	float: right;
	padding: 17px 20px 5px 0px;
	text-align: right;
}

#nav-top {
	width: 800px;
	padding: 0px;
	margin: 0px;
}

#nav-left {
	width: 200px;
}

#nav-left .nl-title {
	background-color: #F4F7FB;
	padding: 5px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	
}

#nav-left .nl-item {
	padding: 5px 5px 10px 5px;
}

#main {
	width: 580px;
	padding: 5px 10px 5px 10px;
}

#footer {
	width: 800px;
	text-align: center;
	background: url(/images/bg_bottom.jpg) no-repeat bottom left;
	padding: 0px 7px 20px 1px;
}

#footer .inner {
	border-top: 1px solid #00529C;
}