/*
      Created by Avalon Rose Design www.theavalonrose.com
	  
*/

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: #ffffff; 
margin:0 auto;
text-align: center;
}
  
img {
display:block;
}

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

#header-wrapper {
  width:513px;
  height:114px;
  margin:0 auto 0px;
  text-align:center;
  float:left;
  }
  
#links-wrapper {
  width:485px;
  height:114px;
  margin: 0 auto;
  text-align:right;
  float:right;
}
  
  #main-wrapper {
  width: 1000px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;
  text-align:left; 
  clear:both;
  }
  
    #main-wrapper img {
  text-align:center;
  margin: 0 auto;
  }


/* Footer */

#footer {
margin:0 auto;
text-align:center;
}

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

}

#legal a {
	border-bottom: 1px dotted #666666;
	text-decoration: none;
	color: #666666;
}


.clear {
clear:both;
}
 
 
a:link              {text-decoration:none; }
 

