*
{
	margin: 0;
	padding: 0;
}


html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white;
}

ul
{
	margin-left: 2em;
}

table.fullpage
{
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 925px !important;
}

tr.header td
{
	background: url(title-back.jpg);
	font-size: 48px;
	text-align: center;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 25px;
}

tr.body
{
	vertical-align: top;
}

td.menus
{
	background: url(menus-back.jpg) no-repeat;
	width: 230px;
}

td.content_top
{
	background: url(content-top-back.png);
	height: 62px;
	width: 695px;
	font-weight: bold;
}

td.content_top p
{
	margin-left: 105px;
	margin-top: 11px;
}

td.content_main
{
	background: url(content-main-back.png) repeat-y;
}

td.content_main div.text
{
	margin: 0 35px 0 55px;
	background: url(content-back.jpg) no-repeat center;
}

td.content_bottom
{
	background: url(content-bottom-back.png);
	height: 43px;
}

td.menus ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

td.menus li
{
	margin: 0;
}

td.menus  li A, #navigation li A:LINK, td.menus  li A:VISITED
{
	width: 169px;
	margin: 0 0 2px 15px;
	font-weight: bold;
	color: Black;
	padding: 11px 0 11px 0;
	text-decoration: none;
	display: block;
	background: url(menu_norm.png);
	text-align: center;
}

td.menus  li A:HOVER
{
	text-decoration: underline;
	background: url(menu_over.png);
}

table.contact tr
{
	vertical-align: top;
}
