/******************************************/
/* 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 {
}

#container {
	margin: 35px auto 0px auto;
	padding: 0px 11px 50px 12px;
	text-align: left;
	width: 967px;
}

#wrapper {
}

/* header */

#header {
	float: left;
	width: 100%;
	height: 122px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* navigation */

#navigation {
	position: relative;
	clear: both;
	float: left;
	width: 879px;
	height: 47px;
	margin: 0px 0px 0px 0px;
	padding: 0px 44px 0px 44px;
}

/* main-content */

#main-content {
	float: left;
	display: inline;
	width: 904px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 63px;
}

/* utility */

#utility {
	display: none;
}

/* footer */

#footer {
	clear: both;
	width: 839px;
	padding: 30px 35px 30px 93px;
}