/******************************************/
/* CSS powered by clock - www.clock.co.uk */
/******************************************/

/**
 * structure.css

 * Change the values to alter the overall layout/structure of the Web site.
 * If you change the container width, you must also change other width values so the sum equals the conatiner value
 * Example - if this Web site is a three column layout, consisting of (going across - #navigation, #main-content, #utility), then the sum of these three columns must equal the width of the container
 */
body {
	background-color: #000000;
	background-image: url("/includes/image/background-06.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px 35px 0px 35px;
	width: 918px;
	/* min-height: 480px; */
	background-repeat: no-repeat;
}
#wrapper {
}

/* header */
#header {
	float: left;
	width: 918px;
	height: 184px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* navigation */
#navigation {
	float: left;
	width: 918px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 68px;
}
/* main-content */
#main-content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* footer */
#footer {
	clear: both;
	width: 918px;
}



/**
 * 100% #container height fix
 * Un-comment the below so the central column (#container) is 100% of screen height.
 */

/**
html {
  height: 100%;
}
body {
  height: 100%;
}
#container {
  height: 100%;
	min-height: 100%;
}
html>body #container {
	height: auto;
}
 */
