/* 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;
      }
	  	 
#bkgd  {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:1225px;
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	z-index:2;
     } 

#sliderborder {
	position: absolute;
	border-color: #630000;
	border-style: double;
	border-width: 5px;
	top: 390px;
	left: 150px;
	width: 700px;
	height: 321px;/* Make it the same size as your images */
	margin: 0 auto;/*make the image slider center-aligned */
	z-index: 30;
}

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

#text1  {
	position:absolute;
	top:800px;
	left: 150px;
	width: 700px;
	height:250px;
	text-align:left;
font-family: 'Raleway', sans-serif;
	font-size:12pt;
	color:#000000;
	border-color:#FF0000;
	border-style:solid;
	border-width:0px;
	z-index:20;
     }  

#text2  {
	position:absolute;
	top:1050px;
	left: 150px;
	width: 700px;
	height:700px;
	text-align:left;
font-family: 'Raleway', sans-serif;
	font-size:14pt;
	color:#000000;
	border-color:#FF0000;
	border-style:solid;
	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;
     }  
