h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
}
body {
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	background-color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 760px;
	position: absolute;
	top: 0px;
}


#description {
	padding: 10px;
	width: 400px;
}
#text {
	position: absolute;
	top: 80px;
	padding: 5px;
	width: 300px;
}

#header1 {
	top: 0px;
	position: absolute;
}
#dates {
	width: 310px;
	position: absolute;
	top: 73px;
	left: 350px;
	background-color: #BBBBBB;
	padding: 10px;
}
#contact {
	position: absolute;
	top: 0px;
	left: 380px;
	text-align: center;
}
#links {
	width: 310px;
	position: absolute;
	top: 80px;
	left: 700px;
	padding: 10px;
}
.border {
	border: 1px solid #666666;
	padding: 5px;
}
