/*
      Created by Lavender Moon
	  
*/

html, body {
margin: 0px;
padding: 0px;
}
  
  body {
	background: #271844 url(images/paintedfiligree/middle.jpg) repeat-y center;
	margin:0 auto;
	text-align: center;
	background-color: #271844;
  }
  
  img {
  display:block;
  }
  
  #top-wrapper {
background: #271844;
height:35px;
margin: 0 auto;
text-align:center;
}

#top-links-wrapper {
width:960px;
margin:0 auto;
text-align:center;
}

#search-wrapper {
float:left;
width:220px;
padding-top:7px;
color: #cccccc;
text-align:left;
font-size:14px;
}


#top-links {
width:700px;
text-align:right;
padding-right:7px;
float:right;
}

#top-links a {
  border-bottom: 1px dotted #cccccc;
  text-decoration: none;
  color: #cccccc;
}

  #header-wrapper {
  width:960px;
  height:300px;
  margin:0 auto 0px;
  text-align:center;
  background: url(images/paintedfiligree/header.png);
  }

  #outer-wrapper {
  width: 1000px;
  margin:0 auto;
  padding:0px;
  text-align:left;
  }

  #main-wrapper {
	width: 740px;
	margin-right: 30px;
	float: right;
	word-wrap: break-word;
	overflow: hidden;
  }

  #left-sidebar-wrapper {
	width: 220px;
	float: left;
	word-wrap: break-word;
	overflow: hidden;
  }
   
 
 .links {
 padding-left:25px;
 }

 .clear {
 clear:both;
 }

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Century Gothic, sans-serif;
	font-size: 10px;
	color:#42D1CA;

}

#legal a {
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

 

 
