/* Website Designed by: NorthWeb Online 2007
Theme Name: Forest Inn & Conference Centre  style ver. 1.0
Created: December 15th, 2007
Copyright NorthWeb Online 2007
*/


#container{

	background-color:#e1ece1;
	width:1024px;
	height:800px;
	padding-left:230px;
	
	
	
	}

#header{

	background: url(images/header.png);
	width:753px;
	height:111px;
	padding:5px;

	}


#content{

	background: url(images/content.png);
	width:763px;
	height: 609px;
	padding:0px;
	float:left;
	
	}
	
#nav{
	
	background:url(images/nav.png) no-repeat;
	margin-top:0px;
	width:153px;
	height:353px;
	margin-left:20px;



	}



/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	padding-top:50px;
	width:450px;
	float:right;
	padding-right:75px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}	
	
	
	

