	/*
		  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: #E7DBD5;
	}
	a { text-decoration:none;}
	a:hover {text-decoration: underline;}	
	
	#wrapper { 
	 margin: 0 auto;
	 /*width: 922px;*/
	 width:935px;
	}
	/*  -------------------------------------------------------------------------------------
		MAIN TEXT, EVERYTHING UNDER BANNER LINKS
		-------------------------------------------------------------------------------------*/
	#wrapper_inner { 
	 width: 922px;position:relative;top:0px; 	
	}
	
	#header {
	 color: #333;
	 width: 900px;
	 float: left;
	 padding: 10px;
	 border: 1px solid #ccc;
	 height: 100px;
	 margin: 10px 0px 5px 0px;
	 background: #BD9C8C;
	}
	#header2
	{
	 width: 935px;
	 height: 121px;
	 float: left;
	}
	#leftcolumn { 
	 color: #333;
	 border: 1px solid #ccc;
	 /*background: #E7DBD5;*/
	 background: #BD9C8C;
	 margin: 0px 5px 5px 0px;
	 padding: 10px;
	 /*height: 350px;*/
	 /*width: 195px;*/
	 width:145px;
	 float: left;	 
	}
	#rightcolumn { 
	 float: right;
	 color: #333;	
	 border: 1px solid #ccc;
	 background: white;
	 margin: 0px 0px 5px 0px;
	 padding: 10px;
	 width:725px;
	 display: inline;
	}
	#footer { 
	 width: 900px;
	 clear: both;
	 color: #333;
	 border: 1px solid #ccc;
	 background: #BD9C8C;
	 margin: 0px 0px 10px 0px;
	 padding: 10px;
	 text-align: right;
	 font-size:x-small
		}
	#divCookieCrumbs 
	{
		}	
	#divCommentsSection_MAIN
	{	width:720px;		
	    padding-left:5px;
	}
	#divCommentsSection_INDIVIDUAL_bg01
	{   border: 1px solid black;		
	    padding:10px;		
	    background-color:#FFDD77;	    
	}
	#divCommentsSection_INDIVIDUAL_bg02
	{   border: 1px solid black;				
		padding:10px;		
		background-color:#DDDDDD;		
	}	

	
	.imgBannerLinks A:link {text-decoration: none; color:White;}	
	.imgBannerLinks A:visited {text-decoration: none; color:White;}
	.imgBannerLinks A:active {text-decoration: none; color:White;}
	.imgBannerLinks A:hover {text-decoration: underline; color: yellow;}	
	/*#divInnerBannerBOX { max-width:700px; position:relative;left: 22px;top:95px; z-index:5}	*/
	#divInnerBannerLINK 
		{	max-width:700px; 
			color:white; 
			position:relative;
			/*left: 50px;*/
			left: 40px;
			/*top:77px; */
			top:15px; 
			z-index:2; 
			font-weight:bold;
			font-size:13px;
		}
	
	 table.clLinksBoxes {
	        border-width: 0px 0px 0px 0px;
	        border-spacing: 3px;
	        border-style: outset outset outset outset;
	        border-color: gray gray gray gray;
	        border-collapse: collapse;
	        background-color: white;
        }
	 table.clLinksBoxes th {
	        border-width: 1px 1px 1px 1px;
	        padding: 1px 1px 1px 1px;
	        border-style: solid solid solid solid;
	        border-color: blue blue blue blue;
	        background-color: rgb(255, 245, 238);
	        -moz-border-radius: 0px 0px 0px 0px;
        }
	 table.clLinksBoxes td {
	        border-width: 1px 1px 1px 1px;
	        padding: 1px 1px 1px 1px;
	        border-style: solid solid solid solid;
	        border-color: #BD9C8C #BD9C8C #BD9C8C #BD9C8C;
	        background-color: black;
	        -moz-border-radius: 0px 0px 0px 0px;
        }
