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

body {
	background-color:#3a3a3a;
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
	margin:0px auto;
	font-size:13px;
	line-height:20px;
}

.header {
	background-image:url(graphics/header.jpg);
	width:985px;
	height:86px;
	margin:0px auto;

}

.address {
	padding:15px 25px 5px 375px;
	line-height:28px;
	text-align:right;
}

.logo {
	background-image:url(graphics/logo.jpg);
	width:985px;
	height:139px;
	margin:0px auto;

}

.construction {
	background-image:url(graphics/construction.jpg);
	width:985px;
	height:455px;
	margin:0px auto;
}

.arrow {
	background:url(graphics/arrow.jpg) #555557 no-repeat;
	width:985px;
	height:350px;
	margin:0px auto;
}

.content {
	width:650px;
	height:300tpx;
	padding:30px 30px 30px 275px;
	margin:0px;
}

h1 {
	font-family:"Arial Black", Gadget, sans-serif;
}

h2 {
	font-family:"Arial Black", Gadget, sans-serif;
}

.hr {
	background-color:#ffffff;
	width:500px;
	height:2px;
}
