﻿/* Layout
-----------------------------------------------------*/

/* Commented backslash hack \*/
	html, body {
		height: 100%;
	}
/* End hack */

	html, body {
		margin: 0px;
		padding: 0px;
	}

/* Container for entire page */

	#wrapper {
		background: url(../Images/wrapper-bg-o.jpg);
		height: auto;
		margin: 0px auto;
		min-height: 100%;
		position: relative;
		width: 976px;
	}
	
	* html #wrapper {
		height: 100%;
	}

/* Google Adsense Blocks
-----------------------------------------------------*/

#advertising-banner {
    float:right;
    height:90px;
    padding-bottom:15px;
    padding-right:20px;
}

#advertising-menubar {
    width:120px;
    height:240px;
    margin:15px auto;
}

/* Content wrappers
-----------------------------------------------------*/

	#header, #content, #footer {
		margin: 0px 13px;
		width: 950px;
	}

/* Header
-----------------------------------------------------*/

/* Footer
-----------------------------------------------------*/

	#clearfooter {
		clear: both;
		height: 50px;
	}

	#footer {
		background-color: #e6e6e6;
		border-top: 1px solid #cccccc;
		bottom: 0px;
		color: #000000;
		left: 0px;
		position: absolute;
	}