body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFF99;
	font-size: 12px;
}
body {
	background-color: #336f31;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-attachment: fixed;*/
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
a:link {
	font-size: 12px;
	font-weight:bold;
	color:#FFCC00;
	padding-right:5px;
	padding-left:5px;



	text-decoration:;
}
a:hover {
	font-size: 12px;
	font-weight:bold;
	color:#FFCC00;
	padding-right:5px;
	padding-left:5px;


	text-decoration:;
}
a:active {
	font-size: 12px;
	font-weight:bold;
	color:#FFCC00;
	padding-right:5px;
	padding-left:5px;


	text-decoration:;
}
a:visited {
	font-size: 12px;
	font-weight:bold;
	color:#FFCC00;
	padding-right:5px;
	padding-left:5px;
	text-decoration:;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFF99;
	font-size: 12px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFF99;
}
#nav{
	position:relative;
	top:0px;
	z-index:5;
}
#main{
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
	top:0px;
	left:0px;
	z-index:3;
}
#content{
	background-image:url(../img/pattern2.gif);
	position:relative;
	z-index:10;
}
#footer{
	background-color:#000000;
	background-image:url(../img/pattern2.gif);
	position:relative;
	z-index:11;
}

