html, body {
width:100%;
height:100%;
margin: 0 0 0 0;
color:grey;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-style:normal;
line-height:normal;
font-size: 14px;
text-align:left;
background-color: #000;

}



a { 
color: #5E0000;
font-family: Helvetica,Arial,Verdana,sans-serif;
font-style: normal;
line-height: normal;	
}
a:visited { 
color: #5E0000;
} 
a:hover {
color:#4D5E00;
text-decoration:underline;
}


p {
font-family:Helvetica,Arial,Verdana,sans-serif;
font-style:normal;
line-height:normal;
font-size:14px;
color:grey;
}



/* main container */


#superContainer {
width:100%;
margin: 0px auto;
height:100%;

}
#centerContainer {
margin: 0px auto;
height:100%;
min-height:100%;
width:1010px;
}

#masterContainer {
position:relative;
float:left;	
min-height:100%;
width:984px;
background-repeat:repeat-y;
}

#contentContainer {
margin-left:0px;
float:left;
padding-left:0px;
width:984px;
padding-bottom:120px;
}


#homepage {
width:1024px;
margin: 0px auto;
height:768px;
background-image:url('../images/hp1.jpg');
background-repeat: no-repeat;
}

#biotext {
-moz-border-radius: 15px;
border-radius: 15px;
background-color:#fff;
width:430px;
height:70px;
padding:10px;
padding-top:0px;
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
} 


#biotext p{
color:#000;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-style:normal;
font-size:12px;
line-height:15px;
font-weight:bold;
}



#contentwrapper {
float:left;
margin-top:3px;
margin-left:42px;
margin-right:42px;
}


/* pill buttons */




/* GLOBALHEADER */
#globalheader { width: 105px; height: 32px; margin: 0px auto; position: relative; z-index: 1; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 32px; height: 0; padding-top: 33px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url('../images/social.png'); top left; background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-facebook a { width: 34px; background-position: 0 0; }
#globalheader #globalnav li#gn-twitter a { width: 34px; background-position: -34px 0; }
#globalheader #globalnav li#gn-youtube a {  width: 35px; background-position: -69px 0; }



/* OVER STATES */
#globalheader #globalnav li#gn-facebook a:hover{ width: 34px; background-position: 0 -35px; }
#globalheader #globalnav li#gn-twitter a:hover{ width: 34px; background-position: -34px -35px; }
#globalheader #globalnav li#gn-youtube a:hover{  width: 35px; background-position: -69px -35px; }


