body
{
	margin: 0px auto;
	font-family: Arial;
	background: #3c4650;
	font-size: 14px;
}
h1
{
	color: #3c4650;
	font-size:44px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
h2
{
	color: #9ea4ab;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 10px 0 30px 0;
}
#header
{
	height: 300px;
	background: #5a636c;
	border-bottom: 1px #353e47 solid;
}
#outer_first
{
	border-bottom: 1px #39424c solid;
}
#outer_second
{
	border-bottom: 1px #3b454e solid;
}
#box
{
	width: 725px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -268px 0 0 -350px;
}
#box div.logo
{
	background: url('img/logo.png') center center no-repeat;
	height: 65px;
	margin: 0 0 25px;
}
#box div.logo a{display:block;width:308px;height:65px;margin:0 auto; text-indent:-99999px;}
#box div.content
{
	background: #f4f4f4;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border-padding: 0;
	border: 0px;
}
table.content
{
	width: 100%;
	empty-cells: show;
	table-layout: fixed;
}
table td
{
	padding: 0;
	margin: 0;
}
table.content tr.header td.left,
table.content tr.header td.right
{
	width: 7px;
	height: 7px;
	background: url('img/gallery.png') 0 0 no-repeat;
}
table.content tr.header td.right
{
	background-position: -7px 0;
}
table.content tr.header td.center
{
	background: url('img/gallery.png') 0 -14px repeat-x;
	font-size: 1px;
}
table.content tr.footer td.left,
table.content tr.footer td.right
{
	width: 7px;
	height: 7px;
	background: url('img/gallery.png') 0 -7px no-repeat;
}
table.content tr.footer td.right
{
	background-position: -7px -7px;
}
table.content tr.footer td.center
{
	background: #f4f4f4;
}
table.content tr.footer td.center div
{
	height: 6px;
	border-bottom: 1px #404b55 solid;
}
div.body
{
	border-left: 1px #404b55 solid;
	border-right: 1px #404b55 solid;
	background: #f4f4f4;
	padding: 35px 0 45px;
}
div.body p{text-align:center}
div.body p a{text-decoration:none;color:#404b55;background:#999;padding:5px 10px}

div.button
{
	height: 29px;
	padding: 0 0 0 10px;
}
div.button label.left,
div.button label.right
{
	height: 29px;
	width: 5px;
	float: left;
	background: url('img/gallery.png') 0 -542px no-repeat;
	cursor: pointer;
}


table.shadow
{
	width: 100%;
}
table.shadow td.left,
table.shadow td.right
{
	width: 10px;
	background: url('img/gallery.png') -6px -65px no-repeat;
}
table.shadow td.right
{
	background-position: -16px -65px;
}
