/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-attachment:fixed;

}
.wrapper {
	position: relative;
	height: auto;
	width: 820px;
	z-index: 1;
	border: thin none;
	margin-left: -485px;
	visibility: visible;
}

#container {
	position:relative;
	left:50%;
	top:3px;
	width:970px;
	height:auto;
	background-image:url(images/skyframe2.png);
	background-repeat:no-repeat;
	z-index:1;
}
#sky {
	position:relative;
	left:7px;
	top:3px;
	width:950px;
	height:auto;
	background-image:url(images/sky.jpg);
	background-repeat:repeat-y;
	padding-bottom:10px;
	z-index:1;
}
#title {
	position:absolute;
	left:137px;
	top:8px;
	width:700px;
	height:73px;
	background-image:url(images/title.png);
	z-index:2;
}
.text12 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#318244;
	font-weight:bold;

}
.text14 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#318244;
	font-weight:bold;

}
.text16Black {font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:normal;

}
.text18 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#318244;
	font-weight:bold;

}

.text20 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
	font-weight:normal;

}

.text24 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	font-weight:500;

}

a:link {
	color: #318244;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #318244;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
