@charset "utf-8";
/* CSS Document */


body          {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #383412;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-color:#FFFFFF;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	min-width: 800px
}

}

h1{

	font-weight:normal;

	color:#FFFFFF;

	font-size:26px;

	line-height:26px;

	margin: 0 0 0 0;

}
a {



	text-decoration:none;

}

a:hover, a div:hover a {
	color:#999;
	text-decoration:none;


}

a div:hover {

cursor:pointer;
text-decoration:none;


}

/*NAVIGATION SETTINGS /////////////////////////////////////////////*/



.logo {
	width:100px;
	height:100px;
	float:left;
	/*background-image:url(images/logoTileFlat.png);*/
	z-index:1510;
	cursor:pointer;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}
.holder {
	width:800px;
	margin: 5px auto 5px;
			padding: 10px;
	min-height:600px;
	height:auto !important;
	/*padding-bottom:20px;*/

	z-index:-2;

}


/*HOME PAGE SETTINGS /////////////////////////////////////////////*/

.homePromo, div.homePromo {
	width:800px;
	min-height:100%;
	height:100%;
	z-index: -5;
	padding: 0px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	overflow: scroll;
	position: fixed;
	left: auto;
	right: auto;
	bottom: auto;
	margin: auto;
	

	/*background:#333 url(images/divBG.jpg) center no-repeat;*/

}
