html{
	height:100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #9EBCC9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#9EBCC9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#9EBCC9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#9EBCC9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#9EBCC9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9EBCC9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#9EBCC9 100%); /* W3C */
	background-attachment:fixed;
}
body{
	margin:0;
	padding-top:10px;
	height:100%;
	background-image:url(../images/bg1.png);
	font-family: Tahoma, sans-serif;
}
#wrapper{
	width:935px;
	margin:0 auto;
	border:10px solid #9EBCC9;
	-moz-box-shadow:0px 0px 5px #9EBCC9;
	-webkit-box-shadow:0px 0px 5px #9EBCC9;
	box-shadow:0px 0px 5px #9EBCC9;
}
#top{
	background-color:#9EBCC9;
}
#topbanner{
	height:180px;
	width:100%;
	background-image:url(../images/banner34.png);
	position:relative;
}
#sitename{
	position:absolute;
	left:5px;
	top:1px;
}
#sitename h1{
	padding:0;
	margin:0;
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	font-size:22px;
	color:#eeeeee;
}
#toplogo{
	position:absolute;
	left:10px;
	top:55px;
	width:72px;
	height:72px;
	background-image:url(../images/logo43.png);
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#topblurb{
	position:absolute;
	left:0px;
	bottom:5px;
	width:100%;
	height:20px;
	font-family: 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	font-size:18px;
	text-align:center;
	color:#eeeeee;
}
#main{
	background-color:#eeeeee;
	color:#404040;
}
.vcard{
	margin:0 auto;
	text-align:center;
}
.vcard h2{
	margin:0;
	padding:0;
	font-size:18px;
}
.vcard .adr{
	display:block;
}
.vcard .url{
	display:none;
}
#middlecol{
	font-size:18px;
}
#footer{
	font-size:10px;
	margin:5px;
	text-align:center;
	color:#404040;
}
.clear{
	clear:both;
}
.padsmall{
	padding:10px;
}
.center{
	text-align:center;
}
