@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}

body {
	background-color: #ffffff;
	background-image: url(images/siteimages/siteback.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 80%;
	color: #666666;
}

#wrapper {
	width: 920px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image: url(images/siteimages/photomember.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#header {
	padding: 27px 20px 0px 20px;
	position: relative;
}

#navigation {
	position: absolute;
	bottom: -6px;
	right: 22px;
	font-size: 110%;
}

td.navsplitter {
	padding: 0px 2px 0px 2px;
}

#navigation a:link, #navigation a:visited {
	color: #666666;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #666666;
	color: #ffffff;
}

#mainpage {
	background-color: #DAD8D8;
	margin: 20px 20px 0px 20px;
	height: 500px;
}

#lefttext {
	width: 265px;
	padding: 40px 0px 0px 20px;
	float: left;
	height: 420px;
}

#rightimage {
	float: right;
	width: 580px;
	height: 500px;
}

td.thumbnail img{
	border: 0px;
	margin-left: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#underblock {
	font-size: 80%;
	font-weight: bold;
	position: relative;
	color: #646765;
}

#copy {
	position: absolute;
	top: 10px;
	left: 20px;
}

#address {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}

h1 {
	font-size: 130%;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	font-size: 90%;
}

.purple {
	color: #666666;
}

