body {
	margin: 0px;
	background-image: none;
	/*background-color: #806E59;*/
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #46473e;
}
h1 { 
	clear: both;
	padding: 4px 0px 4px 0px; 
	text-indent: 4px;
	color: #FFFFFF; 
	width: 115px;
	font-family: arial, sans-serif; 
	font-size: 9px; 
	background-color: #5f6054; 
}

/* contact fields  */
.contactField{
	width: 95%;
	border: 1px solid #9fae88;
	background-color: #c0c5a8;
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactLabel{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.contactSubmit{
	width: 70px;
	color: #46473e;
	padding: 3px;
	cursor: pointer;
	border: 1px solid #9fae88;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 9px;
	background-color: #c0c5a8;
}



/* for shoutbox */
.shoutInput {
	width: 80px;
	float: left;
}

a {
	color: #46473e;
	text-decoration: none;
}
a:link {
	color: #46473e;
	text-decoration: none;
	border-bottom: 0px;
}
a:hover {
	color: #46473e;
	text-decoration: none;
	border-bottom: 1px solid #46473e;
}

.main
{
	font-size: 11px ;
	font-family:Verdana , Tahoma;
	text-decoration : none;
}
input {
font-size: 10px;
}
#txt
{width:120px;
}