*, html {margin: 0; padding:0}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	line-height: normal;
	color: #000;
	background-color: #888;
	margin: 0 auto;
	text-align:center;
       /* background-image: url(/images/body_grad.jpg);*/
        background-repeat: repeat-x;
	}
p {
        margin-top: 10px;
        }
h1 {
	font-size:16px;
	margin: 10px 0px 10px 0px;
        }
h2 {
	font-size:14px;
	margin: 10px 0px 10px 0px;
        }
li {
        list-style: none; margin: 10px;}
/*---------------------------------------------------------------- */

.maincontainer {
	width: 960px;
	margin: auto;
	text-align: center;
        background: #eee;
	}
.header {
	height: 108px;
        background: #fff;
	}

.content {
	float: right;
	width: 740px;
	padding: 5px;
	overflow-x: hidden;
	text-align:justify;
        padding: 20px;
	}
.footer {
        clear: both;
        background: #7b4;
        color: #000;
        padding: 5px;
        }
/*---------------------------------------------------------------- */

a:link, a:visited {
	color: #080;
	text-decoration: underline;
        font-weight: bold;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
.menu {
	float: left;
	clear: none;
	width: 150px;
	padding: 5px;
	text-align: left;
        /*border-right: 1px dashed #333;*/

	}
.menu li {
        list-style: none;
        margin: 2px; padding-left: 5px;
        background: #7b4;
        border: 1px outset #777
        }

.menu a:link, .menu a:visited {
	color: #000;
        font-weight: bold;
	text-decoration: none;
        display: block; 
        line-height: 30px;
        width: 138px;
	}

.menu a:hover {
	color: #080;
	}
.menu li:hover {
        background: #cdc;
        border: 1px inset #777
        }
/*---------------------------------------------------------------- */

.stats_menu {
        float: left;
        text-align: center;
        margin-top: 10px;
        padding-top: 00px;
        width: 150px;
       /* border-top: 1px dashed #333;*/
        }
.maincontainer .content img {
	border: solid #7d4;
        }
em {
	font-size: x-small;
	font-style: italic;
        }

.credit_list {
        padding: 10px;
        }
.credit_list li {
        list-style:none; 
        border-top: 1px dashed #888;
        padding: 5px
        }
.content img {padding: 0px; margin: 10px}
.team_member {
        float: left
        }
.team_photo {
        float: left;
        width: 200px; background: #ccc; 
        }
.team_text {
        width: 520px;
        float: right; padding: 10px;
        }