@charset "UTF-8";
/* CSS Document */


@import url("css/menu.css");

/*-------- text style -----------*/

p {
	font:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:2.5em;
	color:#FFFFFF;
}

a, a:visited{
color:#FFFF99;
}



/*-------- design style --------*/

body {
	background:url(images/Background.jpg) no-repeat center top fixed #2f1b0f;
	
	}

#PageMaster {
	width: 100%;
	margin: 0 auto;
	text-align: center;	/* to correct IE positioning misbehaviour */
}

#allContent {
	width:950px;
	margin: 0 auto;
	background:transparent;
	}
	
.clear_float {
	clear:both;
	}


/*--------- pane style ----------*/

#headerMain {
	height:90px;
	text-align:right;
	background-color:transparent;
	border:none;
	padding:30px 0 10px 0;
	margin:0;
	vertical-align:top;
	}

#headerMain a:link{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	text-align:right;
	}

#headerMain a:hover{
	color:#FFCC33;
	font-size:14px;
	text-decoration:none;
	text-align:right;
	} 
	
#headerMain a:visited{
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	text-align:right;
	}	

p.headNavP{
	margin-top:-20px;
	text-align:right;
	line-height:20px;

}
	
#HeaderNavPane {
	padding:20px 0 10px 0;
}
#banner{
	width:950px;
	height:390px;
	border:none;
	margin:0;
	padding:0;
}
	
#navigation{
	height:56px;
	width:100%;
	text-align:left;
	background-color:#772f0b;
	background:url(images/MenuBackground.png) repeat-x top left;
	}

#mainContent{
	margin:none;
	width:950px;
	background-color:#bd8f5d;
	}
	
#mainContent a, #mainContent a:visited{
	color:#FFFF99;
	}
#mainContent a:hover{
	color: #FFCC33;
	}	
		
	.ContentPane{
		border:none;
		margin:0;
		padding:0;
		width:100%;
		background-color:#874E27;
		}
				

#bottomContent{
	height:188px;
	margin: 10px 0 10px 0;
	}
	
	#gifts{
	}
	
	#diamondLife{
	}
/*-------------- Footer Style --------------*/

.footer,a.footer:link,a.footer:active,a.footer:visited,#footerLinks a:link, #footerLinks a:visited { color:#FFFFFF; font-size:12px;}
a.footer:hover{color:#FFCC33;}
	
#footerLinks{
	margin: 30px 0 10px 0;
	height:50px;
	 color:#FFFFFF;
}

#footerLogo{
	margin: 40px 0 10px 0;
	background:url(images/FooterLogo.png) top center no-repeat;
	height:125px;
}

#credits{
	height:50px;
}

#bottomSpacer{
	height:50px;

}


