/*
      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;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

br {
	clear: left;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 5px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 5px;
}

p {
  margin-bottom: 20px;
}

li {
  list-style-type: square;
  margin-left: 30px;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: white;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #F2F2E6;
}
#navigation {
 float: left;
 width: 920px;
 color: #333;
 padding: 0px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #000000;
 
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 min-height: 350px;
 height: expression(document.getElementById('rightcolumn').offsetHeight-22);
 width: 195px;
 float: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 350px;
 width: 678px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #ffffff;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 background: black url(blockdefault.gif) center center repeat-x;
 font-size: 10px;
 text-align: center;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(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 .last, .solidblockmenu a .last{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: none;
}


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

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

.solidblockmenu li .lastcurrent{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}

