/* Default CSS */

html { overflow-y:scroll; }
a {outline:none;}
a img {outline:none;}
img {border:0;}


body { 
margin:0px;
padding:0px;
text-align:left;
font-family: 'Raleway', sans-serif;
font-size:8pt;
font-color:#000000;
background-color:#e8e8e8;
background-image:url(../_images/lace.png);
background-repeat:repeat;
      }

#container {
     position:relative;
     width:1000px;
     height:2000px;
     text-align:left;
     margin:0 auto;
	border-color: #630000;
	border-style: double;
	border-width: 5px;
	 z-index:1;
      }
	  	 
#header1   {
	position: absolute;
	top: 94px;
	left: 235px;
	width: 800px;
	height: 50px;
	text-align: center;
font-family: 'Raleway', sans-serif;
	font-size: 45pt;
	font-color: #000000;
	z-index: 3;
}
	 
#header2   {
	position: absolute;
	top: 183px;
	left: 273px;
	width: 600px;
	height: 25px;
	text-align: right;
font-family: 'Raleway', sans-serif;
	font-size: 14pt;
	font-color: #000000;
	z-index: 3;
}
	 
#bar  {
	position: absolute;
	top: 210px;
	left: 105px;
	height: 25px;
	width: 700px;
	z-index: 19;
     }
       
#bkgd  {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:1225px;
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	z-index:2;
     } 

#title {
	position: absolute;
	top: 285px;
	left: 125px;
	height: 50px;
	width: 750px;
font-family: 'Raleway', sans-serif;
	font-size: 24pt;
	color: #000;
	text-align: center;
	z-index: 4;
}

#content {
	position: absolute;
	top: 375px;
	left: 150px;
	height: 150px;
	width: 700px;
font-family: 'Raleway', sans-serif;
	font-size: 12pt;
	color: #000;
	text-align: center;
	z-index: 27;
}
	 
#accordion  {
	position:absolute;
	top:550px;
	left:125px;
	width:750px;
	height:350px;
	color:#000000;
font-family: 'Raleway', sans-serif;
	font-size:10pt;
	text-align:left;
	border-color:#f15f38;
	border-style: double;
	border-width:0px;
	z-index:20;
     }

#footer  {
	position: absolute;
	top: 1900px;
	left: 350px;
	width: 300px;
	height: 25px;
	font-size:10px;
	text-align: center;
	color: #000000;
	border-color: #FF0000;
	border-style: solid;
	border-width: 0px;
	z-index: 26;
     }

#mm  {
	position: absolute;
	top: 1925px;
	left: 350px;
	width: 200px;
	height: 20px;
	text-align: left;
	color: #000000;
	border-color: #FF0000;
	border-style: solid;
	border-width: 0px;
	z-index: 60;
     }  
