body {
	background-color: #000000;
	background-image: url(images/village.jpg);
	background-attachment:fixed;
	background-position:0% 100%;
	background-repeat: no-repeat;
}

#Titlelayer {
	background-image:url(images/skyline.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:150px;
	z-index:3;
}
#Menulayer1 {
	position:absolute;
	left:0px;
	bottom:0px;
	width:190px;
	height:450px;
	z-index:3;
}
#Menulayer2 {
	position:absolute;
	left:190px;
	bottom:0px;
	width:600px;
	height:60px;
	z-index:3;
}

#Menulink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:	#CCCC33;
}
#Menulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: overline;
	color:	#FF6633;
}
#Menulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:	#CCCC33;
}
#Menulink:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: overline;
	color:	#FF6633;
}
#Menusel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#999999;
}

hr {
	width: 95%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	max-width: 95%;
	color:#FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color:#FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color:	#CCCC33;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color:	#FF6633;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color:	#CCCC33;
}
a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color:	#FF6633;
}
/*
ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-image: url(images/dash.gif);
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}
*/