.container {
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 690px;
	background-image:url('images/bg.gif');
	background-repeat:no-repeat;
	background-position:center; 
	}

.banner {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 756px;
	height: 90px;
	background-image: url('images/banner.jpg');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}

.menu {
	position: absolute;
	top: 114px;
	left: 20px;
	width: 136px;
	height: 526px;
	margin: 6px;
	}
	.menu .cat{
		font-size: 16px;
		font-weight: bold;
		color: #000099;
		}
	.menu .subcat{
		font-size: 14px;
		color: #000099;
		}
	.menu .subcat a{
		font-size: 14px;
		color: #000099;
		text-decoration: underline;
		}
	.menu .subcat a:hover{
		font-size: 14px;
		color: #000099;
		text-decoration:none;
		}
	.menu .subcat a:visited {
		color: #000099;
		}
		
.main {
	position: absolute;
	top: 144px;
	left: 166px;
	width: 613px;
	height: 521px;
	margin: 0px;
	overflow: auto;
	}
	.main p {
		color: #000099;
		font-size: 14px;
		padding: 0px;
		margin: 0px;
		}

.footer {
	position: absolute;
	top: 700px;
	left: 20px;
	width: 756px;
	height: 16px;
	text-align: center;
	color: #000099;
	}

.smalltext {
	font-size: 11px;
	}
	
