	
#navcontainer, #nav2, #nav3, #nav4, #nav5, #nav6{
 			width:450px; 
				background-color: #fff;
			 color: #8b3514;
			 margin-bottom:5px;
}
#navcontainer a, #nav2 a, #nav3 a, #nav4 a, #nav5 a, #nav6 a{ 
					background-color: #fff;
				 padding: 3px; 
					border-bottom: 1px solid #8b3514; 
					width: 400px; color: #8b3514; 
}

#navcontainer a:link, #nav2 a:link, #nav3 a:link, #nav4 a:link, #nav5 a:link, #nav6 a:link{
				text-decoration: none; 
				border-bottom:2px dotted #8b3514
				padding-bottom:2px
}
#navcontainer a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover, #nav6 a:hover{ 
				color: #999999; 
				background-color: #faf0e6; 
				text-decoration: none 
}
#navcontainer ul, #nav2 ul, #nav3 ul, #nav4 ul, #nav5 ul, #nav6 ul  { 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				list-style-type: none; 
				margin-left: 0; padding-left: 0 
}
#navlist a:visited, #navL2 a:visited, #navL3 a:visited, #navL4 a:visited, #navL5 a:visited, #navL6 a:visited{ 
				color: #8o8o8o; 
				text-decoration: none 
}
body { 
				font-size: 90%; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				background-color: #fff 
}
li  { 
				color: #8b3514; 
				list-style-type: none;
				margin-bottom:5px;
}
p {
				color: #8b3514;
}
fieldset { 
				padding: 8px; 
				border: solid 1px #8b3514; 
				background-color: #fff 
}
h1 { 
				color: #8b3514; 
				font-size: 15px; 
				font-family: Verdana, Arial, Helvetica, sans-serif 
}
h1 a { 
				color: #8b3514; 
				text-decoration: none; 
				border:2px dotted #8b3514; 
				padding: 2px 
}
h1a :link { 
				text-decoration: none; 
				border:2px dotted #8b3514 
}

h1 a:hover { 
				color: #999999; 
				background-color: #faf0e6
}
legend { 
				color: #8b3514; 
				font-weight: bold 
}
.select { 
        color: #8b4513; 
        font-style: italic; 
        font-size: 10pt; 
        font-family: Verdana, Arial, Helvetica;
         background-color: #faf0e6 
}
li{
border:1px dashed #dcdcdc;
padding:5px;
}
/* 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 UL 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;
}
