body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1{
	font-size: large;
}

h2{
	font-size: medium;
}


a:link, a:visited {
	color: #00a950;
	text-decoration:none;
	border:none;
}

a:hover {
	color:#fdbc5f;
	text-decoration:none;
	border:none;
}


#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}

#headerGreen {
	margin: 0 auto;
	padding: 0;
	height: 213px;
	background-image: url(../Images/HeadGreenWithThinLineShadow.png);
	background-repeat: repeat-x;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navigationGreen{
	background-image:url(../Images/NavMenuGreenTournament.png);
	background-repeat:no-repeat;
	width: 665px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
}

#nav1{
	float:left;
	width: 112px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#nav2{
	float:left;
	width: 110px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#nav3{
	float:left;
	width: 111px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#nav4{
	float:left;
	width: 110px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#nav5{
	float:left;
	width: 110px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#nav6{
	float:left;
	width: 112px;
	height: 32px;
	margin: 0px 0px 0px 0px;
}

#mainContent {
	clear:both;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 854px;
	padding: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#topLeftImage{
	float: left;
	background: #ffffff;
	background-image: url(../Images/ClassicXIX.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 400px;
	height: 500px;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#topRightInfo{
	float: right;
	background: #ffffff;
	width: 427px;
	height: 425px;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#topRightInfo h1 {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#topRightInfo h2 {
	color: #00a950;
	font-weight:bold;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#info1{
	background: #ffffff;
	width: 854px;
	margin: 0;
}

#info1 p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#info2{
	background: #ffffff;
	width: 854px;	
	margin: 0;
}

#info2 h1, h2 {
	text-decoration:underline;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#info2 p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#info3{
	background-image:url(../Images/Info3Background.jpg);
	background-repeat:repeat-x;
	width: 854px;
	height: 115px;
	margin: 0;
	padding-top: 10px;
}

#info3 h1, h2 {
	text-decoration:underline;
	color:#000000;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#info3 p {
	color:#000000;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#info4{
	background: #ffffff;
	width: 854px;
	margin: 0;
}

#info4 h1, h2 {
	text-decoration:underline;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#info4 p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#info5{
	background-image:url(../Images/Info5Background.jpg);
	background-repeat:repeat-x;
	height:77px;
	width: 854px;	
	margin: 0;
}

#info5 p {
	text-align:center;
	font-size:large;
	font-weight:bold;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer{
	background: #0db14b;
	width: 854px;
	height: 100px;
	padding: 0px 5px;
	margin: 0 auto;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}