/* * {margin:0; padding:0; } */

body, html {
	margin:0;
	padding:0;
}

body {
/*
	background:#7e1011 url(../images/site/body_bg_christmas.jpg) top center repeat-y; 
*/
	background:#8e3160 url(../images/site/body_bg.jpg) top center repeat-y; 
	font-family:Arial, Helvetica, sans-serif;
}

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

#pagebg {
/*
	background: url(../images/site/site_bg_christmas.jpg) no-repeat top;	
*/
	background: url(../images/site/site_bg.jpg) no-repeat top;	
	min-height:1100px;	
	width:100%;
}
* html #pagebg { /* hack for IE6 */
	height:1100px;	
}

#wrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
	padding-top:50px;
}

#header {
	background:#21080c;
}

#logo {
	display:none;
	visibility:collapse;
}

/*------------------- NAVBAR -------------------*/
#navcontainer {
	position:relative;
	z-index:2;			/* necessary for IE6 if you want dropdowns  */
	border-top:solid 3px #21080c;
	border-bottom:solid 1px #21080c;
	padding:0;
	height:2.5em;
	
	font-size:11px;
	color:#000;
	font-weight:bold;
	
	background:url(../images/site/navBar_bg.jpg) repeat-x;
}

ul#navlist {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#navlist li {	
	border-right:1px solid #000;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
}
ul#navlist li a {
	color:#000;
	line-height:1.5em;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:.5em 0.75em;
}
ul#navlist li a:hover {
	background-color:#6b1644;
	color:#fff;
}
#navlist li.current_page_item {
	background:#913264;
	color:#FFF !important;
}


/*------------------- CONTENT AREAS -------------------*/
#container {
	padding:30px 20px 10px 20px;
	background: url(../images/site/container_bg.jpg) top no-repeat;
	min-height:400px;
}
* html #container { /* hack for IE6 */
	height:400px;
}

#content {
	background:#fff;	/* necessary so Dreamweaver shows table borders in GUI */	
}

/*------------------- FOOTER -------------------*/
#footer {
	width:910px;
	margin:0 auto;
	padding:10px 20px;
	font-size:8pt;
	color:#6d5462;
}

#footer a:link, #footer a:visited {
	color:#6d5462;
	text-decoration:none;
}

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