/*
      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: 13px;
 background: #ECECF8;
}
#wrapper {
 margin: 0 auto;
 width: 772px;
}
#header {
 color: #333;
 width: 772px;
 float: left;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #ECECF8;
 background-image: url(img/header.png);
}
#navigation {
 float: left;
 width: 770px;
 height: 45px;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #00BFFF;
}
#leftcolumn {
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 450px;
 width: 578px;
 float: left;
 background: #CCF2FF;
}
#rightcolumn {
 float: right;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 450px;
 width: 145px;
 display: inline;
 background: #80DFFF;
}
#footer {
 width: 772px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: #ECECF8;
 background-image: url(img/footer.png);
 margin: 0px 0px 10px 0px;
 height: 50px;
}}