/* Ian Miller Tournament CSS Document */
/* Basic Browser Presets*/
*, p {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
ul, ol ,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
a {
	text-decoration: none;	
}
table { 
	border-collapse: collapse;
	border-spacing: 0; 
}
/*End Basic Browser Presets */

/* Custom CSS */
body {
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color:#d9d9d9;
	background-image:url(/coventrysoccer/images/tournament/bodyBG.png);
	font-size:90%;
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;;
}
#wrapper {
	text-align: center;
	width: 900px;
	margin: auto;
}
#header {
	float:left;
	position:relative;
	width:900px;
	height:125px;
	background-image:url('/coventrysoccer/images/tournament/headerBG.png');
	background-position:center;
	background-repeat:no-repeat;
	z-index:100;
}
#header #logo {
	float:left;
	position:relative;
	margin:15px 0 0 0;
	left:25px;
}
#header h1 {
	float:left;
	position:relative;
	color:#fff;
	margin:85px 0 0 0;
	left:65px;
	font-style:italic;
}
#mainContainer {
	float:left;
	position:relative;
	width:900px;
	margin:15px 0 0 0;
	background-image:url('/coventrysoccer/images/tournament/mainContainerBG.jpg');
	background-repeat:repeat-y;
}
#leftColumn {
	float:left;
	position:relative;
	width:143px;
	min-height:250px;
	border-top:solid 1px #B2B2B2;
}
#leftNav ul {
	margin:15px 0 0 0;
	padding:0 5px 0 5px;
	text-align:right;
}
#leftNav li {
	height:25px;
	background-color:#fff;
	margin:2px 0 0 0;
	line-height:1.7em;
	border-top:solid 1px #ACACAC;
}
#leftNav li a {
	color:#666;
	margin:0 10px 0 0;
}
#leftNav li:hover {
	background-color:#e5e5e5;
	border-top:solid 1px #c2c2c2;
}
#centerColumn {
	float:left;
	position:relative;
	width:750px;
	min-height:250px;
	left:7px;
	text-align:left;
	color:#666;
	border-top:solid 1px #B2B2B2;
}
#centerColumn h2 {
	padding:10px;
}
#centerColumn p {
	padding:5px 10px 5px 25px;
	font-size:.8em;
}
#bottomBorder {
	float:left;
	position:relative;
	height:1px;
	width:900px;
	background-image:url('/coventrysoccer/images/tournament/bottomBorder.jpg');
	background-repeat:no-repeat;
}
/* Footer styles */
#footer {
	float:left;
	position:relative;
	text-align:center;
	width: 899px;
	height:45px;
	background-color:#fff;
	border:solid 1px #b2b2b2;
	margin:5px 0 0 0;
}
#footer p {
	float:left;
	position:relative;
	width:900px;
	font-size:.7em;
	padding:5px;
	color:#730200;
}
#footer p a {
	color:#730200;	
}
#footer p a:hover {
	color:#333;	
	text-decoration:underline;
}
/* Footer Nav Styles*/
#footer ul {
	float:left;
	position:relative;
	list-style-type: none;
	height:20px;
	left:25em;
}
#footer li {
	float:left;
	display:inline;
	display:block;;
	font-size:1em;
	height:20px;
	color:#666;
	padding:0 .2em 0 .2em;
}
#footer ul li a {
	font-size:.8em;
	text-decoration: none;
	height: 20px;
	float: left;
	position:relative;
	display:block;
	color:#666;
}
#footer ul li a:hover {
	color:#333;
	text-decoration:underline;
}
#footer li a.selected:link, .footer a.selected:visited {
	color:#68813d;
	cursor: default;
}
/*End Footer Nav styles*/
/* End Footer Styles */
