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

*  {
	margin:0;
	padding:0;
}

body {
	background-color: #bda86e;
	text-align:center;
	background-image:url(../images/background_texture.jpg);
	background-repeat:repeat;
}

#wrapper  {
	position:relative;
	width:800px;
	height:auto;
	margin-top:18px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#84132f;
	background-image:url(../images/wood_texture_main_site_edges.jpg);
	background-repeat:repeat-y;
	border-top:#e3b823 solid 3px;
	border-left:#e3b823 solid 3px;
	border-right:#e3b823 solid 3px;
	z-index:1;
}

#logo {
	position:absolute;
	top:-19px;
	left:358px;
	width:459px;
	height:193px;
}

#top_nav {
	position:absolute;
	top:0px;
	left:0px;
	height:130px;
	width:347px;
	padding-top:10px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e3b823;
	font-size:20px;
	background-image:url(../images/wood_texture_main_site.jpg);
	background-repeat:no-repeat;
	border-left:#e3b823 solid 0px;
	border-top:#e3b823 solid 0px;
}
#top_nav p{
	margin-bottom:10px;
}
#top_nav a:link {
	color: #e3b823;
	text-decoration: none;
}
#top_nav a:visited {
	text-decoration: none;
	color: #e3b823;
}
#top_nav a:hover {
	text-decoration: underline;
	color: #FFF;
}
#top_nav a:active {
	text-decoration: none;
	color: #e3b823;
}
#metro {
	position:absolute;
	top:140px;
	left:-22px;
	height:auto;
	width:210px;
}
#fox {
	position:absolute;
	top:140px;
	left:612px;
	height:auto;
	width:206px;
}
#footer {
	position:relative;
	height:37px;
	width:800px;
	background-image:url(/images/footer_back.jpg);
	background-repeat:no-repeat;
}
#footer p {
	padding-top: 10px;
	padding-left:265px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}	
#footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
	color: #E4B824;
}
#footer a:active {
	text-decoration: none;
	color: #000;
}

#center {
	position:relative;
	top:136px;
	left:188px;
	height:auto;
	width:424px;
}

#center_sub {
	position:relative;
	top:86px;
	left:188px;
	height:auto;
	width:404px;
}

#center_main {
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#dec7a7;
	height:315px;
}

#center_main2 {
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#dec7a7;
	height:500px;
}


.center_main {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#dec7a7;
}
.center_sub {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#dec7a7;
	font-size:14px;
	padding:10px;
}
.phone {
	font-size:18px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#e3b823;
}

.about_text {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
}

.contact_field {
	background-color:#dec7a7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer2 a:link {
	color: #000000;
	text-decoration: none;
	cursor:text;
}
#footer2 a:visited {
	text-decoration: none;
	color: #000000;
	cursor:text;
}
#footer2 a:hover {
	text-decoration: none;
	color: #000000;
	cursor:text;
}
#footer2 a:active {
	text-decoration: none;
	color: #000000;
	cursor:text;
}

#clear {
	clear:both;
}
