/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

	Danny's Blog CSS
	Author: Danny Burns & Noah Hurst
	Created: 5.17.07
	
	Notes: This is my first attempt at CSS. Most of the code is from Noah and the net.
	None of these images or code can be used without permission.
	Please email dburns@redeyedesignco.com

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #88230C;
}
	
	#container {
	position:relative; /* needed for footer positioning*/
	margin:-20px auto; /* center, not in IE5 */
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    width:700px;
	background:#C9AF8E;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
		
	#header {
	background-image: url(http://www.redeyedesignco.com/blogger/dev/images/header.jpg);
	height: 174px;
	}
		
	#banner {
	background: url(http://www.redeyedesignco.com/blogger/dev/images/banner.png) no-repeat top left !important;
	background: url(http://www.redeyedesignco.com/blogger/dev/images/banner.gif) no-repeat top left;
	height: 276px;
	position: absolute;
	left: 10px;
	top:28px;
	width: 678px;
	z-index: 3;
	}
	
	#main {
	float: left;
    width: 450px;
	padding-top: 75px;
	padding-left: 15px;
	padding-right: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
	margin-right: 0px;
	text-align: left;
	background:#FDF7D9;
	//height: 100%;
	}

    #sidebar {
    float: right;
    width: 145px;
	margin-left: 15px;
	margin-right: 5px;
    padding-top: 75px;
    padding-left: 5px;
    padding-right: 35px;
	text-align: left;
	height: 100%;
	}

  #footer {
	clear: both;
    width: 100%;
	background-image: url(http://www.redeyedesignco.com/blogger/dev/images/footer.jpg);
	height: 52px;
	border-top: 1px solid #6B0000;
	}