body
{
	text-align: center;
	font-family: Arial;
	font-style: none;
	font-size: 12px;
	color: #000000;
	background: #000000;
	margin: 0;
	padding: 0;
}

p
{
	padding: 0 10px 0 0;
	line-height: 17px;
}

h1
{
	font-family: Arial;
	font-style: bold;
	font-size: 16px;
	padding: 0 0 15px 0px;
	line-height: 17px;
	color: #a32819;
}

h2
{
	font-family: Arial;
	font-style: bold;
	font-size: 14px;
	padding: 17px 0 0 0;
	line-height: 17px;
	color: #a32819;
}

a
{
	color: #505050;
	text-decoration: none;
}
a:hover
{
	font-style: none;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}

a img
{
	border: 0;
}

#page
{
    position:absolute;
    top: 50%;
    left: 50%;
	text-align: justify;
	width: 1000px;
        height: 604px;
	margin-top: -302px;
        margin-left: -500px;
	background-color: #ffffff;
}

#header
{
	margin: 0;
	width: 1000px;
	height: 157px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}

#navigation
{
	float: left;
	margin: 10px 0 0 10px;
	width: 190px;
	font-size: 14px;
	line-height: 24px;
        padding-top: 17px;
}

#navigation a
{
	color: #000000;
	text-decoration: none;
}

#navigation a.navi_active
{
	color: #a32819;
	text-decoration: none;
}

#main
{
    float: right;
	margin: 0;
        height: 370px;
}

#content
{
	float: left;
	margin: 10px 0 0 0;
        padding-left: 10px;
	width: 588px;
        height: 362px;
        border-left: 1px dotted #000000;
        border-right: 1px dotted #000000;
}

#contact
{
	float: right;
	margin: 10px 0 0 10px;
	width: 190px;
}

#footer
{
    clear: both;
	margin: 0;
	width: 1000px;
	height: 77px;
        background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
}

span.footer_right
{
	float: right;
	font-size: 11px;
	padding: 10px 10px 0 0;
	line-height: 17px;
}
