*
{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-height: 100%;
}	
body {
	background-color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto;
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment:fixed;
	height: 100%;
	min-height: 100%;
	font-size: 1em;	
}
#container {
	width: 746px; /* 760 - 14px for padding */
	padding-left: 7px;
	padding-right: 7px;
	margin: auto;	
	text-align: center;	
}	

#header {
	background-color: #000000;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	width: 746px;
	height: 101px;
}

#header_nav {
	width: 200px;
	height: 11px;
	text-align: right;
	float: right;
	margin-top: 86px;
}

#header_nav img {
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 4px;
}

#nav {
	width: 746px;
	height: 31px;
	text-align: right;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;	
}

#nav img {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#rotator
{
	overflow: hidden;
	margin: 0px auto 8px;
	position: relative;
	width: 746px;
	height: 166px;
}

#rotator img
{
	border: 0;
	width: 746px;
	height: 166px;
}

#banner{
	width: 746px;
	height: 166px;
	margin-bottom: 8px;
}

#img_wrapper {
	width: 331px;
	float: left;
}

#img1 {
	width: 162px;
	float: left;
}

#img2 {
	width: 162px;
	float: left;
	padding-left: 7px;
}

#locations {
	text-align: right;
	clear: both;
	float: none;
	padding-top: 10px;
}

#locations img {
	padding-bottom: 6px;
}

#content{
	width: 390px; /* 408px minus 9px padding */
	padding: 9px;	
	min-height: 294px;
	padding-bottom: 75px;
	margin-bottom: 75px;
	background-color: #ffffff;
	background-image: url(images/content_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	text-align: left;
	display:block;
	overflow: visible;
}

.img_border{
	padding: 7px;	
	border: 1px solid #d4d4d4;
}

#content p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;	
	padding-top: 10px;
}

#content table {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.7em;	
}

.text {
	font-size: .7em;
	line-height: 1.7em;
	text-align: justify;
	padding-right: 10px;
}

.small_text {
	font-size: 9px;
	font-style: italic;
	color: #666;
}

.text_red {
	color: #9E091D;
	font-weight: bold;
}

.title {
	font-size: 1.5em;
	font-weight: bold;
	color: #9E091D;
}	

.subtitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #666666;
}	

a:link {
	color: #9E091D;
}

a:visited {
	color: #9E091D;
}

a:hover {
	color: #666666;
}

a:active {
	color: #000000;
}

#push {
	height: 7px;
	padding: 0px;
	border: 0px;
}

#seperator {
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 10px;
}