body {
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #999999;
}
#content_ext {
	position:absolute;
	width:800px;
	height:500px;
	z-index:0;
	left: 120px;
	top: 144px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#content_full {
	position:absolute;
	width:792px;
	height:492px;
	z-index:2;
	left: 124px;
	top: 148px;
	overflow: hidden;
}
#submenu {
	position:absolute;
	width:792px;
	height:120px;
	z-index:2;
	left: 124px;
	top: 148px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
}
#submenu a {
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}
#content {
	position:absolute;
	width:792px;
	height:370px;
	z-index:2;
	left: 124px;
	top: 270px;
	overflow: auto;
}
#menu {
	position:absolute;
	width:800px;
	height:20px;
	z-index:2;
	left: 120px;
	top: 120px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#bottom {
	position:absolute;
	width:800px;
	height:70px;
	z-index:1;
	left: 120px;
	top: 648px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#bottom_left {
	position:absolute;
	width:323px;
	height:62px;
	z-index:3;
	left: 124px;
	top: 652px;
	overflow: hidden;
}

#bottom_right {
	position:absolute;
	width:338px;
	height:62px;
	z-index:3;
	left: 578px;
	top: 652px;
	overflow: hidden;
	font-size: 10px;
	color: #666666;
}

#bottom_right a {
	color: #666666;
	text-decoration: none;
}
#bottom_right a:hover {
	text-decoration: underline;
}

#contact {
	position:absolute;
	width:400px;
	height:20px;
	z-index:4;
	left: 120px;
	top: 722px;
	font-size: 9px;
}
#creds {
	position:absolute;
	width:400px;
	height:20px;
	z-index:4;
	left: 520px;
	top: 722px;
	font-size: 9px;
	text-align: right;
	color: #666666;
}
#creds a {
	color: #666666;
	text-decoration: none;
}
#creds a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 12px;
	margin-bottom: 2px;

}
h2 {
	margin-top: 12px;
	margin-bottom: 2px;

}
h3 {
	margin-top: 12px;
	margin-bottom: 2px;

}
h4 {
	margin-top: 12px;
	margin-bottom: 2px;

}
h5 {
	margin-top: 12px;
	margin-bottom: 2px;

}

p {
	margin-top: 0px;
	margin-bottom: 6px;
}
