BODY {
	font-family:Tahoma, Geneva, serif;
	color:#000;
	background:#6e6e6e;
	margin:0px;
	padding:0px;
	width:100%;
}
A:link, A:visited, A:active {
	color:#fff;
	text-decoration:none;
}
A:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.container {
	width:800px;
	padding:0px;
	margin:0px auto;
	position:relative;
}
#header {
	background:#6e6e6e;
	padding:10px 0;
	font-weight:100;
}
#header .container {
	text-align:center;
	border:#000 1px solid;
	border-width:1px 0;
	padding:10px 0;
}
#header .container UL LI {
	padding:0 10px;
	font-size:14px;
}
#body {
	margin:0px;
	width:100%;
	background:url(../images/background.jpg);
}
#left-content {
	float:left;
	background:url(../images/background-left.jpg);
	height:430px;
	width:312px;
	text-align:right;
}
#left-content H1 {
	font-size:20px;
	padding:10px 0 0 0;
	font-weight:bold;
	color:#fff;
}
#left-content P {
	margin:0px;
	padding:10px 5px 10px 0;;
	font-size:14px;
	line-height:18px;
}
#left-content P EM {
	font-weight:bold;
}
#footer .container {
	text-align:center;
	padding:0 0 10px 0;
}
#footer .container UL {
	padding:10px 0 10px 0;
	border-bottom:#000 1px solid;
}
#footer .container UL LI {
	padding:0 5px;
	font-size:14px;
}
#footer .container P {
	font-size:10px;
	line-height:12px;
	padding:3px 0 0 0;
}
#infopageflash, #infopagephoto {
	color:#fff;
	background:#000;
	width:100%;
	vertical-align:text-top;
}
.pageflash {
	float:left;
	width:400px;
	height:400px;
}
.pagetext {
	line-height:20px;
	font-size:12px;
	padding:50px 20px 0 20px;
}
.pagetext H1 {
	font-size:30px;
	padding:0 0 2px 10px;
	font-weight:600;
	border-bottom:1px #fff solid;
	line-height:30px;
}
.pagetext H6 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	display:inline;
}
.pagetext EM {
	font-weight:bold;
}
.pagefoot {
	clear:both;
	width:100%;
	text-align:center;
	font-size:10px;
}
.pagefoot UL {
	border-bottom:1px #fff solid;
	padding:0 0 3px 0;
}
.pagefoot UL LI {
	padding:0 10px;
}
.pagefoot P {
	font-size:10px;
	line-height:12px;
	padding:3px 0 0 0;
}