@CHARSET "ISO-8859-1";

/****************************************************************** =defaults */
* {
	margin: 0;
	padding: 0; 
}

body,html {
	height: 100%;
}

html, body, form, fieldset, table, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/********************************************************************* =types */

body {
	background: #dfdedf;
	color: #b9c3cb;
	font: normal 62.5%/1.35 Arial, Helvetica, sans-serif; /* reset 1em to 10px */
}
p a {
	color: #00adef;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.9em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
}
img {
	display: block;
	border: none;
}
p {
	font-size: 1.1em;
}
address {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	margin-left: 10px;
}

/*********************************************************************** =classes */

/*********************************************************************** =nicecolour */

.nicecolour {
	color: #00adef;
}

/********************************************************************** =outer */

div.outer {
	background: #414b56 url("/_img/repeat.gif");
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%; /* IEwin does not support min-height */
	height: 100%;
}

html>body div.outer {
	height: auto;
}

/********************************************************************** =inner */

div.inner {
	padding-top: 45px;
}

/******************************************************************** =castlecontent */

div.inner div.castlecontent {
	background: #414b56;
	height: 580px;
}

html>body div.inner div.castlecontent {
	height: auto;
	min-height: 580px;
}

	div.inner div.castlecontent * {
		border: none;
	}

/******************************************************************** =footer */

div.inner div.footer {
	top: 58px;
	padding-left: 130px;
	padding-top: 3px;
}

/*********************************************************************** =ul.img */

ul.img {
	list-style: none;
}

	ul.img li {
		float: left;
		height: 150px;
		width: 150px;
		margin: 5px;
	}

		ul.img li a {
			display: block;
			height: 0;
			overflow: visible;
		}

/*********************************************************************** =topleft */
div.topleft {
	background: url('/_img/trans_topleft.gif') top left no-repeat;
}
			
/*********************************************************************** =topright */
div.topright {
	background: url('/_img/trans_topright.gif') top right no-repeat;
}
			
/*********************************************************************** =bottomright */
div.bottomright {
	background: url('/_img/trans_bottomright.gif') bottom right no-repeat;
}
			
/*********************************************************************** =bottomleft */
div.bottomleft {
	background: url('/_img/trans_bottomleft.gif') bottom left no-repeat;
}

div.topleft, div.topright, div.bottomright, div.bottomleft {
	position: relative;	
}

/*********************************************************************** =ids */

/******************************************************************** =logo */

h1#logo a {
	background: url("/_img/logo.gif");
	display: block;
	height: 0;
	overflow: hidden;
	padding: 41px 0 0;
}

/******************************************************************** =one-image */

div.one-image {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 10px 15px 10px;
}
