html
{
	height: 100%;
}

body
{
	margin: 0 auto;
	height: 100%;
	background: url(images/bg.png) repeat-x #8a2900;
	font: normal 0.8em Georgia;
}

table
{
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
	height: 100%;
}

tr
{
	vertical-align: middle;
}

#header
{
	background: url(images/header.jpg) no-repeat;
	height: 140px;
}

#content
{
	background: #fff;
	height: 350px;
}

#wrap
{
	width: 924px;
	border: solid 2px #000;
}

#content
{
	padding: 30px 22px;
}

h1
{
	margin: 0 0 0 7px;
	font: bold 30px Georgia;
	font-style: italic;
}

a
{
	color: #70420e;
	font-weight: bold;
}

a:hover,
a:active
{
	color: #d00;
	outline: none;
}

.links
{
	height: 250px;
	position: relative;
	margin: 0 auto;
}

.links a
{
	display: block;
	position: absolute;
	top: 0;
	padding-top: 236px;
	width: 440px;
	text-align: center;
	background-repeat: no-repeat;
	font: bold 16px arial;
}

.links a:hover,
.links a:active
{
	background-position: top right;
}

.link-pat
{
	left: 0;
	background-image: url(images/pat.jpg);
}

.link-f13
{
	left: 440px;
	background-image: url(images/f13.jpg);
}
