* {
	font-family: arial;
}
a {
	color:black;
	text-decoration:none;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align:top;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
	
#label {
	position:absolute;
	margin-left:50%;
	top:30px;
	left:160px;
	z-index:2;
	width:138px;
	height:123px;
	background-image: url('../images/label.png');
	padding-top:45px;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#label a:hover {
	color:#65850a;
}
#top {
	background-image: url('../images/top.png');
	background-repeat:no-repeat;
	width:381px;
	height:170px;	
	padding-left:300px;			
}		
#top a {
	color:white;
	font-weight:bold;
}		
#top a:hover {
	color:#65850a;
	font-weight:bold;
}
#content {
	 background-image:url('../images/mid.png'); 
	 background-repeat:repeat-y;
	 padding:20px;
	 width:641px;
	 color:white;	
	 font-size:12px;	
	 line-height:20px;	 
}
#content a {
	color:#8fc402;
}
#bottom {
	background-image: url('../images/bottom.png');
	background-repeat:no-repeat;
	width:681px;
	height:150px;			
	vertical-align:bottom;
}	
#copyright {
	text-align:center;
}	
#copyright a {
	font-size:11px;
	color:black;
}
#wrapper {
	position:absolute;
	top:0px;			
	z-index:1;
	left:50%;
	margin-left:-340px;
}

h1 {
	border-bottom:1px solid white;
	margin-bottom:10px;
	color:#8fc402;
	line-height:25px;
	font-size: 16pt;
}

h2 {
	border-bottom:1px solid white;
	margin-bottom:10px;
	font-size: 13pt;
	color:#8fc402;
	line-height:25px
	
}

ul {
	margin-left:0px;
}
h3 {
	font-size:20px;
	line-height:30px;
}
