/* --------------------------------- global */

body {
	overflow:hidden;
	color:#000000;
	background-color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:14px;
	text-decoration:none;
	min-width: 720px;
	min-height: 720px;
	background-repeat: no-repeat;
}

body a {
	color:#000000;
	text-decoration:underline;
}

body a:hover {
	color:#ff8837;
	text-decoration:underline;
}


/* --------------------------------- bg images */

.preloader {
	position:absolute;
	top:-10000px;
	left:-10000px;
}


/* --------------------------------- columns + foot */

#firstcol {
	position:fixed;
	z-index:50;
	height:100%;
	width:220px;
	top:125px;
	left:25px;
}

#secondcol {
	position:fixed;
	z-index:50;
	height:100%;
	width:240px;
	top:234px;
	left:285px;
	padding-top:20px;
	border-top:1px solid #000000;
}

#thirdcol {
	position:fixed;
	z-index:50;
	height:100%;
	width:640px;
	top:344px;
	left:25px;
}

#foot {
	position:absolute;
	position:fixed;
	z-index:60;
	bottom:0px;
	left:25px;
	height:50px;
	width:230px;
	background-color:#ffffff;
	background-image:url(images/foot.gif);
}

#bgimg {
	position:fixed;
	z-index:20;
	top:5px;
	left:8px;
	height:1300px;
	width:1700px;
	background-color:#ffffff;
	background-repeat: no-repeat;
}

.logo {
	margin-bottom:15px;
}
