@charset "utf-8";
/* CSS Document */

.container {
	height: auto;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/web%20slices/topbackground_01.png);
	background-repeat: repeat;
	border: 1px solid #09F;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.banners {
	width: 100%;
}
.leftsidebar {
	float: left;
	height: auto;
	width: 167px;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.rightsidebar {
	float: right;
	width: 165px;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.content {
	width: 692px;
	margin-left: 167px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border: 0px none #09F;
	background-color: #7464FF;
}
.footer {
	width: 100%;
	background-color: #CCC;
	clear: both;
}
.Virtualbar {
	width: 1064px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}
.innercontent {
	width: auto;
	padding: 5px;
}
#underline {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.centre {
	text-align: center;
}
.left {
	text-align: left;
}
