@import "reset-min.css";


/* STYLES START */

.contenttext{
	padding-left:40px;
	color: #a6a7a5;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;

}

em{
	font-style:italic;
}

p,pre, ul {
	margin-bottom:22px;
}

h1 {
	margin-bottom:22px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	font-size:21px;
}

A:link, A:visited   { color: #82c241; text-decoration: none; }
A:active, A:hover 	{ color: #ffffff; text-decoration: none; }

/* STYLES END */

/* LAYOUT START */
	body {
		text-align:center;
		background-color: #020202;
		}
	
	#frame {
		width:646px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:132px;
		padding:0px;
		float:left;
		}
	
	#contentcenter {
		width:514px;
		padding:0px;
		float:left;
		}
	
	#contentheader {
		padding-bottom: 71px;
		}
		
	
	#contentright p { font-size:10px}
/* LAYOUT END */

/* NAVIGATION START */
a {
	outline: none;
	overflow: hidden;
	color: #302f2c;
	text-decoration: none;
	}
	
	
ul#nav {
		position: relative;
		padding: 0;
		margin: 0;
		width: 132px;
		height: 320px;
		list-style:none;
		z-index:1;
		font-family:Garamond, Georgia, "Times New Roman", Times, serif;
		}
		#nav li {
			float: left;
			position: relative;
			display: block;
			width: 132px;
			height: 40px;
			margin:0;
			padding:0;
			}
			#nav li a {
				position:relative;
				display:block;
				width:132px;
				height:40px;
				text-indent: -9999px;
				color: #82c241;
				text-decoration:none;
				text-transform:uppercase;
				font-size: 21px;
			}
			#nav li a:hover {
				color: #ffffff;
			}
			
			.nav1 { background: url(../images/menu/nav1.gif) no-repeat bottom left; }
			.nav1:hover { background-position: top left; }
			.nav2 { background: url(../images/menu/nav2.gif) no-repeat bottom left; }
			.nav2:hover { background-position: top left; }
			.nav3 { background: url(../images/menu/nav3.gif) no-repeat bottom left; }
			.nav3:hover { background-position: top left; }
			.nav4 { background: url(../images/menu/nav4.gif) no-repeat bottom left; }
			.nav4:hover { background-position: top left; }
			.nav5 { background: url(../images/menu/nav5.gif) no-repeat bottom left; }
			.nav5:hover { background-position: top left; }
			.nav6 { background: url(../images/menu/nav6.gif) no-repeat bottom left; }
			.nav6:hover { background-position: top left; }
			.nav7 { background: url(../images/menu/nav7.gif) no-repeat bottom left; }
			.nav7:hover { background-position: top left; }
			.nav8 { background: url(../images/menu/nav8.gif) no-repeat bottom left; }
			.nav8:hover { background-position: top left; }
			

/* NAVIGATION END */