/*
      Created by Avalon Rose Design www.theavalonrose.com
	  
*/

html, body {
  margin: 0px;
  padding: 0px;
} 
  
body {
background: url(images/bg.jpg) repeat top center; 
margin:0 auto;
text-align: center;
color: darkolivegreen;
font-family: "Palatino Linotype", Book Antiqua3, Palatino6,Times New Roman,  serif
}
 
 h1{
 color: darkolivegreen;
 }
 
img {
display:block;
}

#header-wrapper {
  width:1000px;
  height:350px;
  background: url(images/header.jpg);
  margin:0 auto 0px;
  text-align:center;
  }

#outer-wrapper {
  width: 1000px;
  background: #fcefce;
  margin:0 auto;
  padding:0px;
  text-align:left;

  }

#main-wrapper {
  width: 750px;
  margin-right: 50px;
  float: right;
  word-wrap: break-word; 
  overflow: hidden;
    
  }
  
#innermain-wrapper{
  width: 700px;
  margin: 25px;
  
}

.followmain-wrapper{
  width: 700px;
  margin-left: 220px;
  }

.photo{
 float: left;
 width: 350px;
 margin-left: 50px;
 }
 
 .mainwrapper-text{
 float: right;
 width: 100px; 
 text-align: left;
 height: 300px;
 padding-top:175px;
 
 }
 
#about{
 float: right;
 width: 600px;
 margin-right: 100px;
 text-align: left;
 padding-top: 75px;
 }
 
#contactme{
 float: right;
 width: 600px;
 margin-right: 100px;
 text-align: left;
 padding-top: 75px;
 }
 
.text{ 
 float: right;
 width: 200px;
 margin-right: 100px;
 text-align: left;
 height: 300px;
 padding-top: 175px;
 }
 
.tmtext{ 
 float: right;
 width: 200px;
 margin-right: 100px;
 text-align: left;
 height: 50px;
 padding-top: 50px;
 } 

#left-sidebar-wrapper { 
 width: 220px; 
 float: left;
 word-wrap: break-word;  
 overflow: hidden;
 text-align:left;
 margin:0 auto;

   }
   
   
 #mainphoto{
 float: right;
 margin-right: 250px;
 }


 .linkbody{ 
 float: right;
 width: 700px;
 margin-right: 80px; 
 }
 
 
 .outerpic{
  float: right;
  margin-right: 350px;
  width: 530px;
  
  }
  
.middle       {vertical-align: middle; }
  
   .links {
   padding-left: 10px;
   }
 
 #footer {
  width:1000px;
  height:116px;
  background: url(images/footer.jpg);
  clear:both;
  margin:0 auto;
  text-align:center;

}

 #copy {
 line-height: 1.6em;
  letter-spacing:.1em;
  font-size:10px;
  margin-top:40px;
  text-align:center;
  font-size:xx-small
 }


.clear {
clear:both;
}
 
 
a:link              {text-decoration:none; }
 
