body{
background: #FFFFFF ;
margin: 0px;
colour: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
}

#container2 {
	position: relative;
	width: 800px;
	border: 1px solid #000000;
	height: 1050px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#container {
	position: relative;
	width: 800px;
	margin: auto;
	padding: 0px;
}

div.imageholder{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
position:absolute;
width:389px; /*Width of Image*/ 
height:78px; /*Height of Image*/ 
left:200px; /* This is applied relative to edge of container */ 
top:0px;
}

div.logotext{
            position:absolute;
            width:400px;
            height:125px;
            left:0px;
            top: 453px;
}

div.navigation{
	position:absolute;
	width: 143px;
	height: auto;
	left : 5px;
	top: 169px; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
	line-height:30px;
	font-size: 18px;
	color:#663300;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #FF0000;
}

.style1 {
            color: #FFFFFF;
            font-weight: bold;
}

a.navigation:link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.navigation:visited {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a.navigation:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.navigation:active {
	text-decoration: underline;
	color: #FFFFFF;
}

div.contentarea {
	position:absolute;
	width: 800px;
	height: 25px;
	top: 130px;
	background-color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	left: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.contentarea2 {
	position:absolute;
	width: 463px;
	height: auto;
	left: 159px;
	top: 169px;
	text-align:justify;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.contentarea3 {
	position:absolute;
	width: 143px;
	height: auto;
	top: 169px;
	text-align:justify;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	background-image: url(../graphics/pagebg1.jpg);
	right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.contentarea4 {
	position:absolute;
	width: 463px;
	height: auto;
	left: 160px;
	top: 416px;
	text-align:justify;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div.contentarea5 {

	position:absolute;
	width: 463px;
	height: auto;
	left: 160px;
	top: 708px;
	text-align:justify;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.footer {
	position:relative;
	width: 800px;
	height: 25px;
	top: 5px;
	background-color: #CCCCCC;
	padding: 0px;
	left: 0px;
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: block;
	border: 1px solid #000000;
}
