/*
Control Stylesheet v1.0  \\  Target: Screen  \\  Author: Paul Swain  \\
*/


body {
	margin: 0; 
	padding:30px 0 0 0;
	background: #fff url(images/control_bg1.jpg) repeat-x 0 0; 
	text-align: center;
	color: #704419;
	}


/* ID Styles */


#logo {
	float: right;
	background-image:url(images/logo1.jpg);
	background-repeat:no-repeat;
	width:127px;
	height: 111px;
	margin-left:20px;	
	}


#image {
	position:absolute;
	left: 0;
	margin: 265px 0 0 20px;
	background-image:url(images/image1.jpg);
	background-repeat:no-repeat;
	width:285px;
	height: 315px;
	z-index: 0;
	}
	
	
#nav a:link, #nav a:visited {
	color: #5C2E01;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	font:Arial, Helvetica, sans-serif;
	background-color: transparent;
	border-bottom: none;
	}

#nav a:hover, #nav a:active {
	color: #5C2E01;
	border-bottom: 1px solid #B19678;
	background-color:#C8AB89;
	}