/*
      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
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: center;
 

}

A {
	FONT-SIZE: 75%;
	TEXT-DECORATION: none;
}

td.test1 {padding: 0.5cm}

p { color: #333333;
}

#wrapper { 
 margin: 0px auto;
 width: 900px;
 text-align: left;

}

td#right
{ padding: 10px }

#header {
 border-left: 1px solid #FFF;
 border-right: 1px solid #FFF;
 color: #333;

 padding: 0px;
 
 width: 900px;
 height: 220px;
 margin: 0px 0px 0px 0px;
 background: #FFF;
}
#leftcolumn { 
 
 border-left: 1px solid #FFF;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
height: 400px;
 width: 220px;
 float: left;
}
#rightcolumn { 

 height: 400px;
border-right: 1px solid #FFF;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 15px;
 float: right;
 width:640px;



 display: inline;
}
#footer { 

 border-left: 1px solid #FFF;
 border-right: 1px solid #FFF;
 
 
}