/*
      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 { color:#333333;}
img {border:0;}
body {
 font-family:Tahoma, Arial, sans-serif;
 font-size: 13px;
 background-color:#2d0000;
 background-image:url(images/bg.jpg);
 background-position:top center;
 background-attachment:fixed;
}
#wrapper { 
 margin: 0px auto;
 width: 950px;
 border-style:solid;
 border-color:#760000;
 border-width: 0px 5px 5px 3px;
}
#faux {
 background: url(faux-2-3-cols.gif);
 background-color:#FFFFFF;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 950px;
 height:150px;
 margin: 0px 0px 0px 0px;
 background: #D1DBDB;
 background-image:url(images/header-bg.jpg);
 background-repeat: no-repeat;
}
#navigation {
 color: #fff;
 text-align:right;
 display:block;
 height:40px;

}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 480px;
 float: left;
 background-color:#ffffff;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 208px;
 display: inline;
 position: relative;
 background-color:#fff;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 184px;
 float: right;
  background-color:#fff;
}
#footer { 
 width: 930px;
 text-align:right;
 font-size:9px;
 clear: both;
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 background-image:url(images/footer-bg.gif);
 background-position:bottom left;
 background-repeat:repeat-x;
}
.clear { clear: both; background: none; }

 .thumbnail
{
float: left;
width: 118px;
min-height:300px;
border: 1px solid #999;
margin: 0 9px 15px 9px;
padding: 2px;
}

h2 { background-color:#b70908; color:#FFFFFF; font-weight:normal; letter-spacing:1px; padding:2px 0 5px 5px; background-image:url(images/h2-logo.gif); background-position:right top; background-repeat:no-repeat; font-size:16px;}
h3 {background-color: #999999; color:#FFFFFF; font-weight:normal; letter-spacing:1px; padding:2px 0 5px 5px;  font-size:14px;}
#box { width:100%;  display: inline;
 color: #333;
 margin: 0px 0 20px 0;
 padding: 0px;
 float: left;
 border:2px solid #990000;
 background-color:#ebebeb;}
 
 #dot-line { background-image: url(images/dot_line.gif); height:3px; margin-bottom:3px; background-repeat:repeat-x; width:100%;}
 
 
