body{
	    margin:0;
}

/* full width content */

#header-background {
	background-image:url(images/new/header_bg.jpg);
	background-repeat:repeat-x;	
}

#header-fullscreen {
	min-height:248px;
    margin:0 auto;
	width:1600px;
}

#promo-background {
	background-color:#000;
}

#promo-fullscreen {
	min-height:100px;
    margin:0 auto;
	width:1600px;
}

#footer-background {
	background-image:url(images/new/footer_bg.jpg);
	background-repeat:repeat-x;	
}

#footer-fullscreen {
	min-height:389px;
    margin:0 auto;
	width:1600px;
}

#content-centered {
	min-height:100px;
    margin:0 auto;
	max-width:1600px;
}



	
	
	h1 {
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 38px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #444;
	margin: 0 0 0 0;
	padding-left: 20px;
	padding-right: 80px;
    font-weight: 100;

}



h2 {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #9e9e9e;	
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 20px;	
}


	h3 {
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1px;
	color: #9e9e9e;
	margin: 0 0 0 0;
	padding-left: 20px;
    font-weight: 100;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}




h4 {
font-family:georgia,serif;
	color:#381704;
	font-size:13px;
	font-weight:normal;
	line-height:150%;
	padding-left: 50px;
	padding-right: 500px;
	
}






a:link {  color: #ff0000; text-decoration: none}
a:visited {  color: #ff0000; text-decoration: none; }		
a:active {   color: #ff0000}
a:hover {  color: #ff0000; text-decoration: underline}
a:visited:hover { color: #ff0000; text-decoration: underline}
a:link {color:#ff0000;}