body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font: 0px Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
	background-color: #000;
}

#container {
	margin: 0px auto 0px auto;
	width: 779px;
}

#header1 {
	height: 70px;
	width: 779px;
	background: url(../images/header_top.gif);
}

#header2 {
	float: left;
	width: 239px;
	height: 34px;
	background: url(../images/header_left.gif);
}

#header3 {
	float: left;
}

#header4 {
	height: 36px;
	width: 779px;
	background: url(../images/header_bottom.gif);
}

#body_bg {
	background: url(../images/bg.gif);
	font-size: 14px;
	height: 100%;
	text-align: center;
	color: #000;
	background-color: transparent;
	width:776px;
	border: 1px solid white;
}

#body_inner {
	margin: 0px auto 0px auto;
	width: 600px;
}

#footer {
	width: 778px;
	padding-top: 40px;
	color: #000;
	background-color: #fefcfd;
}

#footer_inner {
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border-top: 1px solid #000;
}

#footer_inner a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#footer_inner a:hover {
	text-decoration: underline;
}

#footer_bottom {
	height: 13px;
	background: url(../images/body_bottom.gif);
}

#copyright {
	padding-top: 5px;
	font-size: 10px;
	color: #fff;
	background-color: #000;
}

#copyright a {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright_left {
	float: left;
	width: 300px;
	padding-left: 10px;
}

#copyright_right {
	float: right;
	width: 300px;
	padding-right: 10px;
	text-align: right;
}

#contact-form div {
	margin: 0.4em 0 0.6em 0;
	width: 450px;
	text-align: left;
}

#contact-form label {
	float: left;
	width: 30%;
	font-size: 12px;
	margin-left: 1.2em;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form legend {
	color: #000;
	background-color: #fff;
}

#contact-form .txt {
	width: 65%;
	border: 1px solid #000;
}

#contact-form textarea.txt {
	width: 65%;
}

#contact-form .btn {
	border: 2px solid #000;
	background-color: #FFFE03;
	color: #000;
	padding: 0.4em;
}

#contact-form div.submit {
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1.mainh1 {
	padding-top: 47px;
}

a {
	color: #000;
	background-color: transparent;
}

img {
	border: 0px;
}

.clearing {
	clear: both;
}

.vanimage {
	margin-top: 20px;
}

