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

body {
	font-family: arial;
	font-size: 13px;
	background-color: #8a8a8a;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header  {
	background-image: url(../images/header.gif);
	width: 794px;
	height: 53px;
	display: block;
	padding-top: 68px;
	padding-right: 6px;
}
#menu {
	width: 800px;

}
#mainimage {
	background-image: url(../images/main-image-biz.jpg);
	width: 800px;
	height: 310px;
	display: block;
}

#mainimage-r {
	background-image: url(../images/main-image-rest.jpg);
	width: 800px;
	height: 310px;
	display: block;
}

#body {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#body h1  {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
}


#body h2  {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}
#body  li  {
	list-style-image: url(file:///Macintosh%20HD/Users/hansblack/Desktop/www/images/checkmark.jpg);

} 

#form {
	width: 350px;
	float: right;
	font-size: 11px;
}

#form-l {
	width: 350px;
	float: left;
	font-size: 11px;
	margin-right: 30px;
}

#form h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 25px;
	color: #0012AD;
}
#form  h3, #form-l h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}


#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	padding: 10;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a:link {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:active {
	text-decoration: underline;
}


.header-bt {
	float: right;
}
