/*************************************************/	
/* CSS by Andrew Shanley www.andrewshanley.co.uk */
/*************************************************/	

/**
 * structure.css
 */
body {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background-image: url("/resource/image/clouds.gif");
	background-repeat: no-repeat;
	background-position: center 10px;
}
.container {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 1192px;
}

/* header */
#site-header {
	display: block;
	padding: 15px 0px 0px 0px;
}

/* navigation */
#navigation {
}

/* main-content */
section#main-content {
	margin: 0px auto 0px auto;
	display: block;
	text-align: center;
	width: 1192px;
	margin-bottom: 50px;
}

/* main-content */
aside {
	clear: both;
	background: #f1f1f1;
	background: rgba(231, 231, 231, 0.7);
	overflow: auto;
	margin: 0px 8px 0px 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.06) inset;
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.06) inset; 
	box-shadow: 0px 0px 50px rgba(0,0,0,0.06) inset;
}
aside .container {
	margin-bottom 20px;
	position: relative;
}

/* footer */
footer {
	clear: both;
	display: block;
	padding: 40px 0px 310px 0px;
	*padding: 40px 0px 310px 0px;
	_padding: 40px 0px 410px 0px;
}