body{
	background:#C0C0C0;
}

h1 {
	font-size: 16px;
	font-weight: bold;	
}

h2 {
	font-size: 14px;
	font-weight: bold;	
}

h6 {
	font-size: 10px;
}


#content{
	background:#C0C0C0 url(/img/bg2.jpg) top left no-repeat;
	width: 924px;
	height: 699px;	
	
}

#hat {
	position:absolute;
	left:298px;
	top:58px;
	width:599px;
	height:18px;
	z-index:1;
	font:80% verdana,tahoma,sans-serif;
	text-align:right;
	
}
#menu {
	position:absolute;
	left:56px;
	top:120px;
	width:177px;
	height:549px;
	z-index:2;
	font:80% verdana,tahoma,sans-serif;
}
#text {
	position:absolute;
	left:247px;
	top:120px;
	width:642px;
	height:549px;
	z-index:3;
	font:80% verdana,tahoma,sans-serif;
	overflow: auto;
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #000;
}

