/* CSS Document */

body {
	height: 100%;
	width: 800px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../top_img/images/back_04.jpg);
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 67px;
	padding-left: 0px;
}
#outline {
	height: 100%;
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../top_img/images/top_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
}
#main {
	width: auto;
	height: 100%;
}
li {
	padding-bottom: 20px;
}
h1 {
	padding-left: 20px;
	border-bottom-width: thin;
	border-left-width: 20px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#main #top_left {
	margin: 0px auto;
	float: none;
	width:	auto;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 30px;
	line-height: 150%;
}


#main img{
	display: none;
}
#clear {
	clear: both;
}
a:link {
	font-size: 90%;
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #990033;
	font-size: 87%;
	text-decoration: none;
}
a:active {
	font-size: 90%;
	color: #3300FF;
	text-decoration: underline;
}
a:hover {
	font-size: 95%;
	color: #003399;
	text-decoration: underline;
	font-style: normal;
}
