a {
	color: #633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	margin: 36px 0 0 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #633;
}
img { border: 0 }

/* LAYOUT -------------------------------------------------- */
#about {
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	padding: 200px 0 0 14px;
}
#contact {
	background: transparent url(../images/email-phone.gif) no-repeat 50px 0px;
	font-size: 17px;
	height: 115px;
	margin: 40px 0 0 144px;
}
#contact p {
	padding: 4px 0 8px 140px;
}
#col1 {
	width: 308px;
	float: left;
}
#col2 {
	width: 700px;
	float: left;
}
#footer {
	margin: 0 auto;
	width: 1030px;
	padding: 8px 0;
}
#logo {
	margin-bottom: 48px;
}
#main {
	margin: 30px 0 0 38px;
	width: 645px; 
	height: 510px;
}
#main img {
	width: 645px; 
	height: 510px;
}
#tblThumbs {
	margin: 14px 0 0 20px;
}
#tblThumbs td {
	padding: 0 9px 9px 0;
}
#tblThumbs td img {
	width: 53px;
	height: 53px;
}
#wrapper {
	margin: 0 auto;
	width: 1030px;
	height: 728px;
	background: #FFF url(../images/background.gif) no-repeat;
	border: 1px solid #999;
}
