@charset "UTF-8";
.container {
	padding: 5px;
	height: 495px;
	width: 890px;
	border: 1px solid #000000;
	background-image: url(graphics/bg.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.content {
	margin-left: 145px;
	width: 745px;
	height: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.info {
	height: 405px;
	width: 725px;
	padding-bottom: 5px;
	background-color: #c2c2c2;
	margin-top: 5px;
	overflow: auto;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
.gallery {
	height: 405px;
	width: 745px;
	margin-top: 5px;
	padding-bottom: 5px;
	background-color: #c2c2c2;
	overflow: auto;
	position: relative;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
body {
	background-image: url(graphics/colour.gif);
	background-repeat: repeat-x;
}
