﻿#liquid-round {
	width:700px;
	background-color: #eee3c5;
	background-image: url(images/leftside.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.top {
	width:100%;
	height:28px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.top span {
	display:block;
	position:relative;
	height:28px;
	background-image: url(images/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.center-content {
	position:relative;
	padding:1px 20px 1px 25px;
	margin:0 0 -28px 0;
	background-image: url(images/rightside.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.bottom {
	height:35px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.bottom span {
	display:block;
	position:relative;
	height:35px;
	background-image: url(images/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}  
#liquid-round  h2{
	text-align: center;
	font-size: 1.2em;
	padding-top: 15px;
}
#liquid-round  h3{
	text-align: left;
	font-size: 1.2em;
	padding-top: 0px;
	padding-left: 20px;
}
#liquid-round  h4{
	text-align: left;
	font-size: 1.2em;
	padding-top: 0px;
	padding-left: 0px;
}
#liquid-round p{
	text-align: justify;
	padding-left:20px;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-right: 20px;
}
.tab1{
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	margin-bottom: 20px;
}
.tab1 td{
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tab2{
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	
	margin-bottom: 20px;
}
.tab2 td{
	width: 310px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tab3{
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	
	margin-bottom: 20px;
}
.tab3 td{
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}
