/* CSS Document */

/******Secondary.css*******/


body{
font-family:Arial, Helvetica, sans-serif; 

font-size:12px; 

line-height:.5cm;



}
#container {
        	position: relative;
			
			bottom: 10px;

			/*left:215px;*/

			background:url(images/leadership.jpg);

			background-position:top center;

			background-repeat:no-repeat;

			z-index:10;
			
	        height: 1000px;
			
			margin: 0 auto;

			width: 800px;


}


#text{
width: 550px;
position: relative;
top: 230px;
left:60px;


}
#text p{
line-height: 168%;

}
#contact p{
line-height: 30%;

}
#nav{

width: 130px;

position: absolute ;

bottom: 538px;

left: 630px;

}

#nav a{

width: 130px;

font-family:"Times New Roman", Times, Arial, Helvetica, serif;

font-size:16px;

line-height: 146%;

text-align:center;

text-decoration: none;

color: #01392c;

font-weight: bold;

}

#nav p{

text-align:center;

}

#nav a:hover {

color:#7c9e04;

}







