body {
        
    background-image:url(images/newback.jpg);
	background-repeat:no-repeat;
	background-position:0 40px;
	background-color:black;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;  /*** 780 ***/
}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}



/********************** Header ***************************/

#header {
	margin: 0px 0px 0px 0px;
    background-image:url(images/v3.jpg);
    /**    background-image:url(images/header.jpg); **/
	background-repeat:no-repeat;
	width:768px;   /*** 768 ***/
	height:262px;
}
#menu {
	position:relative;
	background-image:url(images/menu2.jpg);
	background-repeat:no-repeat;
	width:840px;  /** this affects placement of the "ROSTER" title **/
	height:117px;
}
#menu ul{
	position:absolute;
	top:30px;
	left:15px;
}
#menu li{
	float:left;
	display:inline;
	padding: 0px 0px 0px 13px;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #d8dd8d;
	text-decoration: none;
}
#menu a:hover{
	color:#3e3c27;
}
h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #171508;
}
h1 {
    left:215px;
    position:absolute;
	top:90px;
}
h2 {
	right:160px;
	position:absolute;
	top:90px;
}
h3 {
	float: left;
	width: 460px;
	border-bottom: solid 1px #625d3b;
	padding: 0 0 10px 20px;
}
h4{
	color: #c8bd7d;
	font-weight: bolder;
	text-align: center;
}



/********************** Main ***************************/

#main {
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;   /*** 768 ***/
	height:auto;
	margin: 0 0 0 0px;
}
#content {
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
	width:768px;
	padding: 0 0 0 5px;
}



/********************** Left - Text ***************************/

#left {
	float: left;
	width: 506px;
    margin: 5px 3px 2px 7px;
}
#left p{
	padding: 1px 3px 1px 15px;
}
#left a:hover{
    color:#d8cd8d;
}
#left table{
    margin: 0 0 0 15px;
}
#left tr{
    color:#aa8844;
}
#left td{
    background-color:#000000;
    border: solid 1px #00aa00;
}
#left th{
    background-color:#000000;
    border: solid 1px #00aa00;
}





/******** margin is top, right, down, left *********/

#portrait{
    float:left;
	padding: 0 5px 0 0;
}
#profile{
        
}
#bio{
	padding: 80px 0px 0px 8px;
	width: 500px;
}
#quote{
	float: left;
	padding: 20px 0px 0px 0px;
	width: 260px;
	text-align: center;
	font-weight: bold;
	color: #c8bd7d;

}

#tableimg{
	float:left;
	width:200px;
}
#tabletxt{
	padding: 5px 15px 5px 15px;
	float:left;
	width:283px;
	text-align: left;
	font-weight: bold;
}
#tabletxtleft{
	padding: 5px 0px 5px 15px;
	float:left;
	width:283px;
	text-align: left;
	font-weight: bold;
}
.#tabletxt a{
	color: #c8bd9d;
}
#tablecon{
	float: left;
	width: 550px;
	padding: 10px 5px 10px 5px;
}





/********************* right side display ********************/

#right {
	float:right;
	width:240px;
}




/********************** Roster ***************************/

.member {
	display:inline;
	float:left;
	margin: 0px 5px 20px 30px;
	text-align:center;
	text-transform: uppercase;
}
.member a{
	font-size: 12px;
	font-weight: bold;
	color: #f5f1d1;
	text-decoration: none;
}
.member img{
	border: none 0px;
}

.member a{}
.member a:hover{}





/********************** Footer ***************************/

#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #908a68;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}

