/* CSS Document */
body {
	position: relative;
	z-index: 0;
	height: auto;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #333333;
}

#footercontainer {
	clear: both;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #666666;
}

.footer {
	text-align: center;
	color: White;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px;
}

.centered-img { text-align: center; }

.caption-text { text-align: center; font-size: 13px }

.table-padding { padding-left: 20px; }

ul.eventlist { padding-left: 40px; margin-left: 40px; padding-right: 20px; }

ul.eventlist li { padding-bottom: 20px; }

h2, h3 { text-align: center; }

p { padding-left: 20px; padding-right: 20px; }

#contact-table { margin-left: 200px; padding-bottom: 20px; }

#home-bg {
	background: url(../images/home_bg.jpg) no-repeat;
	width: 768px;
	height: 500px;
}

#left-contacts {
	width: auto;
	float: left;
	margin-left: 100px;
	padding-bottom: 20px;
	display: inline;
}

#right-contacts {
	width: 350px;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

#salute {
	clear:both;
	text-align:center;
}

a:link, a:active, a:visited { text-decoration: none; }

a:hover { text-decoration: underline }