body{
background: url(../images/fluid.jpg) repeat-x #000000;
margin: 0px;
colour: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
font-size: 11px;
}

#container {
	position: relative;
	width: 800px;
	height:600px;
	margin: auto;
}

div.contentarea {
	position:absolute;
	width: 376px;
	height: 300px;
	left: 17px;
	top: 21px;
	font:11px;
	text-align:justify;
}

div.imageholder{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	width:424px; /*Width of Image*/
	height:544px; /*Height of Image*/
	left:376px; /* This is applied relative to edge of container */
	top:0px;
}

div.logotext{
	position:absolute;
	width:376px;
	height:90px;
	left:0px;
	top: 453px;
}

div.navigation{
	/*positioning*/
	position:absolute;
	width: 108px;
	height: 153px;
	left : 565px;
	top: 39px;
	z-index: 5;
	
	/*formatting for text*/
	line-height:30px;
	font-size: 18px;
	color:#663300;
}

a.navigation:link {
	color: #663300;
	text-decoration: none;
}
a.navigation:visited {
	text-decoration: none;
	color: #663300;
}
a.navigation:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #663300;
}
a.navigation:active {
	text-decoration: none;
	color: #663300;
	background:#ffffff;
}

.style1 {
	color: #CCCCCC;
	font-weight: bold;
}
