*{ 
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
  }

a img{
	text-decoration: none;
	border: none;
	}

h1 {
	font-weight: bold;
	font-size: small;
	color: #8b0f04;
	font-family: Century Gothic, Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	padding: 0;
	
}
#container{
	background-color: white;
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
}
#header{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-image: url(templates/93982/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url(templates/93982/bg_content.gif);
	background-repeat: repeat-y;
	text-align: left;
}


#footer{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-top: 10px;
	background-image: url(templates/93982/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#accordion {
	background-image: url(templates/93982/acc_menu_bg_1.gif);
	background-repeat: none;
	width: 185px;
	height: 195px;
	margin-left: 3px;
	margin-top: 20px;
}

#accordion h2 {
	background-image: url(templates/93982/accordion_head_nsel.gif);
	background-repeat: repeat-x;
	margin:0;
	width: 181px;
	height: 21px;
	font-size:1em;
	font-weight: bold;
	cursor:pointer;
	font-family: Century Gothic, Lucida Sans,Verdana,Helvetica,  Arial, sans-serif;
	text-align: right;
	color:#8b0f04;	
}

#accordion h2.current {
	background-image: url(templates/93982/accordion_head_nsel.gif);
	background-repeat: repeat-x;
	cursor:default;
	background-color:#fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#accordion div.pane {
	display:none;
	padding-left:10px;
	color: #8b0f04;
	font-size:1em;
	height: 125px;
	margin: 0;
}

#accordion div.pane a {
	text-decoration: none;
	color: #8b0f04;
	font-size:0.9em;
	font-family: Century Gothic, Lucida Sans,Verdana,Helvetica,  Arial, sans-serif;
}


