/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

#wrapper-letter{ 
 margin: 0 auto;
 width: 950px;
 height: 1367 px;
}
#header {
 color: #333;
 border-left: 1px solid;
 border-left-color: #bbb;
 width: 949px;
 float: left;
 padding: 0px;
 height: 15px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 background-image:url('../vet/images/header_ds.jpg');
 background-position: right;
 background-repeat: no-repeat;
}

#body-head { 
position: absolute;
top: 10px;
left: 358px;
  }
  
#leftcolumn { 
 color: #333;
 background: #FFFFFF;
 /*background-image:url('./body_head.jpg');
 background-position: top left;
 background-repeat: no-repeat;*/
 margin: 0px 0px 0px 0px;
 border-left: 1px solid;
 border-left-color: #bbb;
 padding-top: 150px;
 height: 1176px;
 width: 876px;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #333;
 background: #E7DBD5;
 background-image:url('../vet/images/rc_ds.jpg');
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 1326px;
 width: 13px;
 display: inline;
 position: relative;
}

#content-letter{
 position: relative;
 padding-right: 80px;
 padding-left: 80px;
 height:80%;
 width: 85%;
 font-size: 115%;
}

#footer-balls { 
 position: absolute;
 top: 1160px;
 left: 380px;
}
  
#footer { 
 width: 100%;
 clear: both;
 color: #333;
 background: #FFFFFF;
 background-image:url('../vet/images/footer_ds.jpg');
 background-position: top;
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
 padding-top: 8px;
 padding-bottom: 4px;
 height: 20px;
}

#copyright {
color:#888;
text-align: center; 
font-size: 83%;
}
