/* CSS Document for MMSGS Web site */

/* General page settings */
body {
	background-image: url(images/chainMail.jpg);
	font-family: Helvetica, sans-serif;
	margin-top: 0px;
}
h1 {
	font-size: 17px;
	text-align: center;
}

/* Settings for common page header */
#banner {
	width: 76%;
	font-size: 24px;
	text-align: center;
	background-color: #6699CC;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	margin-left: 12%;
}
.headerart {
	vertical-align: middle;
	width: 88px;
	height: 150px;
}

/* Settings for common navigation bar */
#navbar {
	width: 76%;
	font-size: 16px;
	background-color: #66FFFF;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 12%;
}
.navitem {
	/* Six links, hence each 1/6th of 100% */
	width: 16.67%;
	text-align: center;
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.navitem a {
	text-decoration: none;
	color: blue;
}
.navitem a:hover {
	color: red;
}

/* Settings for common page bodies */
#mainbody {
	width: 76%;
	font-size: 17px;
	background-color: #FFCCCC;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	margin-left: 12%;
}

/* Settings for Tournaments page */
.tmttable {
	width: 76%;
	table-layout: auto;
}
.boxart {
	display: block;
	height: 120px;
}

/* Settings for Rules Downloads page */
#ruleslist {
	table-layout: fixed;
	width: 80%;
}
.rulesitem {
	border-spacing: 5px;
	text-align: center;
}
.boxart2 {
	vertical-align: middle;
	padding: 5px;
	height: 100px;
}

/* Settings for image on Contacts page */
#players {
	margin-left: 35%;
	margin-right: 35%;
/*	margin-left: 245px;	*/
	height: 200px;
}

/* Settings for tournament page headers */
#tmtheader {
	width: 76%;
	background-color: #6699CC;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 0;
	margin-left: 12%;
	margin-bottom: 0;
}
#tmtart {
	height: 200px;
}

/* Settings for common page footer */
#footer {
	width: 76%;
	height: 25px;
	background-color: #6699CC;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 8px;
	margin-left: 12%;
}
