body{
	background-image: url(images/layout/bg.gif);
	background-repeat:repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#333;
	margin: 0px 0px 0px 0px;
	}

h1{
	font-size: 30px;
	}

h2{
	font-size: 18px;
	color:#454545;
	font-style:italic;
	}

h3{
	font-size: 14px;
	color: #CBA60E;
	}

h4{
	font-size: 13px;
	color: #FFF;
	}



img{
	border: none;
	padding: 5px;
	}


/* --------------------------------------------------------------------------- */
/* -- Menu ------------------------------------------------------------------- */
a:link
{
	text-decoration: none;
	color:#AD8900;

}
a:visited
{
	text-decoration: none;
	color:#AD8900;

}
a:hover
{
	text-decoration: underline;
	color:#AD8900;
}
a:active
{
	text-decoration: none;
	color:#AD8900;
	border:none;
}
/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */
#texture{
	background-image:url(images/layout/bgtexture.png);
	background-repeat:no-repeat;
	background-position:center top;
	width: 100%;
	height:468px;
	margin-top:0px;
	position: absolute;
	z-index:1;
	}
	
#container{
	position:relative;
	top: 40px;
	width: 835px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	}

#flash{
	position:absolute;
	z-index:5;
	margin:0px auto;
	height:400px;
	border:none;
	}
	
#flash a{
	border:none;
}

#window{
	
	width:758px;
	margin:auto;
	top:230px;
	position:relative;
	}
#windowbg{
	width: 758px;
	background-color:#333;
}

#content{
	background-color:#FFF;
	background-image:url(images/layout/contenttexture.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width: 650px;
	padding:20px;
	margin:auto;
	border-style:solid;
	border-left:thick solid #454545;
	border-right:thick solid #454545;
	border-width:9px;
	}

/* ---------------SPONSOR MENU------------------------------------------------------------ */	
.sponsormenu{
	background-image:url(images/layout/sponsorbg.gif);
	background-repeat:no-repeat;
	text-align: center;
	width:200px;
	height: 210px;
	float:right;
	}
.sponsormenu a
{
	color:#fff;
	width: 195px;
	line-height:20px;
	display:block;
	
}
.sponsormenu a:hover
{
	text-decoration: none;
	background-image:url(images/layout/rolloverbg.gif);
	background-repeat:repeat-x;
	color:#333;
	
}
/* --------------------------------------------------------------------------- */	
.platinum{
	background-image:url(images/platinum.gif);
	background-repeat:repeat-x;
	width:550px;
	color:#FFF;
	padding:10px;
	}
	
.gold{
	background-image:url(images/gold.gif);
	background-repeat:repeat-x;
	color:#fff;
	padding:10px;
	width:450px;

	}
	
.silver{
	background-image:url(images/silver.gif);
	background-repeat:repeat-x;
	width:350px;
	color:#fff;
	padding:10px;
	}

.bronze{
	background-image:url(images/bronze.gif);
	background-repeat:repeat-x;
	width:250px;
	color:#fff;
	padding:10px;
	}
	
/* --------------------------------------------------------------------------- */

#footer{
	background-image:url(images/layout/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:79px;
	width:758px;
	margin:-14px auto 0px auto;
	position: relative;
	z-index:8;
	
	}
