html,body {
background: #000 url(images/bg5.png) center top no-repeat;
text-align: center;
margin: 0;
}

p {font:12px Arial, Helvetica, sans-serif; color:white; padding-top:12px; padding-right:17px;}
a:link, a:visited {text-decoration:underline; color:white;}
a:active, a:hover {text-decoration:none; color:white;}
.foot {font:11px Arial, Helvetica, sans-serif; color:white; padding-top:0px; padding-right:0px;}

/* CONTAINER */

#container {
margin:0 auto;
background-color:#333333;
width:760px;
height:auto !important;
height: 100%;
text-align:left;
border-left:solid 1px black;
border-right:solid 1px black;
}

/* CONTENT */

#con_left {
float:left;
padding-left: 13px;
padding-top: 14px;
position: relative;
width: 379px;
}

#con_right {
float:right;
padding-right: 13px;
padding-top: 54px;
position: relative;
width: 341px;
}

.section {
position: relative;
padding-top:8px;
padding-left:8px;
padding-right:8px;
padding-bottom: 20px;
width: 341px;
background-image: url(images/sec_head.gif);
background-repeat: no-repeat;
}

#headshots {
position:relative;
width:379px;
}

/* FOOTER */

#footer {
position: relative;
clear:both;
width: 760px;
height: 33px;
background: #6f6f6f; 
text-align:center;
border-top: solid 1px black;
border-bottom: solid 1px black;
}