

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 80% Tahoma, Geneva, sans-serif;
	line-height: 1.5;
	color: #252723; 
	background: #fff no-repeat bottom right; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
/*	text-align: justify; */
	}

h1 {
	font: italic normal 2.1em georgia, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 3px;
	color: #7D775C;
	}
	
h2 { 
	font: italic normal 1.7em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 1px; 
	color: #7D775C;
	}	
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9685BA;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #F63;
	}
acronym {
	border-bottom: none;
	}


#page{ 
	min-width:1200px;
}

#contentBottomText {
	width:852px;
}

#contentTextArea {
	width:852px;
}

/* additional formatting for results pages */

teamWinner{
}

teamCont{
    margin-top:10px;
    width:800px;
    padding-left:20px;
    padding-right:5px;
    padding-top:2px;
    background-image:url('images/largeCont.jpg');
    background-repeat:repeat-y;   
}

.left{
        margin-top:10px;
    padding-left:5px;
        width:45%;
        float:left;
}

.right{
        margin-top:10px;
        width:50%;
         float:right
}

