@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: black;}

a {
	color: #990000;
}

a:hover {
	color:#F40000;
}

a:visited {
	color:#6C0000;
}

	
.header {
	height: 411px;
	background-image: url(../img/bg-header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}

.wrapper {
	background-image: url(../img/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sh {
	margin:0;
	padding:0 0 0 3px;
}

#fp .content {
	height: 866px;
	background-image: url(../img/bg-content-fp.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	overflow: visible;
	margin:0;
	padding:0;
}

#inner .content {
	background-image: url(../img/bg-content-fp.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	overflow: visible;
	margin:0;
	padding:0;
}

#fp h1 {
	font-family: Georgia, Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	width: 670px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}

#fp h1 em {
	font-size: 16px;
	color: #fff79d;
	font-weight: normal;
}

#fp .txt {
	width: 960px;
	margin: 0 auto;
}

#inner h1 {
	font-family: Georgia, Times, serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#inner h2 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0px;
}

#inner h3 {
	font-family: Georgia, Times, serif;
	font-size: 17px;
	font-weight: normal;
	margin: 5px 0 5px 10px;
	padding: 0px;
}


#inner .txt {
	width: 960px;
	overflow: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bg-txt.png);
	background-repeat: repeat-y;
	background-position: center;
	padding:0 0 420px 0;
	position: relative;
}

#inner .txt p { 
	margin:0 10px 10px 10px;
	font-family:Georgia, Times, serif;
	font-size:15px;
	line-height:19px;
}

.col-left {
	width: 270px;
	float: left;
	padding: 5px 0;
	margin: 0 20px 0 20px;
}

.col-right {
	width: 600px;
	float: right;
	text-align: left;
	padding: 5px 50px 0 0;
}

.txt-footer {
	width: 960px;
	height: 386px;
	background-image: url(../img/bg-footer-txt.jpg);
	background-position: bottom;
	position: absolute;
	bottom: 0px;
	left:0px;
}

#fp .txt h2 {
	width: 470px;
	text-align: right;
	margin: 0;
	padding: 0;
	float: left;
	color: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 18px;
}

#fp .txt h3 {
	width: 470px;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}

#fp .txt h3 em, #fp .txt h2 em {
	font-size: 15px;
	color: #fff79d;
	font-weight: normal;}
	
.nav {
	background-image: url(../img/bg-nav.png);
	height: 54px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}
.footer {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

.footer strong {
	text-transform: uppercase;
}
.bcfa {
	height: 70px;
	background-image: url(../img/bg-bcfa.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
