/* CSS Document */

body {font: 14px/1.6em Papyrus, Geneva, Arial, Helvetica, sans-serif; background: url(images/bg-gradient.png) repeat-x; background-position:top; background-color:#cbb176}
a {color:#333333; text-decoration:none;}
.credit {font-size:9px;}
#container{
	background: url(images/gate4.png) no-repeat;
	height:1000px;
	width:1200px;
	
}

.content{
	background: white url(images/center.png) 25px 25px no-repeat;
	width: 382px;
	margin-left: 403px;
	padding: 5px 5px 5px 5px;
	position:absolute;
	z-index:5;
	top:300px;
}

.content p{
font: 14px/1.6em  Arial, Helvetica, sans-serif;

}

.mountains{
	
	width: 100%;
	position:absolute;
	z-index:-1;
	top:188px;
	left: -404px;
	height: 300px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 380px;
margin-left: 410px;
position:absolute;
z-index:5;
top:245px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #fff;
padding: 3px 3px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-top: 3px solid transparent; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-top-color: #d7edfd;
color: #d7edfd;
}
