
/* Layout Stylesheet */ 

body {
 margin:20px;
 background-image: url(http://www.customwoodreptilecages.com/graphics/bg01.jpg); background-repeat: repeat;
 font-family: "Verdana", sans-serif;
		font-size: 12px;
 color: #333333;
 text-align:center;
 padding:0;
 }
 

#outer {
 text-align:left;
  background:#97B3A5;
 border:2px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:194px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:25px;
 background:#4B6358;
 font-family: "Ariel", sans-serif;
		font-size: 7px;
 color: #CBDAD3;
 border:solid #000000;	
 border-width:2px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #97B3A5;
 color: #333333;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#97B3A5;
 color: #333333;
 width:198px;
 }

 div#l-col a, a:link{
		color: #4B6358;
	}
	
div#l-col a:hover, a:visited{
		color: #FFFFCC;
	}

#cont {
 float: right;
 width:550px;
 background:#CBDAD3;
 color: #4B6358;
 border:solid #000000;	
 border-width:0 0 0 2px;
 text-align:left;
 }
 
  div#cont a, a:link{
		color: #4B6358;
	}
	
div#cont a:hover, a:visited{
		color: #667953;
	}
 
 #table {
  font-family: "Verdana", sans-serif;
		font-size: 12px;
 color: #333333;
 text-align:center;
 }
 
#ftr {
 height:30px;
 background:#4B6358;
 color: #CBDAD3;
 border:solid black;
 border-width:2px 0 0 0;
 margin:0;
 clear:both;
 }
 
 div#ftr a, div#sidebar a:link, div#sidebar a:visited{
		color: #FFFFCC;
	}