@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background: url(../res/bg.jpg) repeat;
}

#top {
	height: 150px;
	background-image: url("../res/s.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 30px;
}

#top h1 {
	font-size: 50px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bolder;
	color: white;
	margin-bottom: 5px;
}

#top h3 {
	margin-top: 0px;
	padding-left: 50px;
	font-style: italic;
	font-size: 20px;
	color: white;
}

#main {
	margin: 0 auto;
	width: 800px;
	padding-left: 100px;
}

#main h1 {
	color: #B5B400;
	font-family: sans-serif;
	font-size: 30px;
	text-decoration: underline;
}

#main h2 {
	padding-left: 30px;
	background-image: url("../res/Next.png");
	background-position: left;
	background-repeat: no-repeat;
	color: white;
	font-family: sans-serif;
	font-size: 20px;
}

#main h3 {
	text-align: center;
	font-style: italic;
	color: #B5B400;
	font-family: sans-serif;
	font-size: 20px;
}

.pause {
	height: 20px;
}

#contact {
	margin: 0 auto;
	width: 800px;
	padding: 50px;
	border-color: #B5B400;
	border-style: dashed;
	border-width: 2px;
	display: block;
	height: 450px;
}

#contact #contact_info {
	float: left;
}

#contact #map {
	float: right;
}

#map h1,#contact_info h1 {
	color: #B5B400;
	font-family: sans-serif;
	font-size: 30px;
}

#contact_info h2 {
	color: white;
	font-family: sans-serif;
	font-size: 20px;
}

#footer {
	padding-top: 50px;
	margin-bottom: 10px;
	color: #B5B400;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-style: italic;
	display: block;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a,a:hover,a:active,a:visited {
	text-decoration: none;
	color: white;
}
