@charset "utf-8";

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
#wrapper {
	width: 780px;
	position: relative;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	background-image: url(../new/home/back.png);
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#nav {
	background-color: #EAC041;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#nav ul {
	padding: 0px;
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
}
#nav li {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#nav ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #036;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#wrapper  {
	margin: 0px;
	padding: 0px;
	width: 711px;
}
#contact   {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	color: #990000;
	text-align: center;
	border-bottom: 2px solid #FFCC00;
	padding-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.buttons {
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
