/* CSS Document */
body {
	margin: 0; 
	padding: 0;
	text-align: right;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #813e19;
 background-color : #FFFFFF;
background-image : url(images/flowbg.png);
background-repeat : no-repeat;
background-position : bottom left;
background-attachment : fixed;
}

  	
a, a:link, a:visited {
	color: #821A18;
	font-weight: normal;
	padding: 1px;
	text-decoration: 1px dotted #821a18;
background-color: transparent;
}

a:hover, a:active {
	color: #4C0E0D; 
	font-weight: normal;     
	text-decoration: none;
 border-bottom: none;
background-color: transparent;
}


#main {
position : absolute;
left : 310px;
top : 180px;
width : 450px;
padding : 8px;
text-align: justify;
}



#menu {	
position: absolute;
top: 35px;
left: 70px;
	margin: 0;
	padding: 0; 
	text-align: justify;
width: 510px;
height: 86px;
line-height: 56px;

}


#footer {
	font-family: arial, sans-serif;
	color: #000000;
}


/* Details */


input, textarea, select { 
	border: 1px solid #813e19;
	font-family: "courier new", sans-serif;
	font-size: 11px;            
	padding: 3px;
	margin-top: 3px;
	margin-left: 5px;
	color: #813e19;  
	background-color: #FFFFFF;
}

img {
	border: 0;
} 


