@charset "utf-8";
/* CSS Document */

body {background: #990000 url(background.jpg);
		  width: 100%;
		  margin: 0;
		  font-family:Georgia, "Times New Roman", Times, serif;
		  font-size: 1em;
}
		  
#gradient {background: transparent url(gradient.png) 0 0 repeat-x;
			width: 100%;
			height: 100%;
			position: absolute;
}

#content-top {
    background: url("scroll-top.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 340px;
    margin: 0 auto -180px;
    padding-top: 160px;
    width: 800px;
}


#content {
    background: url("scroll-middle.png") repeat-y scroll center top rgba(0, 0, 0, 0);
    margin: 0 auto -40px;
    padding: 40px 0;
    width: 800px;
}


#content-bottom {
	background:url(scroll-bottom.png) top center no-repeat;
	height: 125px;
	width: 800px;
	margin: 0 auto 20px auto;
}


#title {
	width: 512px;
	height: 295px;
	background: url(title.png) 0 0 no-repeat;
	position: relative;
	margin: 0 auto;}
	
#title2 {
	width: 515px;
	height: 198px;
	background: url(title2.png) 0 0 no-repeat;
	position: relative;
	margin: 0 auto;}
	
.text {
	width: 600px;
	margin: 0 auto;
}

a {
    color: #660000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #996600;
}

.disclaimer {
	font-size: .8em; 
	text-align: center; 
	color: #dcbf96; 
	width: 50%; 
	margin: 0 auto; 
	line-height: 1.4em;
	margin-bottom: 100px;
    font-style: italic;

}

.disclaimer a {
    color: #996600;
    font-weight: bold;
    text-decoration: none;
}

.disclaimer a:hover {
	color: #fff ;
}

