/*
Website Template, v1.0

Media: Screen
Author: Mike Harding @ Sneak
*/

body {
	/*background: #000 url(../images/background.jpg) center 0 no-repeat;*/
	background-color:#000000;
	}

#container {
	width: 730px;
	margin: 42px auto 0 auto;
	padding-bottom: 30px;
	}
#header {
	width: 580px;
	position: relative;
	height: 126px;
	background: #f9d6a5 url(../images/page-header.jpg) 0 0 no-repeat;
	padding-top: 1px;
	}
	#logo {
		position: absolute;
		top: -30px;
		right: -25px;
		}

#main {
	width: 580px;
	background: #f9d6a5 url(../images/page-bg.jpg) 0 0 repeat-y;
	}
	#content {
		padding: 0 40px;
		}
		#content li { margin-bottom: 10px; }

#privacy-policy-title {
	margin: 35px 0 0 40px;
	width: 356px;
	overflow: hidden;
	padding: 0;
	padding-top: 58px;
	height: 0px !important; 
	height /**/:58px; /* for IE5/Win only */
	background: url(../images/privacy-policy.gif) 0 0 no-repeat;
	}
#terms-of-use-title {
	margin: 35px 0 0 40px;
	width: 324px;
	overflow: hidden;
	padding: 0;
	padding-top: 50px;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win only */
	background: url(../images/terms-of-use.gif) 0 0 no-repeat;
	}


#footer {
	width: 580px;
	height: 100px;
	background: #000 url(../images/page-footer.jpg) 0 0 no-repeat;
	padding-top: 1px;
	}
	#footer ul { margin-top: 30px; float: right; margin-right: 20px; }
	#button-terms, #button-site {
		float: left;
		display: inline;
		margin-right: 10px;
		}

/* TOOLS ------------------------------------------------- */

.clear { clear: both; }
.clearfix { zoom: 1; /* for IE7 */ }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.accessibility {
	position: absolute;
	left: -999px;
	width: 900px;
	background: none;
	}