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

/* Divs & Tables */

#centre {
	width: 765px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
#banner {
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	left: 10px;
	}
	
#navigation {
	width: 155px;
	height: 220px;
	position: absolute;
	top: 135px;
	left: 0px;
	vertical-align: middle;
	background-image: url(../nav.jpg)
	}
	
#bluebar {
	width: 765px;
	height: auto;
	margin-left: 0px;
	margin-top: 365px;
	position: absolute;
	}
	
#flash {
	width: auto;
	height: auto;
	margin-left: 165px;
	margin-top: 135px;
	position: absolute;
	
	}
	
#nav-menu a {
	width: 135px;
	padding-left: 20px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	}

#nav-menu a:hover { 
	background-color: #ffffff;
	color: #ff0090;
	background-repeat: no-repeat;
	} 
	
#nav-menu a:active {
	background-color: #ffffff;
	color: #ff0090;
	background-repeat: no-repeat;
}

#box1 {
	width: 217px;
	height: 243px;
	background-image: url(../box.jpg);
	position: absolute;
	margin-left: 0px;
	margin-top: 800px;
	padding: 7px;
	text-align: justify;
	border-top-style: solid;
	border-top-color: #ff0090;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0090;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #ff0090;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ff0090;
	border-right-width: 1px;	
	}

#box2 {
	width: 217px;
	height: 243px;
	background-image: url(../box.jpg);
	position: absolute;
	margin-left: 266px;
	margin-top: 800px;
	padding: 7px;
	text-align: justify;
	border-top-style: solid;
	border-top-color: #ff0090;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0090;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #ff0090;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ff0090;
	border-right-width: 1px;	
	}
	
#box3 {
	width: 217px;
	height: 243px;
	background-image: url(../box.jpg);
	position: absolute;
	margin-left: 532px;
	margin-top: 800px;
	padding: 7px;
	text-align: justify;
	border-top-style: solid;
	border-top-color: #ff0090;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0090;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #ff0090;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ff0090;
	border-right-width: 1px;	
	}
	
#long-box {
	width: 749px;
	height: 386px;
	margin-left: 0px;
	margin-top: 490px;
	padding: 7px;
	position: absolute;
	border-top-style: solid;
	border-top-color: #ff0090;
	background-image: url(main-text.jpg);
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0090;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #ff0090;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ff0090;
	border-right-width: 1px;	
	}
	
#findout {
	width: 120px;
	height: auto;
	position: absolute;
	margin-bottom: 10px;
	margin-left: 7px;
	text-align: right;
	left: 97px;
	top: 234px;
	}
	
#heading1 {
	width: 231px;
	height: auto;
	position: absolute;
	margin-left: 0px;
	margin-top: 465px;
	}
	
#heading2 {
	width: 231px;
	height: auto;
	position: absolute;
	margin-left: 266px;
	margin-top: 780px;
	}
	
#heading3 {
	width: 231px;
	height: auto;
	position: absolute;
	margin-left: 532px;
	margin-top: 780px;
	}
	
#heading4 {
	width: 231px;
	height: auto;
	position: absolute;
	margin-left: 0px;
	margin-top: 780px;
	}

#footer {	
	width: 765px;
	height: 100px;
	position: absolute;
	margin-left: 0px;
	margin-top: 910px;
	background-image: url(../footer.jpg);
	}
	
#footer-internal {
	width: auto;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-top: 52px;
	text-align: center;
	line-height: 8px;
	}

/* Styles */

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
	
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0090;
	}

