	/**************************************
	 ***** The Sheets Got Some Style. *****
	 **************************************/
	 

html {

	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x:hidden;
}
	 
body {

	background: #000 url('.././images/background.jpg') top center repeat-y;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	width: 100%;
	height: 100%;

}

.ie7fix
{
	
}

.container
{
	position: relative;
	width: 825px;
	margin: 0px auto;
	top: 70px;
	text-align: left;

	height: 100%;

}

.deskpad
{
	background: #f9fbfc url('.././images/bottom.jpg') bottom center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 825px;
	margin: 0px 0px 120px 0px;
	padding: 0px 0px 170px 0px;

}

/* Items found inside the HEADER CLASS DIV */

.header
{
	position: relative;
	top: 0px;
	left: 0px;
	background: #f9fbfc;
	padding: 0px 0px 120px 0px;

}

.deskpad .top
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}



.logo  {

	width: 287px;
	height: 204px;
	position: absolute;
	top: -50px;
	left: -40px;
	z-index: 200;
	background: url('.././images/logo.png');
	

}

.mcmtext {


	position: absolute;
	top: 100px;
	left: 280px;
	z-index: 200;
	font-size: 20px;
	font-weight: bold;
	color: black;
	text-align: center;
	

}

.mcmtext .sub
{
	font-size: 13px;
	font-style: italic;
}

.market
{
	position: absolute;
	top: -65px;
	right: -20px;
	z-index: 200;
	width: 423px;
	height: 209px;
	background: url('.././images/market.png');

}

.sticky  {

	position: absolute;
	top: -30px;
	left: 275px;
	width: 120px;
	height: 114px;
	z-index: 200;
	background: url('.././images/sticky.png');
}

/* MENU AREA */

.menu
{
	margin: 60px 0px 0px 5px;
	
}

.menubutton_1, .menubutton_2 
{
	display: block; 
	height: 23px;
	float: left;
	position: relative;
}

.menubutton_1
{
	background: #ff9933 url('.././images/left.jpg') top left no-repeat;
	margin: 0px 5px 0px 0px;
}

.menubutton_2
{
	background: transparent url('.././images/right.jpg') top right no-repeat;
		width: 100px; 
}

.menubutton_text
{
	position: relative;
	top: 3px;
	text-align: center;
	color: #fff;
}

.menubutton_text A:link, .menubutton_text A:active, .menubutton_text A:visited 
{
	color: #fff;
	text-decoration: none;
}


/* page content divs */

.content 
{
	position: relative;
}