a.nav, a.nav_shadow, .nav, .nav_shadow {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.logo, a.logo_shadow, .logo, .logo_shadow {
	font-family: verdana, arial, helvetica;
	font-size: 32px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.nav_shadow, a.logo_shadow, .nav_shadow, .logo_shadow {
	color: #333333;
}

table.contactForm {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
td.contactForm_field {
	background-color: #999999;
}

#logo {
	position: absolute;
	left: 15px;
	top: 15px;
}

#nav {
	position: absolute;
	left: 275px;
	top: 25px;
}

#background_top {
        position: absolute;
        left: 0px;
        top: 0px;
        z-Index: 1;
}

#background_bottom {
	position: absolute;
        left: 0px;
	top: 0px;
        z-Index: 0;
}

#page {
	border: 1px;
	width: 100%;
}
