/*
      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
	  
*/

body {
  
	background: white;
	font-size: 12pt;
	}
a { 
text-decoration : underline; 
color : #0000ff;
 }

.noprint {
    display: none;
  }
  
  
 /* #wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   } */

  
#wrapper-letter{ 
 width: auto;
 height: 1326px ;
 margin: 0 5%;
 padding: 0;
 border: 0;
 color: black;
 float: none; /*important!*/
 background: transparent none;
}
#header {
 color: #333;
 border: none;
 width: auto;
 float: none;
 padding: 0px;
 height: auto;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 background-image:url('./header_ds.jpg');
 background-position: right;
 background-repeat: no-repeat;
}

#body-head { 
position: absolute;
top: 10px;
left: 10px;
  }
  
#leftcolumn { 
 width: auto;
 border: none;
 color: #333;
 background: #FFFFFF;
 /*background-image:url('./body_head.jpg');
 background-position: top left;
 background-repeat: no-repeat;*/
 margin: 0px 0px 0px 0px;
 padding-top: 150px;
 height: auto;
 float: none;
}
#rightcolumn { 

 color: #333;
 background: #E7DBD5;
 background-image:url('./rc_ds.jpg');
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: auto;
 display: inline;
 position: relative;
}

#content-letter{
 position: relative;
 padding-right: 0px;
 padding-left: 0px;
 height: 80%;
 width: auto;
 font-size: 100%;
}

#footer-balls { 
position: absolute;
top: 1160px;
left: 10px;
  }
  
#footer { 
 width: auto;
 clear: both;
 color: #333;
 background: #FFFFFF;
 background-image:url('./footer_ds.jpg');
 background-position: top;
 background-repeat: no-repeat;
 margin: 0px 0px 0px 0px;
 padding-top: 8px;
 padding-bottom: 4px;
 height: auto;
}

#copyright {
position: absolute;
top: 1330px;
left: 380px;
width: auto;
text-align: center;
color: black; 
font-size: 83%;
}
