body { 
	background-image: url(images/best.jpg);
	background-repeat: no-repeat;
	background-position: 600px 450px;
	margin: 0px;
	padding: 0px;
}
div.main {
	background-image: url(images/Background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 960px;
	height: 550px;
}
h1 {
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	font-size: 50px;
	color: #02354F;
	margin: 0px;
	padding: 35px 0px 0px 20px;
}
table {
	width: 770px;
	height: 350px;
	border-spacing: 0px;
	background-color: white;
	border-collapse: collapse;
	margin-left: 150px;
}
td {
	text-align: center;
	border-color: #D6D6D6;
	border-style: solid;
}
td.ul {
	border-width: 1px 0px 1px 1px;
}
td.ur {
	border-width: 1px 1px 1px 0px;
}
td.ll {
	border-width: 0px;
	float:right;
}

td.ll a{
	font-weight: bold;
	font-size: 16px;
	color: #02354F;
}

td.ll a:hover{

}
td.lr {
	border-width: 0px 1px 1px 1px;
	text-align: left;
	padding: 0px 10px;
}
p {
	font-family: "Century Gothic", Helvetica, Geneva, sans-serif;
	margin: 0px;
}
p.top {
	font-size: 20px;
	font-weight:700;
}
p.bottom {
	font-size: 15px;
	margin-bottom: 20px;
	font-weight:700;
}
p.contact {
	font-family: Times, serif;
	font-size: 11pt;
	font-weight:700;
}
img {
	border-style: none;
}
img.best {
	float: right;
	padding-right: 100px;
	vertical-align: bottom;
}