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

a:link {color: #fff; text-decoration:none}
a:visited {color: #fff; text-decoration:none}
a:hover {color: #fff; text-decoration:underline}
a:active {color: #fff; text-decoration:none}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/bg.gif);
         background-repeat: repeat;
  
}
.textInput
{

background: #f2e9cc;
color: #0000000;
font-size: 1.1em;
}
#wrapper { 
 margin: 0 auto auto;
 width: 1000px;
}
#leftbar { 
float: left;
 width: 250px;
}
#rightbar { 
margin: 5px;
 float: right;
 width: 240px;
}

#header {
 width: 655px;
 padding: 10px;
 height: 138px;
 margin: 10px 0px 5px 0px;
 float: left;
}
#header2 {
 width: 305px;
 padding: 10px;
 height: 128px;
 margin: 10px 0px 5px 0px;
 float: left;
}
#navigation {
 width: 900px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 position: relative;
 height: 15px;
}


#content { 
 width: 900px;
 margin: 15px 0px 5px 0px;
 padding: 10px;
 height: 600px;


}


