.BGblack {
	color: #FFFFFF;
	background-color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/bg01.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.BGmain1 {
	background-image: url(images/mainbg2.jpg);
	background-repeat: repeat;
}
.BGcastle {
	background-image: url(images/castlebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.line1 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003300;
}


