@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	text-align: left;
}

/* CSS Document */
#container {
	width: 968px;
	background:#000000;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;

}


#banner {
	height: 50px;
	width: 968px;
}
#main_image {
	background-image: url(images/A8OC%20Logo.jpg);
	background-color:#000;
	width: 586px;
	height: 20px;
	background-position:left;
	background-repeat:no-repeat;
	padding-top: 147px;
	padding-left: 380px;
	color:#FFF;
}
#left_column {
	float: left;
	width:158px;
	color: #FFF;
}

#column_container {
	float: left;
	width: 809px;
}
#right_column {
	float: right;
	width: 158px;
	font-size: small;
}
#centre_column {
	width: 632px;
	margin-left: 10px;
}

background{
	background-color: #000;
	background-image: url(images/border.jpg);
}
#webgallery {
	height: 475px;
	width: 630px;
}
a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
