body {
	background-color: #0099FF;
	margin: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#top {
	background-color: #0033FF;
	padding: 20px;
	height: 100px;
	width: 70%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

#main {
	background-color: #0066FF;
	left: 10%;
	width: 80%;
	position: relative;
	top: 75px;
	border: 1px solid #666666;
	font-size: 18px;
	z-index: 1;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
#bottom {
	position: relative;
	width: 100%;
	top: 90px;
	background-color: #0066FF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-left: 10px;
	margin-left: -10px;
	text-align: center;

}


#img_frame {
	background-color: #0000CC;
	border: 1px solid #666666;
	position: relative;
	width: 80%;
	left: 10%;
	z-index: 2;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	top: 80px;
}
.sub_img {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 30%;
	border: 1px dashed #999999;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sub_imgEnd {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	width: 60%;
	border: 1px dashed #999999;
}
