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

body {background-color: #ADD6F2;}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #234F9E;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #234F9E;
	margin-top: 10px;
	margin-bottom: 0px;
}
p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 16px;
	text-align: justify;
}

hr{
	color:#ADD6F2;
	clear:both;
}

#wrap {
	background-color: #ADD6F2;
	background-image: url(images/dizzy-lizzy-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 690px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
	
#flash-advert {
	height: 104px;
	width: 290px;
	position: absolute;
	left: 37px;
	top: 34px;
}

#drawing-board {
	height: 133px;
	width: 105px;
	position: absolute;
	left: 678px;
	top: 262px;
}

#mainbody {
	height: 418px;
	width: 590px;
	position: absolute;
	left: 36px;
	top: 204px;
}

#mainbody img {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#mainbody2 {
	height: 38px;
	width: 590px;
	position: absolute;
	left: 37px;
	top: 204px;
}

#mainbody3 {
	height: 375px;
	width: 580px;
	position: absolute;
	left: 37px;
	top: 241px;
	overflow: auto;
	padding-right: 10px;
}

#mainbody3 img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#nav1 {
	height: 30px;
	width: 828px;
	position: absolute;
	left: 37px;
	top: 157px;
}

#nav2 {
	height: 20px;
	width: 816px;
	position: absolute;
	left: 43px;
	top: 641px;
}

#nav2 p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 16px;
	text-align: center;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 1px;
font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}

#nav-menu li a
{
	background: url(images/css-nav.gif) #fff bottom left repeat-x;
	height: 23px;
	line-height: 22px;
	float: left;
	width: 114px;
	display: block;
	border: 1px solid #7F9FB6;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a:hover
{
	color: #234F9E;
	text-decoration: underline;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:850px
} 

