/*
      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: #000000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #FFFFFF;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ff0000;
 height: 140px;
 margin: 10px 0px 5px 0px;
 background-image : url(images/header.jpg);
}
#text { 
 width: 900px;
 clear: both;
 color: #fff;
 border: 1px solid #ff0000;
 background: #000000;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 text-align: center;
}
#navigation {
 float: left;
 width: 900px;
 color: #000000;
 padding: 10px;
 border: 1px solid #ff0000;
 margin: 0px 0px 5px 0px;
 background: #ff0000;
 text-align: center;
}
#leftcolumn { 
 color: #fff;
 border: 1px solid #ff0000;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 330px;
 width: 410px;
 float: left;
 background: #FFFFFF;
 text-align: center;
}
#rightcolumn { 
 float: right;
 color: #fff;
 border: 1px solid #ff0000;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 330px;
 width: 460px;
 display: inline;
 background: #000000;
 text-align: center;
}
#footer { 
 width: 900px;
 clear: both;
 color: #fff;
 border: 1px solid #ff0000;
 background: #ff0000
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: right;
}
a.main-link:link { color: #ffffff; font-weight: bold;}
a.main-link:visited {  color: #ffffff; text-decoration: none; font-weight: bold;}
a.main-link:link { color: #ffffff; 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: #FFFFFF; text-decoration: none; font-size:14px; font-weight: bold;}

a.main-header:link { color: #0b79f6; font-size:16px;}
a.main-header:visited {  color: #0b79f6; text-decoration: none; font-size:16px;}
a.main-header:link { color: #0b79f6; text-decoration: none; font-size:16px;}
a.main-header:hover { color: #9c0001; text-decoration: none; font-size:16px;}
