body
{
	padding: 0;
	margin: 0;
	background: #36F;
	font-size: 80%;
	font-family: arial, verdana, tahoma, times new roman;
}

a
{
	color: #36F;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

.table td
{
	width: 300px;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#intro
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -450px;
	position: absolute;
	top: -250px;
	left: 50%;
}

#container    
{
	width: 900px;
	height: 500px;
	background: #FFF url('../images/background-container.gif') no-repeat;
}

#header
{
	width: 900px;
	height: 125px;
}

#header img
{
	margin: 0 0 0 20px;
}

#headerlogo
{
	float: left;
	width: 300px;
	height: 125px;
}

#headercentre
{
	float: left;
	width: 260px;
	height: 125px;
}

#headerflash
{
	float: right;
	width: 300px;
	height: 125px;
}

#menu
{
	width: 900px;
	height: 40px;
	background: #CAD6FF;
}

#menu ul
{
	padding: 0;
	margin: 0;
	color: #36F;
	float: right;
	width: 100%;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 110%;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	padding: 12px 15px;
	color: #FFF;
	text-decoration: none;
	float: right;
	border-left: 3px solid #FFF;
	background: #3366FF url('../images/background-menu.jpg') no-repeat;
}

#menu ul li a:hover
{
	background: #3366FF url('../images/background-active.jpg') no-repeat;
	color: #FFF;
	border-left: 3px solid #FFF;
}

#content
{
	width: 880px;
	height: 300px;
	padding: 10px;
	overflow: auto;
	line-height: 150%;
}

#content h2
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 120%;
	font-family: arial, georgia;
	color: #36F;
	letter-spacing: -1px;
	font-weight: normal;
}

#content p
{
	margin: 0 0 10px 0;
	padding: 0;
}

#content img
{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#content ul
{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	color: #555;
	letter-spacing: -1px;
}

#content li
{
	margin: 0 0 0 20px;
	padding: 0;
}

#imagegallery
{
	float: left;
	width: 350px;
}

#rotatinggallery
{
	float: right;
	width: 500px;
	text-align: center;
}

#rotatinggallery form
{
	margin: 0 0 10px 0;
	padding: 0;
}

#rotatinggallery input
{
	border: 1px solid #36F;
	background: #DDE6FF;
	margin: 0;
	padding: 3px 10px;
}

table.ashdettable
{
	margin: 0 0 10px 0;
	color: #537EFF;
	letter-spacing: -1px;
	font-weight: bold;
	border: 1px solid #A4B8FF;
	background: #E6EBFF;
}

table.ashdettable td
{
	width: 440px;
	vertical-align: top;
}

table.ashdettable2
{
	margin: 0 0 10px 0;
	color: #537EFF;
	letter-spacing: -1px;
	font-weight: bold;
}

table.ashdettable2 td
{
	width: 440px;
	vertical-align: top;
}

#footer
{
	width: 880px;
}

#footer p
{
	margin: 0;
	padding: 6px 0;
	font-size: 90%;
	text-align: right;
	color: #C5D8EB;
}

#footer a
{
	color: #C5D8EB;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFF;
	text-decoration: none;
}