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


  
body {
background: #000000 url(/images/main.jpg) repeat-y fixed center;;
background-image: url(/images/main.jpg) repeat-y fixed center;
margin:0 auto;
text-align: center;
color: #cccccc;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
}

.style2 {
color: #eda83c;
font-size:12px;
}

a:link {color:#489dce; text-decoration:none;}
a:visited {color:#489dce;}
a:hover {color:#ffffff; text-decoration:underline;} 
a:active {color:#489dce;} 
  
img {
display:block;
}
a img { border:none; } 

#header-wrapper {
  width:950px;
  height:404px;
  background: url(/images/header.jpg);
  margin:0 auto 0px;
  text-align:center;
  }

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

  }

#main-wrapper {
  width: 720px;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;
    
  }

#left-sidebar-wrapper { 
 width: 200px; 
 float: left;
 word-wrap: break-word;  
 overflow: hidden;
 text-align:center;
 margin:0 auto;

   }
 
 #footer {
  width:950px;
  height:404px;
  background: url(/images/bottom.jpg);
  clear:both;
  margin:0 auto;
  text-align:center;

}

 #copy {
 line-height: 1.6em;
  letter-spacing:.1em;
  font-size:10px;
  text-align:center;
  font-size:xx-small
 }


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