/*
      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: 12px;
 background: white url(images/bg.gif);
 background-repeat:repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 border: 1px solid #ccc;
}
#faux {
 background: url(faux-2-3-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 900px;
 height: 150px;
 margin: 0px 0px 0px 0px;
 background: url(images/header.jpg);
 background-repeat:no-repeat;
}
#navigation {
 color: #333;
 background: #ABBEBE;
}
#leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 100px;
 float: left;
 background-color:#000;
 height:700px;
}
#content { 
 float: left;
 color: #fff;
 width: 700px;
 display: inline;
 position: relative;
 background:#000;
 height:700px;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #fff;
 padding: 0px;
 width: 100px;
 float: right;
 background-color:#000;
 height:700px;
}
#footer { 
 width: 880px;
 clear: both;
 color: #fff;
 background: #980E10;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align:center;
}
.clear { clear: both; background: none; }

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
border: 1px solid #fff;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}


#gallery {
float: left;
 color: #333;
 width: 900px;
 display: inline;
 position: relative;
 background:#000000;
 height:510px;
}



