/* TEXT STYLES */
h1 {
	margin:0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#CE262B;
	font-weight: lighter;
	line-height: 150%;
	font-size: 28px;
}
h2 {
	margin:0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#CE262B;
	font-weight: lighter;
	line-height: 150%;
	font-size: 22px;
}
h3 {
	margin:0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#CE262B;
	font-weight: lighter;
	line-height: 150%;
	font-size: 20px;
}
h4 {
	margin:0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#CE262B;
	font-weight: lighter;
	line-height: 100%;
	font-size: 20px;
}
.txt_body {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 200%;
}
.txt_body_sub {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 135%;
	margin-left: 20px;
}
.txt_form_fields {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 135%;
	background-color: #000000;
	padding: 1px;
	border: thin solid #333333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.txt_footer {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 200%;
}
.txt_heading_red {
	margin:0px 0px 0px 0px;
	font-size: 12px;
	color: #CE262B;
}
.txt_heading_gray {
	margin:0px 0px 0px 0px;
	font-size: 14px;
	color: #CCC;
}
.txt_top_nav {
	margin:0px 0px 0px 0px;
	font-size: 16px;
	color: #FFFFFF;
}
.txt_italic {
	font-style: italic
}

.txt_heading_white {
	margin:0px 0px 0px 0px;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CE252A;
}
a {
	text-decoration: none;
}
body {
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#visit_main
{
	width: 160px;
	height: 160px;
	position:fixed;
	right:0px;
	top:0px;
	z-index:99999;
}

#background {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container_main {
	margin:0px; width: 700px;
	background-repeat: repeat;
	left: 0px;
	z-index: 5;
	
	height: 1250px;
	text-align: left
}
#container_pop {
	width: 600px;
}
#logo {
	position: relative;
	height: 110px;
	width: 465px;
	top: 5px;
	left: 0px;
	margin: auto;
}
#top_nav {
	position: relative;
	width: 640px;
	top: 0px;
	z-index: 3;
	margin-top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	left: 2px;
	text-align: center;
}
#space_vert {
	height: 20px;
}

#content_main {
	position: relative;
	width: 650px;
	left: 5px;
	top: 0px;
	text-align: left;
	margin: auto;
	margin-top: 30px;
}

#footer {
	height: 50px;
	width: 700px;
	top: 0px;
	left: 0px;
	margin: 0;
	margin-top: 15px;
}
	
#contact_form {
	position: relative;
	width: 585px;
	left: 0px;
	top: 0px;
	text-align: left;
	height: 400px;
	margin: auto;
	margin-top: 50px;
}

#gallery_container_main {
	position:absolute;
	width:700px;
	height:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	top: 20px;
	left: 0px;
}
#gallery_flash_container {
	position: relative;
	width: 100%;
	height: 80%;
	top: 150px;
}

#gallery_flash_content {
	height: 90%;
	text-align: center;
}
#contact_address {
	line-height: 14px;
}