html {
	background: url(images/site-background.png) #8c603d;
	}

body {
	background: url(images/background.png) no-repeat center top;
	display: table;
	width: 100%;	
	}

.column {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	.alpha { /*First column in a row*/
		margin-left: 0;
		padding-left: 10px;
		}

	.omega { /*Last column in a row*/
		margin-right: 0;
		padding-right: 10px;
		}
	
.morelink {
	text-align: right;
	}
	
img.thumb {
	float: left;
	margin-right: 5px;
	width: 70px;
	}
	
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}
	
#header {
	margin-top: 10px;
	}

	#logo {
		background-color: #f8f08c;
		float: left;
		margin-bottom: 10px;
		padding: 10px 10px 5px 10px;
		width: 200px;
		}

	#navigation {
		background-color: white;
		float: right;
		height: 25px;
		overflow: hidden;
		padding: 10px;
		width: 700px;
		}
		
	#navigation a:hover img {
		position: relative;
		top: -46px;
		
		}

	#art {
		background-color: white;
		float: right;
		padding: 0 10px 10px 10px;
		width: 700px;
		}

#content-top {
	background: url(images/container-background-top.png) no-repeat;
	height: 56px;
	margin-top: 10px;
	width: 940px;
	}
	
#content {
	background: url(images/container-background.png) repeat-y;
	float: right;
	width: 940px;
	}	

	#notice {
		background-color: #fff6e7;
		border: solid 1px #ffc96b;
		padding: 10px;
		margin-bottom: 10px;
		}
		
	#mainspace {
		width: 430px;
		}
		
	#mainspace-wide {
		width: 685px;
		}
		
	#contact-mainspace {
		padding-left: 100px;
		width: 575px;
		}
		
		#twitter {
		background: url(images/twitter.png) top right no-repeat #fff6e7;
		padding: 10px;
		}	
		
	#newsitems {
		width: 230px;
		}
		
	#newsitems a:hover img {
		outline: #FF9933 solid thin;
		}

		#gallery img {
			width: 100px;
		}
		
	#sidebar {
		float: right;
		width: 210px;
		}
		
	#footer {
		background: url(images/footer-background.png) no-repeat;
		margin-bottom: 20px;
		margin-top: 10px;
		padding: 15px 12px 0 17px;
		width: 910px;
		}

	#footer img {
		bottom: -2px;
		position: relative;
		}

	

