.div0
{
padding:10px 0 0 0;
}
.div1
{
padding:10px 0 0 0;
}
.address
{
padding:12px 10px 10px 10px
}
.footer
{
color:#666666;
padding:10px 10px 10px 10px;
}
.footerSmall
{
font-size:9px;
color:#666666;
}
.mainArea
{
padding-top:220px;
padding-left:25px;
}
div#wrapper
{
width:100%;
height:100%;
}
div#top
{
width:100%;
height:100px;
background-image:url(../0_images/background/bg_top.jpg);
background-repeat:repeat-x;
}
div#main
{
width:100%;
font-size:14px;
}
div#bottom
{
position:absolute;
width:100%;
height:100px;
background-image:url(../0_images/background/bg_bottom.png);
background-repeat:repeat-x;
background-position:bottom;
bottom:0px;
}
div#flashcontent
{
position:absolute;
bottom: 7px;
width:100%;
height:100%;
}
div#txtbody
{
font-family:Georgia, "Times New Roman", Times, serif;
color:lightgrey;
left:-250px;
position:absolute;
top:30px;
height:60%;
width:700px;
overflow:auto;
margin:auto;
margin-top:20px;
padding:0 20px 0 0;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 700px;
height: 60%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
top:50px;
position: absolute;
	text-align: left;
	left:-250px;
	margin: 0 auto;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right:20px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 50%;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 auto;
}