div#topbox{
	background-image: url(../img/space.gif);
	background-repeat: repeat;
	width:99%;
	height:360px;
}

div#contents {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	width:760px;
}

div#leftbox {
	float:left;
	width:180px;
	margin-left:15px;
	}
	
div#rightbox {
	float:right;
	width:500px;
	}
	
div#headline {
	border-color:#307295;
	border-width:5px;
	background-color:#FFFFCC;
	padding:15px 15px 15px 15px;
	font-size: 14px;
	color: #000066;
	line-height: 26px;
	font-weight: normal;
	margin-bottom:15px;
	border-style: double;
	width:495px;
	}

div#main {
	border-style:dashed;
	border-color:#FF0066;
	border-width:1px;
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
	font-size: 14px;
	color: #000066;
	line-height: 18px;
	font-weight: normal;
	width:500px;
	}
	
div#counter {
	position:absolute;
	top:1430px;
	left:56px;
	font-size:12px;
	}

div#footer {
	clear:both;
	text-align:center;
}
div#bottomimg {
	border:0px;
	font-size: 10px;
	text-align:center;
	color:#006699;
	}
#bottomimg a:link, #bottomimg a:visited, #bottomimg a:active, #bottomimg a:hover {
	font-size: 10px;
	color:#006699;
	text-decoration:underline;
}

div#copyright {
	text-align:center;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	color:#FFFFFF;
	background-color: #225588;
	padding: 2px 2px 4px 2px;
	width:100%;
	margin-bottom:5px;
}

