body {
	text-align:center;
	font-family:Veranda
	background-color:#000000;
	margin: 0;
	color:#000000;
	line-height:14px;
	font-size:14px;
}

a {
	text-decoration:none;
	color:#B51729;
}

a:hover {
	text-decoration:underline;
}

a.footerLink {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
}
a.footerLink:hover {
	color:#ae171a;
}

#wide {
	width:100%;
	background-color:#FFFFFF;
}

#website {
	width:1000px;
	margin:auto;
}

#header {
	height:290px;
}

#header #top {
	height:245px;
	width:100%;
	position:relative;
	background:url(../images/header_bg.jpg) no-repeat center;
}

#header #leftTop {
	width:410px;
	margin-left:60px;
	position:relative;
	float:left;
}
#header #quickAddress {
	height:50px;
	width:610px;
	margin-top:10px;
	position:relative;
	color:#FFFFFF;
	text-align:left;
	font-weight:bolder;
	font-size:12px;
	line-height:20px;
}

#header #logo {
	height:150px;
	width:410px;
	position:relative;
	background:url(../images/logo.png) no-repeat center;
	float:left;
	text-indent:-9999px;
}
#header #quickContact {
	height:70px;
	width:250px;
	margin-left:250px;
	margin-top:10px;
	position:relative;
	float:left;
	color:#FFFFFF;
	text-align:left;
	font-weight:bolder;
	font-size:12px;
	line-height:20px;
}

#header #navigation {
	position:relative;
	float:left;
	width:100%;
	height:43px;
	text-align:center;
}
#navigation a.navLeft {
	bottom:0;
	height:43px;
	background:url(../images/nav_left_1.jpg) no-repeat left;
	float:left;
	line-height:43px;
	color:#000000;
}
#navigation a.navLeftSelected {
	bottom:0;
	height:43px;
	line-height:43px;
	background:url(../images/nav_left_2.jpg) no-repeat left;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a.navLeft:hover {
	bottom:0;
	height:43px;
	background:url(../images/nav_left_2.jpg) no-repeat left;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}

#navigation a.navRight {
	bottom:0;
	height:43px;
	background:url(../images/nav_right_1.jpg) no-repeat right;
	float:left;
	line-height:43px;
	color:#000000;
}
#navigation a.navRightSelected {
	bottom:0;
	height:43px;
	line-height:43px;
	background:url(../images/nav_right_2.jpg) no-repeat right;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a.navRight:hover {
	bottom:0;
	height:43px;
	background:url(../images/nav_right_2.jpg) no-repeat right;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}

#navigation a.navMiddle {
	bottom:0;
	height:43px;
	background:url(../images/nav_middle_1.jpg) repeat-x center;
	float:left;
	line-height:43px;
	color:#000000;
}
#navigation a.navMiddleSelected {
	bottom:0;
	height:43px;
	line-height:43px;
	background:url(../images/nav_middle_2.jpg) repeat-x left;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a.navMiddle:hover {
	bottom:0;
	height:43px;
	background:url(../images/nav_middle_2.jpg) repeat-x center;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}


#content {
	padding:20px;
	width:960px;
	text-align:justify;
	line-height:20px;
	font-family:"Times New Roman", Times, serif;
}
#content h1 {
	font-size:20px;
	display:block;
	color:#B51729;
	clear:both;
}
#content #left {
	float:left;
	width:690px;
}
#content #right {
	float:left;
	width:250px;
	margin-left:20px;
}
#content #contactUs {
	width:210px;
	height:360px;
	padding:20px;
	padding-top:12px;
	background:url(../images/contact_us_bg.jpg) no-repeat top;
}

#footer {
	margin:auto;
	clear:both;
	width:960px;
	height:40px;
	padding:20px;
	padding-top:40px;
	display:block;
	color:#FFFFFF;
	background:url(../images/footer_bg.jpg) no-repeat center;
}
#footer #menu {
	text-align:left;
	width:960px;
	height:25px;
	font-size:12px;
}
#footer #copyright {
	text-align:left;
	width:960px;
	height:25px;
}
#footer a {
	text-decoration:none;
	font-weight:normal;
	color:#B5B3B8;
}
#footer a:hover {
	color:#B5B3B8;
	text-decoration:underline;
}

