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

* {
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
/*	font-size: 17px;*/
}

p {
	padding-bottom: 5px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	width:1053px;
	background-image:url(images/shadow.png);
	position: relative;
}

#btmShadow {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	width:1053px;
	height:38px;
	background-image:url(images/shadow_btm.png)
}

#menuBarBg {
	background-image:url(images/transparent_black.png);
	float: left;
	height: 50px;
	width: 999px;
	margin-left: 28px;
	margin-top: 520px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
/*#wrapper a {
	color: #fff;
	text-decoration: none;
}
#wrapper a:link {
	color: #fff;
	text-decoration: none;
}
#wrapper a:hover {
	color: #ccc;
	text-decoration: none;
}*/
#contact_form {
	font-size:12px;
	color: #000;
	border: none;
	padding-right: 20px;
	padding-top: 20px;
}
