
#wrapper{
	position:absolute;
	height: 100%;
	width:  100%;
}

#navBar{
	position: absolute;
	top: 9%;
	left: 85px;
	width: 114px;
	height: 100%;
	background-color: black;
	z-index: 2;
}	

#content{
	border-left-style: solid;
	border-left-color:  #7A991A;
	padding-left: 5px;
	position: absolute;
	left: 150%;
	top:  10%;
	width: 400px;
	height:  100%;
	z-index: 2;
}

#content2{
  border-left-style: solid;
  border-left-color:  #7A991A;
  padding-left: 5px;
  position: absolute;
  left: 150%;
  top:  10%;
  width: 650px;
  height:  100%;
  z-index: 2;
}

#info{
	position: absolute;
	left: 125%;
	top: 0%;
	width:  460px;
	height:  425px;
}

ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

a.nav:link,a.nav:visited
{
	position: relative;
	border-style: solid;
	border-width: 1px;
	display:block;
	font-family: Helvetica;
	font-size: 12;
	color:  white;
	left:  30px;
	top:  50px;
	background-color: black;
	background:-webkit-gradient(
	    linear,
	    left top,
	    right bottom,
	    color-stop(0, rgb(255,255,255)),
	    color-stop(0.27, rgb(0,0,0))
	);
	background: -moz-linear-gradient(
	    left top,
	    rgb(255,255,255) 0%,
	    rgb(0,0,0) 27%
	);
	width: 120px;
	height: 40px;
	padding-top:10px;
	padding-left: 5px;
	text-decoration:none;
	z-index: 2;
}

a.nav:hover,a.nav:active
{
	background-color: #79991a;
	background: -webkit-gradient(
	    linear,
	    left top,
	    right bottom,
	    color-stop(0, rgb(255,255,255)),
	    color-stop(0.27, rgb(121,153,26))
	);
	background: -moz-linear-gradient(
	    left top,
	    rgb(255,255,255) 0%,
	    rgb(121,153,26) 27%
	);	
}


hr.divider{
	position: relative;
	z-index: 1;
	top:  15%;
	height: 5px;
	width:  100%;
	background-color: black;

}
img.header{
	border-right-style: solid;
	border-right-color: gray;
	border-width: 10px
}

h3.bold{
  background-color:#7A991A;
}
}
