body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:"Lucida Grande", "Lucida Sans", Verdana, Helvetica, serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #333;
	background:#00CCFF;
	/* background:#d1d8da;*/
}

/* Intro Wrappers */
/* styles for IE 5 Mac */
#centreHorizon {
	background-color: transparent;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* following rules are invisible to IE 5 Mac\*/
#centreHorizon {
	background-color: transparent;
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 800px;
	margin-top: -325px;
 }
/* end IE 5 hack */ 

#centreWrapper {
	text-align:center;
	position: relative;
	margin: 0px auto;
	width: 810px;
	height: 610px;
 }

/* Shadow Wrappers */
.shadow {
 	float:left;
 	background: url(file:///C|/Users/tdimou/Desktop/Websites/assets/images/shadow.png) no-repeat bottom right !important;
 	background: url(file:///C|/Users/tdimou/Desktop/Websites/assets/images/shadow.gif) no-repeat bottom right;
 	margin: 10px 0 0 10px !important;
 	margin: 10px 0 0 5px;
}

.shadow p, .shadow div, .shadow img {
 	display: block;
 	position: relative;
 	/* background-color: #fff; */
 	/* border: 4px solid #fff; */
 	margin: -5px 5px 5px -5px;
 	/* padding: 4px;*/
}

/* Basic Text Wrapper */
.textArea {
	margin: 20px;
}
.miniText {
	font-size: 0.9em;
}

/* Headlines */
h1 {
	font-size: 1.2em;
	margin: 0px;
	font-weight:bold;
	color: #003e77;
}

/* Links */
a:link, a:visited, a:hover {
	text-decoration: none;
	color: #0092ca;
}
a:hover {
	border-bottom: 1px dotted #0092ca;
}