@charset "UTF-8";

a:link {
	color:#8B9298;
	text-decoration:none;
  }
a:visited {
  color:#8B9298;
  text-decoration:none;
  }
a:hover {
  color:red;
  text-decoration:none;
  }
a:active {
	text-decoration: none;
}

body {
	background-image: url(Images/WebBackground_Plain_Tiled.png);
	background-repeat: repeat;
	background-color: #2C002E;
	padding: 20px;
	background-attachment: fixed;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
.main {
	background-attachment: scroll;
	background-position: center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/content_Background.png);
	background-repeat: repeat-y;
	height: 1000px;
	padding: 10px;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: 0;
}
.primary {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 20px;
}
.side_castle {
	height: 269px;
	width: 274px;
	position: absolute;
	clear: none;
	float: none;
	z-index: 100;
}
.sidemenu {
	height: 710px;
	width: 222px;
	position: relative;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 18px;
	top: 240px;
}
.title {
	height: 174px;
	width: 541px;
	position: absolute;
	margin-left: 258px;
	margin-top: 69px;
	z-index: 10;
}
.content {
	height: auto;
	width: 551px;
	position: absolute;
	margin-left: 249px;
	margin-top: 213px;
	z-index: 20;
}
.content_top {
	background-image: url(Images/Content/content_area_01-Top.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 551px;
}
.content_bottom_rose {
	background-image: url(Images/Content/content_area_05-BottomRose.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 551px;
	position: absolute;
	margin-top: -77px;
}
.content_middle {
	background-image: url(Images/Content/content_area_02-Middle.png);
	background-repeat: repeat-y;
	width: 551px;
	overflow: visible;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-attachment: scroll;
	font-family: Verdana, Geneva, sans-serif;
}
.content_rose {
	background-image: url(Images/Content/Rose.png);
	background-repeat: no-repeat;
	height: 83px;
	width: 69px;
	position: absolute;
	z-index: 22;
	right: 0px;
	bottom;
	background-position: bottom;
}
.content_title {
	height: 48px;
	width: 471px;
	z-index: 22;
	margin-left: 30px;
	position: absolute;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px;
}
.countdown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
}
.red {
	color: #F00;
}
