/*-----------------------------------------------------------------------
BODY AND WRAPPER CONTAINER
-----------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: small/140% Verdana, sans-serif;
	text-align: center;
	color: black;
	background: #52311a url(../images/main_back.jpg) repeat;
	}
* html body {
	font-size: x-small; /*for IE5/Win */
	font-size: small; /*for other IE versions */
}

#wrapper {
	font-size: 90%;
	width: 850px;
	text-align: left;
	margin: 0 auto;
	border: solid 2px #ffff01;
	margin-top: 5px;
	}
	
#header	{
	position: relative;
	width: 850px;
	height: 165px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #232323;
	}
	
#content
{
	width: 850px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #ffff01;
}
	
		
#footer{
	width: 850px;
	height: 75px;
	color: #ffffff;
	background: #0c70d2;
	border-top: solid 2px #ffff01;
	}
	

/*-----------------------------------------------------------------------
IMG STYLES
-----------------------------------------------------------------------*/

a img {
	border: none;
	}

/*-----------------------------------------------------------------------
content area
-----------------------------------------------------------------------*/

.contentwrapperwide
{
	width: 850px;
	height: 100%;
	vertical-align: top;
	color: #ffffff;
	font-weight: normal;
	background-color: #ffffff;
	padding: 0px;
}

/*------------------------------------------------------------------------
Footer
------------------------------------------------------------------------*/

table.foot
{
	vertical-align: middle;
	text-align: center;
	border: 0px;
	font-weight: normal;
	width: 100%;
	height: 100px;
}

/*------------------------------------------------------------------------
 floats
------------------------------------------------------------------------*/
.floatright
{
	float: right;
	margin: 5px;
}
.floatleft
{
	float: left;
	margin: 5px;
}
/*------------------------------------------------------------------------
 menu stuff
------------------------------------------------------------------------*/
#menu
{
	position: relative;
	width: 850px;
	height: 32px;
	background-image: url(../images/yellow_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
	
/*------------------------------------------------------------------------
links
------------------------------------------------------------------------*/
a.mainlink{
	text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;font-weight: bold; font-size: 14px;
}
a.mainlink:link:visited{
	text-decoration:none; color: #000000;font-weight: bold; font-size: 14px;
}
a.mainlink:link{
	text-decoration:none; color: #000000;font-weight: bold; font-size: 14px;
}
a.mainlink:link:hover{
	text-decoration: none; color: #0c70d2;font-weight: bold; font-size: 14px;
}
a.mainlink:link:visited:hover{
	text-decoration: none; color:#0c70d2; font-weight: bold; font-size: 14px;
}

a.util{
	text-decoration:none; color: #ffffff;font-weight: normal;
}
a.util:link:visited{
	text-decoration:none; color:#ffffff;font-weight: normal;
}
a.util:link{
	text-decoration:none; color:#ffffff; font-weight: normal;
}
a.util:link:hover{
	text-decoration: underline; color: #71FB00;font-weight: normal;
}
a.util:link:visited:hover{
	text-decoration: underline; color:#71FB00; font-weight: normal;
}

a.mainlink2{
          text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:visited{
          text-decoration:none; color: #000000;font-weight: bold; font-size: 12px;
}
a.mainlink2:link{
          text-decoration:none; color: #000000;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:hover{
          text-decoration: none; color: #000000;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:visited:hover{
          text-decoration: none; color:#000000; font-weight: bold; font-size: 12px;
}

