body {
	padding: 0px;
	margin: 0px;
	background-color: #555555;
	font: Georgia;
	font-weight: bold;
	font-size: 0.9em; 
}

#container {
	width: 500px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	border: 1px solid #ccc;
	background: repeat url(images/bg.gif);
}

#splash_container {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	text-align: center;
}

#splash {
	width: 984px;
	border: 1px solid #ccc;
}

.splash {
	display: block;
	float: left;
}

#head {
	height: 100px;
	width: 500px;
	text-align: center;
	background: repeat-x url(images/header.jpg);
}

a{
	border: none;
}

img{
	border: none;
}

#content {
	text-align: justify;
	width: 500px;
	float: left;
}

.entry {
	margin-top: 0;
	padding: 0px 25px 3px 20px;
	font-family: Trebuchet, "Trebuchet MS", "Times New Roman", "Lucida Grande";
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	word-spacing: 0.1em;
}

#foot {
	text-align: center;
	background: repeat url(images/footer.gif);
	width: 500px;
}

p.content {
	font-family: Trebuchet, "Trebuchet MS", "Times New Roman", "Lucida Grande";
	color: #4e0000;
	line-height: 1.5em;
	text-align: left;
	padding-left: 3px;
	padding-right: 5px;
}

h2.header {
	color: #ffffff;
	font: small-caps 100 1.2em "Gill Sans";
	margin-left: 0px;
	margin-top: 9px;
	margin-right: 250px;
	padding: 0;
}

h2.bar {
	text-align: left;
	margin-left: 0px;
	margin-top: 9px;
	margin-right: 250px;
	padding-left: 20px;
	display: block;
	color: #ffffff;
	font: small-caps 100 1.2em "Gill Sans";
	background-color: #5a4444;
	height: 20px;
	width: 480px;
	clear: both;
	border-bottom: 5px solid #4e0000;
	
}

.img_shadow {
	background-color: #888;
	float:  left;
	margin: 8px;
	clear: both;
}

.img_shadow img.large {
	background-color: #fff;
	width: 225px;
	height: 225px;
	padding: 2px;
	border: 2px solid #5a4444;
	margin: -3px 3px 3px -3px;
}

.img_shadow img.small {
	background-color: #fff;
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 2px solid #5a4444;
	margin: -3px 3px 3px -3px;
}

