*
{
	margin: 0;
	padding: 0;
}



	html
	{
		height: 100%;
		
	}


#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}

body
{
	height: 100%;
	background-color:#000;
	dbackground-image: url(gold.jpg);
	background-position:top center;
	background-repeat: repeat-y;
	color: #000;
	dline-height: 1.2em;
	font-family: garamond, verdana, arial, sans-serif;
	dfont-size: 55%;
	text-align: center;
}

#page
{
	width: 756px;
	margin: auto;
	min-height: 100%;
	text-align: center;
	border-left:3px solid #c93;
border-right:3px solid #c93;
border-top:3px solid #c93;
background:#fff;
}

* html #page
{
	height: 100%;
	dpadding-left:1px;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}




/* HEADER */


#header{
	dbackground:#fce;
	height:214px;
	border-top:1px solid black;
	width:756px;
	
	}

#logo{
	margin-top:5px;
	margin-bottom:5px;
}





/* CONTENT */

#content
{
	padding-bottom: 70px;
	gwidth:756px;
}

#contentMain
{
	edisplay: inline;
	dclear: both;
	float: left;
	margin-top: 0;
	dmargin-left: 41px;
	width: 450px;
	}
	

#heading{
	font-weight:bold;
	font-size:16pt;
	color:#c93;
}

#blurb{
	margin-top:20px;
	text-align:justify;
	font-size:13pt;
	margin-left:25px;
}	




/* SUBCONTENT */

#contentSub
{
	margin:0;
	padding:0;
	edisplay: inline;
	float: right;
	dwidth: 220px;
	emargin-right: 25px;
    dbackground:blue;
	}



















/* FOOTER */

#footer
{
	height:80px;
	position: relative;
	margin: -50px auto 0 auto;
	width: 756px;
	margin-left: 25px;
	background-color: #000;
	border-bottom:3px solid #c93;
	font-size: 85%;
	dcolor: #A6B8CA;
color:#c93;
	text-align: left;
	line-height: 1.5em;
	margin:auto;
	border-left:3px solid #c93;
	border-right:3px solid #c93;
border-top:1px solid #c93;
}

	* html #footer
	{
		margin-top: -50px;

	}

	#footer a{
	margin-left:14px;
	text-decoration:none;
	color:#fff;
}

#footer a:hover{
	text-decoration:underline;
}




#top{
	height:20px;
	background:#000;
	dborder-bottom:2px solid #c93;

	width:756px;}


#NavBar{

	margin:auto;
	hwidth:756px;
height:20px;
background-color:black;
padding:0px;
}

#NavB{
font-family: arial, helvetic;
line-height:normal;
font-size:12px;
font-weight:bold;

}

#NavB ul{
list-style:none;
margin:0;
padding:0;
width:126px;
float:left;
height:20px;
}

#NavB a{
display:block;
border-bottom:2px solid #000;
margin:0;
padding:7px;
color: #000;
background: url(Nav.gif) repeat-x;
text-decoration: none;
text-align: center;
}


#NavB ul ul a{
color:#fff;
text-decoration: none;		
font-weight:normal;
text-align: center;
background:#000;
}


#NavB a:hover {
color: #fc3;
background: #000;
}


#NavB li {position: relative;

	}

#NdvB ul ul ul {
position:absolute;
top:0;
left:100%;
width:126px;
z-index:200;}


/*
#NavB ul ul {
	hposition:absolute;
	jz-index:500;
	ktop:auto;
width:126px;
}
*/

div#NavB ul ul {display: none;}

div#NavB ul ul,
div#NavB ul li:hover ul ul,
div#NavB ul ul li:hover ul ul
{display: none;}

div#NavB ul li:hover ul,
div#NavB ul ul li:hover ul,
div#NavB ul ul ul li:hover ul
{display: block;}

