body
{
	background-color: #880000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	min-width: 460px;
}
* html body
{
	height: 100%;
}

a img
{
	border: none;
}



#header
{
	color: #ffffff;
	background-color: #000000;
	border-bottom: 2px solid #ffffff;
}
#header img
{
	margin: 5px;
}

/*#menu
{
	white-space: nowrap;
	display: block;
	margin: 0px;
	border-top: 1px solid #ffffff;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
}
#menu li
{
	padding: 0px;
	display: table-cell;
	width: 6em;
	list-style-type: none;
	border-left: 1px solid #ffffff;
}
* html #menu li
{
	display: inline-block;
	width: 6em;
}
#menu li a, #menu li a:visited, #menu li a:active, #menu li a:hover
{
	display: block;
	width: 98%;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	color: #cccccc;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}
* html #menu li a, * html #menu li a:visited, * html #menu li a:active, * html #menu li a:hover
{
	display: block;
	width: 5em;
}
#menu li a:hover
{
	color: #000000;
	background-color: #ffffff;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity:.4;
}*/

#menu_container ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 1px solid #ffffff;
	color: ffffff;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#menu_container ul li 
{
	display: inline;
}

#menu_container ul li a
{
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	float: left;
	border-right: 1px solid #fff;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity:.4;
}

#menu_container ul li a:hover
{
	background-color: #ffffff;
	color: #000000;
}

#content
{
	margin: 0px 15px;
}

.column1
{	margin-right: 200px;
}
* html .column1.datablock
{	height: 100px;
}
.column1 .datablock
{	margin-right: 0px;
	min-height: 100px;
}
.column2
{	width: 200px;
	float: right;
}
.column2 .datablock h4
{	font-weight: bold;
	margin: 4px;
	padding: 0px;
}

.datablock
{	margin: 5px;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #ffffff;
	text-align: center;
}

#footer
{
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #000000;
	border-top: 1px solid #ffffff;
	position: relative;
	bottom: 0px;
	left: 0px;
}

img.pngfix
{
	behavior: url(iepngfix.htc);
}
/***** pictures page *****/
.image_detail
{
	background-color: #eeeeee;
	margin: 5px;
}
.image_detail img
{
	float: left;
	width:100px;
}
.image_title
{
	font-weight: bold;
}
.image_title, .image_description
{
	margin-left: 105px;
}
.image_detail a img
{
	border: 0px;
}