﻿#allContent{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: White;
}

#banner {
    width: 100%;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 70px;
}



#minorHeader
{
    font-variant: small-caps;
    text-align: center;
    background-color: Black;
    color: White;
    height: 20px;
}

body {
    background-color: Blue;
    margin-top: 0px;
    margin-bottom: 0px;

}

#footer {
    background-color: Black;
    color: White;
    font-size: 10px;
    width: 100%;
    clear: both;
}

#rightFooter
{
    
    text-align: right;
}

#footer a:link {
    text-decoration: underline;
    color: White;
}

#footer a:visited {
    text-decoration: underline;
    color: White;
}

#footer a:hover {
    text-decoration: underline;
    color: Gray;
}

#footerTable
{
    width: 100%;
}

#mainContent
{
    padding: 10px;
    margin-left: 210px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: White;
}  

#leftContent{
    margin-top: 0px;
    float: left;
    width: 205px;
}

.story_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;

}

.story_picture {
    border: 2px black solid;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

.news_storys {
    
}

.shadowbox {
    background-color: #CCCCCC;
	width: 180px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 15px;
	z-index: 4;
	margin-bottom: 5px;
}

.box2 {
    position: relative;
    top: -2px;
	left: -2px;
	border: 1px solid #AAAAAA;
}

.box2head {
    font-weight: bold;
	text-align: center;
	height: 20px;
	font-size: 14px;
}

.box2content {
    font-size: 12px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	
}

.box2 ul {
    margin-left: 12px;
    padding-left: 12px;
}

.teamListItem {
    font-size: 11px;
		
}

.justifyText {
    text-align: justify;
}

.big_pic {
    float: right;
    border: 2px black solid;
    margin-right: 10px;
}

#playerName {
    text-align: center;
    font-size: 32px;
}

.small_pic {
    margin: 2px;
    width: 120px;
    height: 160px;
    border: 2px solid black;
}

#thumbnail_pics {
    margin-top: 10px;
    text-align: center;
    clear: right;
}

.homeButton {
    width: 180px;
    font-weight: bold;
    margin-left: 8px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	
}
