/* CSS Document */
body {
	margin: 0;
	background-color:#F6E6C4;
	color: #000;
	background-image: url(../images/back2.png);
	background-repeat: no-repeat;
	}

#top {
	position: absolute;
	margin-top:0px;
	width:168px;
	float:right;
	padding-top:10px;
	right: 14px;
	}

#left {
	position:absolute;
	margin-left:40px;
	margin-top:175px;
	width:158px;
	background-color:transparent;
	left: -40px;
	height: 403px;
	}
	
#main {
	position:relative;
	margin-left:175px;
	padding-top:165px;
	width:60%;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	}

#right {
	position: absolute;
	margin-top:0px;
	width:15%;
	height:652px;
	float:right;
	padding:10px;
	right: 20px;
	top: 166px;
	border-left: thin;
	border-left-style:groove;
	height: 660px;
	z-index:1;
	}

#footer {
	width:100%;
	position: relative;
  	text-align:center;
	clear:both;
  	left: 0px;
  	height: auto;
	z-index:10;
	}
		
.normal {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000;
	text-decoration:none;
	line-height:22px;
	}

.normalcolour {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#673636;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
	}


.small {
	font-family:"Trebuchet MS";
	font-size:12px;
	}	
	
#nav {
      	height:300px;
		padding:45px 0 10px 0px;
		text-align:left;
		font-family:"Trebuchet MS";
		font-size:1em;
		display:block;
	}

#nav li {
        list-style-type: none;
	
}

#nav a:link, #nav a:visited {
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
		text-decoration: none;
        color: #673636;
}
#nav a:hover {
        color: #95A0C0;
		}

a:link {
		color: #673636;
		}

a:visited {
		color: #673636;
		}

/* SAMPLE FORM STYLES FOR SIMPLE PHP CONTACT FORM */
/* Modify to suit your own needs */

#warn_box{
/* This is the DIV which prints errors at the top of the page during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}

#warn_box ul{
/* This is the list of error messages in the 'warn_box' DIV  */
	list-style-type: square;
}

#cont_form_wrapper{
/* This is the div that wraps the form itself. No styles here, but I list it anyway */
}

#contact_form{
/* This is the table which holds the form */
	border: 0;
	border-collapse: collapse;
}

#contact_form td{
/* These are the cells in the form table */
	padding: 3px;
	vertical-align: top;
}

.warn_msg{
/* These are the table cells which print the individual messages during validation */
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 3px;
}

.form_label{
/* These are the labels for each form element */
	width: 200px;
	text-align: right;
}

.form_text{
/* These are the 'text' input types in the form */
	width: 200px;
}

.form_txt_area{
/* This is the textarea used in the form */
	width: 400px;
}