/* CSS Document */

/* ----------------------------------- */
/* ------ Text Divs ------------------ */
/* ----------------------------------- */

.header{
	padding: 40px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30pt;
	color: #ECF8C6;
	text-align: center;

}

a:link {color: #FFF8CC}     /* unvisited link */
a:visited {color: #FFF8CC}  /* visited link */
a:hover {color: #402F05}   /* mouse over link */
a:active {color: #FFF8CC}   /* selected link */


/* ----------------------------------- */
/* ------ Button Divs ---------------- */
/* ----------------------------------- */

#button-main {
	width: 95px;
	height: 43px;
	background-image: url(images/button-main.jpg);
	background-position: top;
	float: left;

}
#button-main:hover { background-position: bottom; }

#button-rules {
	width: 105px;
	height: 43px;
	background-image: url(images/button-rules.jpg);
	background-position: top;
	float: left;

}
#button-rules:hover { background-position: bottom; }

#button-teams {
	width: 111px;
	height: 43px;
	background-image: url(images/button-teams.jpg);
	background-position: top;
	float: left;

}
#button-teams:hover { background-position: bottom; }

#button-tournaments {
	width: 193px;
	height: 43px;
	background-image: url(images/button-tournaments.jpg);
	background-position: top;
	float: left;

}
#button-tournaments:hover { background-position: bottom; }

#button-contact {
	width: 119px;
	height: 43px;
	background-image: url(images/button-contact.jpg);
	background-position: top;
	float: left;

}
#button-contact:hover { background-position: bottom; }

/* ----------------------------------- */
/* ------ Layout Divs ---------------- */
/* ----------------------------------- */


html, body {
/*	background: #2b5f14 ;*/
	background-image: url(images/background.jpg);
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 623px;
	height: auto;

}


#top-image {

	width: 623px;
	height: 124px;
	background-image: url(images/camid-tourney-flag-football-top.png);
	
}


#field-background{
	width: 503px;										/* 623 - 120  for padding */
	background-image: url(images/field-middle.jpg);
	background-repeat: repeat-y;
	padding: 4px 60px 0px 60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;

}

#field-bottom{
	width: 623px;
	height: 72px;
	background-image: url(images/field-bottom.jpg);

}


.content-top{
	width: 438px;										/* 518 - 80 for padding */
	height: 21px;										/* 41 - 20 for padding */
	background-image: url(images/content-top.jpg);
	font-family: Verdana, "Times New Roman";
	font-size: 14pt;
	color: #ECF8C6;
	padding: 20px 40px 0px 40px;
}

.content-middle{
	width: 458px;										/*518 -  for padding */
	background-image: url(images/content-middle.jpg);
	background-repeat: repeat-y;
	padding: 0px 30px 0px 30px;
	font-family: Verdana, "Times New Roman";
	font-size: 10pt;
	color: #FFFFFF;
}

.content-bottom{
	width: 518px;
	height: 45px;
	background-image: url(images/content-bottom.jpg);

}



/* ----------------------------------- */
/* ------ Image Divs ----------------- */
/* ----------------------------------- */

.marker-left{
	margin: 4px 5px 0px 5px;
	float: left;
}

.marker-right{
	margin: 4px 5px 0px 5px;
	float: right;
}

.linebreak{
	margin: 15px 0px 15px 0px;
}