body
{
	font-family:"arial";
}

a img 
{
	border:none;
}

#menu
{
	display:inline;
	float:left;
}

#menu li
{
	background:url(http://www.theoddman.com/peace_festival/images/button.jpg) no-repeat;
	height:26px;
	list-style:none;
	margin-bottom:6px;
	text-align:center;
	width:144px;
}

#menu ul a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}

#content p:first-child
{
	color:#273f87;
	font-weight:bold;
}

.error
{
	color:#f00;
	font-weight:bold;
}

#content
{
	margin-left:210px;
	max-width:650px;
}

#content h1
{
	color:#273f87;
	font-size:3em;
}

label
{
	/*display: block;
	/*float: left;*/
	margin-right: 0.5em;
	text-align: left;
	width: 8em;
}

input
{
	display:block;
	background: #ddd;
	border: 1px solid #000;
}

legend
{
	background: #bfbfbf;
	padding: 2px 6px
}

fieldset
{
	border: 1px solid #bfbfbf;
	width: 85%;
}

textarea
{
	display: block;
}

table
{
	margin:10px;
}

#content .floating_image
{
	float:right;
	margin-top:1em;
}

#content .block_image
{
	display:block;
}

#content .thumbnail
{
	border: 1px solid gray;
	padding: 5px;
	max-height:75px;
	max-width:75px;
}

#content .gallery
{
	text-align:center;
}

#content .previous
{
	float:left;
}

#content .next
{
	float:right;
}

table {
	border: 1px solid gray;
	font-size: 0.8em;
	table-layout: fixed;
	width: 100%;
}

th
{
	border-bottom: 1px solid;
}

td {
	text-align:center;
}

td:first-child 
{
	font-size: 1.25em;
	font-weight:bold;
	text-align:left;
}

.polaroid
{
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	background-color:white;
	border: 1px solid #bfbfbf;
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	margin: 10px;
	padding: 10px 10px 0 10px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.polaroid img
{
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

.caption
{
	color:#224;
	font-weight:bold;	
	text-align: center;
}