blockquote {background-color: #f4f4f4;
			border : 1px solid #c0c0c0;  
			margin: 15px;
			padding: 5px;
} 
label {color:#6d321c; font-size:12px; text-decoration:none }

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f6d7b9;
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
	text-decoration: none;

}
#menu a,#menu a:visited{
	color: #f6d7b9;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
#content {color:#6d321c; font-size:15px; text-decoration:none }
#content a:link {color:#6d321c; font-size:15px; text-decoration:underlined }
#content a:visited {color:#6d321c; font-size:15px; text-decoration:underlined }
#content a:active {color:#6d321c; font-size:15px; text-decoration:underlined }
#content a:hover {color:#6d321c; font-size:15px; text-decoration:underlined }

#bottommenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b2856b;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
}
#bottommenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b2856b;
	text-align: right;
	text-decoration: none;
}
#bottommenu a:hover {
	text-decoration: underline;
}
#cat {
	font-family: Arial, Helvetica, sans-serif; 
	color:#c3aba2; 
	font-size:13px; 
	text-decoration:none 
}
label {
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	float:left;
	width:100px;
	padding-left:6px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	float:left;
	width: 300px;
	border: 1px solid #c0c0c0;
	background:#F4F4F4;
	font-size: 10px;
	padding:1px;
} 
textarea{
	clear:both;
	font-size: 12px;
	margin-bottom: 10px;
}
#send {  
	clear:both;
	width: 300px;
	padding-top:10px;
	padding-left:110px;
	float:left;
    display:block;
}
#mycustomscroll {
/* percentage width without the fix*/
width: 650px;
height: 430px;
overflow: auto;
padding-left:20px;
padding-top:10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
text-align: left;
vertical-align: top;
color: #6d321c;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
border: 1px solid #c0c0c0;
}
.vscrollerbar {
width: 10px;
background-color: #6d321c;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
