body {
	background-attachment: fixed;
	background-color: #E6DDC3;
	background-image: url(images/document_background.gif);
	background-repeat: no-repeat;
	/* background-position: 0px 150px; */
	padding:5px;
	margin:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
}

.style1 {
	background-color: #ECE9D8;
	padding: 10px;
	border: 1px solid gray;
	line-height: 120%;
}

.style2 {
	background-color: #ECE9D8;
	padding: 10px;
	border: 1px solid gray;
	font-size:36px;
	font-weight:bold;	
}

div#container {
	width:728px;
	padding:10px;
	border: 1px solid gray;
	background-color:#ECE9D8;
	margin-bottom: 10px;
}

div#time {
	width:150px;
	background-color:white;
	font-size:12px;
	margin-right:5px;
	float:left;
	text-align:center;
}

div#event {
	width:550px;
	margin-left: 160px;
	margin-bottom: 8px;

}

div#news {
	width:100%;
	margin-bottom: 8px;

}

div#date {
	width:728px;
	border-bottom: 1px solid gray;
	margin-bottom:5px;
}

div#form {
	margin-bottom:8px;	
}

.formright {
	float:right;
	margin-bottom:8px;
}

label {
	font-weight:bold;
	display:block;
}

input#text {
	width:325px;
}

.textfield {
	width: 325px;
}

.form_elements {
	width: 325px;
}


/**** GALLERY CSS ****/

.screenshot {
	float: left;
}

.slide {
	width: 152px;
	height: 152px;
	padding: 8px;
	text-align: center;
	background-color: #999;
	margin: 5px;
}

.slide a {
	display: block;
	width: 150px;
	height: 150px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
}

.slide a:hover {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.clearboth {
	clear: both;
}
