/* layout */

#wrap {

	position: absolute;
	background-color: #fff;
	top: 0px;
	bottom: 0px;
	left: 50%;
	width: 988px;
	height: 2300px;
	margin-left: -494px;
	border-width: 0px;

}


#header {
	border-width: 0px;
	height: 165px;
	background-color: #fff;
	
}
		
#left {
	background-image: url(left.jpg);
	border-width: 0px;
	float: left;
	width: 97px;
	top: 0;
	height: 2135px;
	background-color: #fff;
}

#right	{
	background-image: url(right.jpg);
	border-width: 0px;
	float: right;
	width: 97px;
	height: 2135px;
	background-color: #fff;
}
		
#content {
	border-width: 0px;
	margin-left: 154px;
	width: 681px;
	margin-top: 26px;	
	background-color: #fff;
}
		
		

#pic	{
	float: right;
	margin: 5px;
	background-color: #fff;
}



#fee	{
	float: left;
	margin-left: 50px;
	background-color: #fff;
}


FORM DT {
   width:33%;
   float:left;
   text-align:right;
	background-color: #fff;
}

FORM DD {
   float:left;
   width:66%;
   margin:0 0 0.5em 0.25em;
	background-color: #fff;
}






/* text format */



body {
	font-family: "Times New Roman";
	font-size: 1em;
	color: #52442A;
	background-color: #fff;
	background-image: url(bg.jpg);


}


h1 {
	font-family: helvetica, tahoma;
	color: #52442A;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	
}


h2 {
	font-family: helvetica, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #52442A;

}


h3 {
	
	font-family: helvetica, tahoma;
	font-size: 0.9em;
	font-weight: bold;
	color: #52442A;
	letter-spacing: 0.04em;
}

h4	{
	text-align: center;
	font-family: helvetica, tahoma;
	font-size: 0.9em;
	letter-spacing: 0.04em;
}


p {
	font-family: helvetica, tahoma;
	font-size: 0.9em;
	color: #52442A;
	letter-spacing: 0.04em;
}



li 	{ 
 
	font-family: helvetica, tahoma;
	color: #52442A;
	font-size: 0.9em;
	letter-spacing: 0.04em;
}

