html {
	overflow:hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
	background-repeat: repeat;
	font-size: 100%;
	height:100%;
}
/*-------- Divs -------*/
/* Wrapper */
#wrapper {
	height:100%;
	width:100%;	
	margin: 0px;
	overflow: hidden;
}

#hcontainer {
	position:absolute;
	height:600px;
	width:101%;
	margin:-266px 0px 0px 0px;
	top: 44%;
	left: 	0%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}

#vcontainer {
	
	height:600px;
	width:800px;
	margin:0px auto;
	text-align: center;
	padding: 0px;
}
#header {
	width: 800px;
	margin: 0 auto;
	text-align:left;
}
#content {
	height: 500px;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-image: url(../pix/home/bk-top.jpg);
	background-repeat: repeat-x;
}
#col1 {
	height: 500px;
	width: 340px;
	float: left;
}
#col1Img {
	height: 390px;
	width: 340px;
	background-color: #ff9900;
	margin:38px 0 0;
}
#col2 {
	float: right;
	height: 462px;
	width: 420px;
	margin:38px 0 0;
}
#footer {
	height: 38px;
	width: 800px;
	margin: 0px auto;
	background-image: url(../pix/home/bk-bottom.gif);
	background-repeat: repeat-x;
	text-align:left;
}
#contact {
	float: left;
	width: 354px;
}
#online {
	float: left;
	width: 300px;
}
/* text */
H1 {
	font-size: 12pt;
	line-height: 16pt;
	color: #feba34;
	margin: 0px 0 10px;
}
H2 {
	font-size: 9pt;
	line-height: 16pt;
	color: #444444;
	margin: 0px 0 10px;
}
H3 {
	font-size: 8pt;
	line-height: 26pt;
	color: #444444;
	margin: 0 0 0 20px;
}
P {
	font-size: 9pt;
	line-height: 16pt;
	color: #444444;
	margin: 0 0 14px;
}
em {
	font-size: 8pt;
	font-style: normal;
	line-height: 9.5pt;
}
a {
	color: #3366FF;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

/* tidying */
.clearfloat { 
	clear:both;
    height:0;
	margin:0;
    font-size: 1px;
    line-height: 0px;
}
