/*
      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: 10px;
background-image: url(images/bg.gif);
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #000;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #000000;
 height: 230px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
 background-image: url(images/top.jpg);
 text-align:right;
}
#leftcolumn { 
 color: #000;
 border: 1px solid #000000;
 background: #ffe5b3;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 330px;
 width: 678px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #000;
 border: 1px solid #000000;
 background: #a26b00;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 330px;
 width: 195px;
 display: inline;
}
#leftcolumn1 { 
 color: #000;
 border: 1px solid #000000;
 background: #a26b00;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 330px;
 width: 195px;
 float: left;
}
#rightcolumn1 { 
 float: right;
 color: #000;
 border: 1px solid #000000;
 background: #ffe5b3;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 330px;
 width: 678px;
 display: inline;
}
#content { 
 width: 900px;
 clear: both;
 color: #000;
 border: 1px solid #000000;
 background: #ffe5b3;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 float: left;
 }
 #content1 { 
 width: 900px;
 clear: both;
 color: #000;
 border: 1px solid #000000;
 background: #a26b00;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 float: left;
 }
#navigation { 
 width: 900px;
 clear: both;
 color: #000;
 border: 1px solid #000000;
 background: #da9000;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 text-align:center;
}
#footer { 
 width: 900px;
 clear: both;
 color: #000;
 border: 1px solid #000000;
 background: #da9000;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 text-align:right;
}
a.main-link:link { color: #000000; font-weight: bold;}
a.main-link:visited {  color: #000000; text-decoration: none; font-weight: bold;}
a.main-link:link { color: #000000; text-decoration: none; font-weight: bold;}
a.main-link:hover { color: #FF0000; text-decoration: none; font-weight: bold;}

a.main-navi:link { color: #000000; font-size:14px;}
a.main-navi:visited {  color: #000000; text-decoration: none; font-size:14px; font-weight: bold;}
a.main-navi:link { color: #000000; text-decoration: none; font-size:14px; font-weight: bold;}
a.main-navi:hover { color: #FF0000; text-decoration: none; font-size:14px; font-weight: bold;}

a.main-header:link { color: #FF0000; font-size:16px;}
a.main-header:visited {  color: #FF0000; text-decoration: none; font-size:16px;}
a.main-header:link { color: #FF0000; text-decoration: none; font-size:16px;}
a.main-header:hover { color: #da9000; text-decoration: none; font-size:16px;}
