/* CSS Document */

/* CSS Document */

html, body, #main {min-height: 100%;
	height: 100%;
	position:relative;
	}  /* hack for IE5+/Win.*/

img {
	border:0;
}
	
html>body, html>body #main {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

body {
	margin:0;
	padding:0;
	background-color:#dfdfdf;
	color:#333;
	font-size:12px;
	line-height:1.4em;
	font-family: Tahoma, Arial, sans-serif;
}

a, a:visited {
	color:#b50a37;
	text-decoration:underline;
}

a:hover, a:visited:hover, a:active {
	color:#333;
	text-decoration:underline;
	font-stretch:extra-condensed;
}

h1 {
	color:#b50a37;
	font-size:21px;
	font-family:"Times New Roman", Times, serif;
	margin-top:0;
	padding-top:0;
}

h2 {
	color:#d47978;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	margin-top:0;
	padding-top:0;

}

#main {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:830px;
	background:url(images/left_shadow.png) top left repeat-y;
	padding-left:30px;
}

#right_bkgd {
	background:url(images/right_shadow.png) top right repeat-y #FFF;
	width:800px;
	padding-right:30px;
	text-align:left;
	height:100%;
}

#inner_contain {
	width:800px;
	height:100%;
	background-color:#d47978;
	}

#top {
	padding:0px;
	height:388px;
	width:800px;
	background:url(images/banner_bkgd.jpg) no-repeat bottom left #fff;
	}
	
#left {
	float:left;
	width:451px;
}

#right {
	float:right;
	width:349px;
	}
	
#logo {
	padding:0px 15px 0px 13px;
	height:161px;
}

#nav {
	padding-top:9px;
	padding-left:0px;
	padding-right:13px;
	text-align:right;
	color:#b50a37;
	font-stretch:ultra-condensed;
}

#nav a, #nav a:visited {
	font-stretch:ultra-condensed;
}


#banner_text {
	padding:45px 51px 0px 16px;
	width:383px;
	height:137px;
	font-weight:bold;
	line-height:24px;
}

#letters {
	padding:18px 0px 0px 0px;
	width:349px;
	height:343px;
}

#bottom_row {
	width:800px;
	padding-top:17px;
	padding-bottom:10px;
	border-bottom:3px solid #b50a37;
	background-color:#fff;
}

#bottom_left {
	float:left;
	padding:0px 17px 0px 10px;
	width:255px;
	font-size:11px;
}

#bottom_center {
	float:left;
	padding-left:14px;
	width:250px;
	}
	
#bottom_right {
	float:right;
	padding-left:12px;
	width:240px;
	}

#footer {
	color:#fff;
	font-size:10px;
	padding:5px 28px 40px 20px;
	margin-top:-3px;
	border-top:1px solid #333;
}

#footer a, #footer a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}

#footer a:hover, #footer a:visited:hover, #footer a:active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.copyright {
	float:left;
}

.utility {
	float:right;
}

