﻿body 
{
	font-family: Trebuchet MS;
	font-size:smaller;
	margin: auto;
	display: block;
}
#content
{
	margin:auto;
	display:table;
	top:10px;
	padding-top:10px;
}
#centre1
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30%;
}
#centre2
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80%;
	white-space:nowrap;
}
#centre3
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#leftbanner
{
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	width:18%;
	height:600px;
	background-color:Silver;
}
#pic {
	background-color: Transparent;
	text-align:center;
	width: 135px;
}
#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}
#pic a .large1 {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}
#mainbit
{
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:Black;
	width:50%;
}
#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}
#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 550px; 
	left: 250px;
	position: absolute;
	top: 200px;
	width: 750px;
}
#pic a.p1:hover .large1 {
	border: 1px solid #000000;
	display: block;
	height: 650px; 
	left: 250px;
	position: absolute;
	top: 200px;
	width: 550px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#bottom
{
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:2px;
	background-color:Silver;
}

