/*
      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-image: url("images/background.jpg");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: center center;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #000;
 height: 95px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
 background-image: url("images/header.jpg");
 background-repeat: no-repeat;
 background-position: center center;
}
#leftcolumn { 
 color: #333;
 border: 2px solid #222;
 background: #7D9C9F;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 170px;
 float: left;
 background-image: url("images/leftcolumn-background.jpg");
 background-repeat: repeat-y;
 background-position: center center;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 2px solid #222;
 background: #333333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 698px;
 display: inline;
 position: relative;
}
#rightcolumn-home { 
 float: right;
 color: #333;
 border: 2px solid #222;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 698px;
 display: inline;
 position: relative;
 background-image: url("images/home-background.jpg");
 background-repeat: repeat-y;
 }
#rightcolumn-cm { 
 float: right;
 color: #333;
 border: 2px solid #222;
 background: #333333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 698px;
 display: inline;
 position: relative;
 overflow:auto;
}
#rightcolumn-trailers { 
 float: right;
 color: #333;
 border: 2px solid #222;
 background: #dddddd;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 698px;
 display: inline;
 position: relative;
 overflow:auto;
 }

