@charset "utf-8";
/* CSS Document */

img, div { behavior: url(css/iepngfix.htc) }

body
{
	margin: 0;
	color: #333333;
	font: 10pt Arial, Helvetica, sans-serif;
	line-height: 13pt;
	text-align: center;
	background: #cccccc url( ../images/bodybg.png ) repeat-x;
}

#content
{
	margin: 0 auto;
	width: 899px;
	background: #FFFFFF;
	border: solid 3px #FFFFFF;
	border-width: 0 3px;
	text-align: left;
}

#logo
{
	position: absolute;
	margin: 140px 0 0 -42px;
}

#head
{
	width: 899px;
	height: 375px;
	background: #FFFFFF url(  ../images/head.jpg ) no-repeat;
}

#menu table
{
	width: 100%;
}

#menu table td
{
	height: 80px;
	text-align: center;
}

#menu table td a.menuElement
{
	display: block;
	text-transform: uppercase;
	margin: 0 auto;
	text-decoration: none;
	width: 110px;
	font-weight: bold;
	font-size: 10pt;
	line-height: 13pt;
	color: #FFFFFF;
}

#menu table td a.menuElement:hover, #menu table td a.over
{
	color: #d71921;
}

#main
{
	padding: 40px 30px 20px 30px;
}

ul.photos 
{
	width: 100%;
}

ul.photos li
{
	width: 33%;
	float: left;
	text-align: center;
}

h1
{
	color: #d71921;
	font-size: 26pt;
	font-weight: bold;
	margin: 0 0 24px 0;
}

h2
{
	color: #d71921;
	font-size: 16pt;
	font-weight: bold;
	margin: 20px 0 14px 0;
}

p
{
	margin: 0 0 14px 0;
}

a
{
	color: #d71921;
}

a:hover
{
	color: #9a0202;
}

img.frame
{
	border: solid 10px #a7a7a7;
}

#foot
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	height: 84px;
	text-align: center;
	background: #000000 url(  ../images/footbg.png ) repeat-x;
}

#foot .copy
{
	padding: 30px 0 0 0;
}

#foot #footmenu
{
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}

#foot #footmenu ul
{
	position:relative;
	left:-50%;
}

#foot #footmenu li
{
	float: left;
	position:relative;
	border-left: solid 1px #d71921;
}

#foot #footmenu li:first-child
{
	border: 0;
}

#foot #footmenu li a.menuElement
{
	display: block;
	padding: 0 8px;
	text-decoration: none;
	line-height: 10pt;
}


#foot #footmenu li a.menuElement:hover, #foot #footmenu li a.over
{
	text-decoration: underline;
}

#foot #copyright
{
	clear: both;
}

#foot #copyright a
{
	color: #FFFFFF;
	text-decoration: none;
}

ul.list
{
	margin: 0 0 14px 0;
	padding: 0 0 0 25px;
}

ul.list li
{
	list-style: disc;
}

strong
{
	font-weight: bold;
}

.clear
{
	clear: both;
}
