@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #FC0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #FC0;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 14px;
	color: #000;
}
h4 {
	font-size: 10px;
	color: #000;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #000;
	margin-top: 0px;
	background-image: url(../image/bk_starsblinking.gif);
	color: #FFF;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thick dotted #933;
}
/* CSS Document */


#wrapper #header {
	margin-top: 0px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #933;
	text-align: center;
}
#wrapper #marquee {
	margin-top: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #FC0;
	background-color: #900;
	padding-top: 5px;
}
#wrapper #content {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #933;
}
#wrapper #content #leftColumn {
	float: left;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 20px;
	width: 210px;
	line-height: 18px;
}
#wrapper #content #rightColumn {
	margin-top: 20px;
	text-align: center;
	line-height: 2em;
	float: right;
	width: 250px;
}
#wrapper #content #rightColumn #marquee2 {
	width: 225px;
}
#wrapper #content #rightColumn #links {
	color: #FC0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
}
#wrapper #content #bodytext {
	margin-right: 260px;
	margin-left: 260px;
	float: none;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#wrapper #content #bodytext #email {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000;
	padding-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper #content #bodytext #guestbook {
	margin-top: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000;
	padding-top: 20px;
}
#wrapper #content #bodytext #copyright {
	line-height: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000;
	margin-top: 20px;
}
#wrapper #footer {
	height: 100px;
	margin-top: 0px;
}
