/* These rules will be hidden from NS4 & IE4.5/Mac */

/* Body & Main Wrapper------------------------------------------------*/
/*--------------------------------------------------------------------*/
html { 
	height: 100%; /* part of footerStickAlt styling */
}
body {
	background: #000 url(../images/bg.jpg) no-repeat top left;
	color: #666;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}
/*-----------------COLORS:--------------------------
bronze #918686;
tan #e8d8c3;
dark background: #transparent;
----------------------------------------------------*/

.container {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: #transparent;
	}

.box {
	display: block;
	margin: 0;
	padding: 1px;
	border-left: 1px solid #616161;
	border-bottom: 1px solid #616161;
	height: auto;
	background: #transparent;
	}

.box p {
	font-size: 1.0em;
	line-height: 1.3em;
	padding-top: 6px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #2f4054;
}
h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	color: #fff;
	font-size: 1.0em;
	line-height: 1.0em;
	margin: 2px 0 0 0;
	font-weight: normal;
}

/* --------------------- glamour content ----------------------- */
#glamour { /* 3px boxmodel hack width allowance: padding left, padding right, border left / 3px boxmodel hack height allowance: padding top, padding bottom, border bottom */
	float: left;
	display: inline;
	background-color: #transparent;
	width: 548px;
	height: 188px;
	margin: 0;
	padding: 1px;
	border-left: 1px solid #918686;
	border-bottom: 1px solid #918686;
	overflow: hidden;
}
* html #glamour { /* this selector recognized by IE only */
	width:  550px; /* total width (only for IE5.x/Win) */
	w\idth: 547px; /* content width (for other IE) */
	}
* html #glamour { /* this selector recognized by IE only */
	height:  191px; /* total width (only for IE5.x/Win) */
	he\ight: 188px; /* content width (for other IE) */
	}

/* --------------------- glamour content eof ----------------------- */


/* --------------------- left content ----------------------- */
#leftContainer {
	width: 414px;
	background-color: transparent;
}
#flashcontent {
	background-color: transparent;
	width: 413px;
	border-left: 0;
	padding: 0 1px 1px 0;
	height: 355px;
}
#headlines {
	width: 413px;
	padding: 0 1px 1px 0;
	border-left: 0px;	
	min-height: 156px;
/*	background: #transparent url(../images/newsBkGround.jpg) no-repeat top left;
*/}

#headlines img {
	border: 1px solid #918686;
	}

#recipe {/* 1px boxmodel hack allowance: padding right */
	float: left;
	display: inline;
	width: 250px;
	padding: 0 1px 1px 0;
	border-left: 0px;
	border-bottom: 0;
	min-height: 151px;
/*	background: #transparent url(../images/bottomBkGround.jpg) no-repeat top left;
*/}
#recipe p {
	color: #918686;
	}

#elist {
	float: left;
	display: inline;
	width: 413px;
	min-height: 100px;
	border-bottom: 0px;
	border-left: 0px;
/*	background: #transparent url(../images/bottomBkGround.jpg) no-repeat top left;
*/}
* html #elist { /* this selector recognized by IE only */
	width:  416px; /* total width (only for IE5.x/Win) */
	w\idth: 413px; /* content width (for other IE) */
	}


#tournamentResults {
	float: left;
	display: inline;
	width: 160px;
	min-height: 151px;
	border-bottom: 0px;
/*	background: #transparent url(../images/bottomBkGround.jpg) no-repeat top left;
*/}
* html #tournamentResults { /* this selector recognized by IE only */
	width:  163px; /* total width (only for IE5.x/Win) */
	w\idth: 160px; /* content width (for other IE) */
	}



* html #flashcontent,
* html #headlines { /* this selector recognized by IE only */
	width:  414px; /* total width (only for IE5.x/Win) */
	w\idth: 413px; /* content width (for other IE) */
	}
* html #recipe { /* this selector recognized by IE only */
	width:  251px; /* total width (only for IE5.x/Win) */
	w\idth: 250px; /* content width (for other IE) */
	}

#recipe img {
	border-right: 2px solid #150e0b;
	border-bottom: 2px solid #150e0b;
}
/* --------------------- left content eof ----------------------- */


/* --------------------- middle content ----------------------- */
#middleContainer {
	width: 309px;
	background-color: transparent;
}

#article {
	width: 307px;
	min-height: 184px;
	border-bottom: 0px;
/*	background: #transparent url(../images/articleBkGround.jpg) no-repeat top left;
*/}

#fitness {
	width: 307px;
/*	background: #transparent url(../images/articleBkGround.jpg) no-repeat top left;
*/}

#toughBows {
	width: 307px;
	background: #000;
}

#article img {
	border-right: 2px solid #150e0b;
	border-bottom: 2px solid #150e0b;
	
}

#poll {
	width: 307px;
	min-height: 215px;
/*	background: #transparent url(../images/articleBkGround.jpg) no-repeat top left;
*/	border-bottom: 0px;
}
* html #article,
* html #toughBows,
* html #poll { /* this selector recognized by IE only */
	width:  310px; /* total width (only for IE5.x/Win) */
	w\idth: 306px; /* content width (for other IE) */
	}

/* --------------------- middle content eof ----------------------- */


/* --------------------- right content ----------------------- */

#rightContainer {
	width: 238px;
	min-height: 319px;
	background-color: transparent;
}

#proStaff { /* 3px boxmodel hack allowance: border left, padding left, padding right */
	width: 239px;
	min-height: 319px;
	background-color: #transparent;
	border-bottom: 0;
	text-align: right;
}
* html #proStaff { /* this selector recognized by IE only */
	width:  241px; /* total width (only for IE5.x/Win) */
	w\idth: 238px; /* content width (for other IE) */
	}

#proStaff h4 {
	font-size: 1.2em;
	}
 
#photo { /* 3px boxmodel hack allowance: border left, padding left right */
	width: 239px;
	min-height: 152px;
	border-bottom: 0px;
/*	background: #transparent url(../images/bottomBkGround.jpg) no-repeat top left;
*/}
* html #photo { /* this selector recognized by IE only */
	width:  241px; /* total width (only for IE5.x/Win) */
	w\idth: 238px; /* content width (for other IE) */
	}
#photo img {
	border-right: 2px solid #150e0b;
	border-bottom: 2px solid #150e0b;
}


/* --------------------- right content eof ----------------------- */
form,
form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}

form label {
	font-size: 1.0em;

}

form input {
	padding: 1px; 
	border: 1px solid #918686;
}

/* ---------------- TOURNEY RESULTS TABLE ---------------*/

table.tourney {
	width: 130px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-left: 1px solid #918686;
	border-top: 1px solid #918686;
	background-color: #000;
	text-align: left;
	}

table.tourney th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 4px;
	background-color:#000000;
	color: #918686;
	font-weight: bold;
	text-align: left;
	}
 
table.tourney td {
	padding: 3px;
	font-size: 1.0em;
	text-align: left;
	border-top: none;
	border-right: 1px solid #918686;
	border-bottom: 1px solid #918686;
	}

table.tourney td.textRight {
	text-align: right;
	}

table.tourney td.smaller {
	font-size: 1.0em;
	}

table.tourney td.small {
	font-size: 0.9em;
	}

table.tourney td.pad10 {
	padding: 10px;
	}

/* LINK SETS -------------------------------------------------*/
a:link,
a:visited {
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: underline;
	}

a:active {
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}


a.c1:link {
	color: #fff;
	text-decoration: none;
	}
a.c1:visited {
	color: #696969;
	text-decoration: none;
	}
a.c1:hover {
	color: #cc0000;
	text-decoration: underline;
	}
a.c1:active {
	color: #fff;
	text-decoration: none;
	}

a.c2:link {
	color: #fff;
	text-decoration: none;
	}
a.c2:visited {
	color: #696969;
	text-decoration: none;
	}
a.c2:hover {
	color: #cc0000;
	text-decoration: underline;
	}
a.c2:active {
	color: #fff;
	text-decoration: none;
	}

a.c3:link {
	color: #fff;
	text-decoration: none;
	}
a.c3:visited {
	color: #696969;
	text-decoration: none;
	}
a.c3:hover {
	color: #cc0000;
	text-decoration: underline;
	}
a.c3:active {
	color: #fff;
	text-decoration: none;
	}

