body{
	
	background-color: #FFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	
}

#left{
	width: 144px;
	position: absolute;
	left: 4px;
	top: 118px;
	height: 234px;
	text-align: center;
	
	
}

#right{
	width: 618px;
	position: absolute;
	left: 152px;
	top: 8px;
	height: auto;
	text-align: center;
	
}

table{
	text-align: center;
	padding: 0;
	margin: 0;
	
}

td.noborder{
	border: 0;
	height: 30px;
}

td.withborder{
	border-right: 2px black solid;
	padding: 0;
	margin: 0;
	font-size: 12px;
	height: 30px;
}

table.withborder{
	text-align: center;
	border: 2px black solid;
	padding: 0;
	margin: 0;
	font-size: 12px;
}


td.title{
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	height: 30px;
}


p.phone{
	
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	
}

p.ty{
	
	font-size: 10px;
	font-weight: bold;	
}


p.para{
	color: #36F;
	
}

img{
	border: 0;
}

h1{
	color: #333366;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}

h2{
	color: #36F;
	font-size: 18px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}

h3{
	color: #36F;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}

h4{
	color: #36F;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}
