﻿
.head
{
	margin:		15px auto 0px auto;

	width:		800px; /* w/o padding: 894px */
	height:		141px; /* w/o padding: 167px */

	background: url('../IMG/bkg-h.png') no-repeat;
	padding:	26px 47px 0px 47px;
}

.body_out
{
	margin:		0px auto 0px auto;

	background: url('../IMG/bkg-b.png') repeat-y;
	width:		800px; /* w/o padding: 894px */
	min-height:	60%;

	padding:	15px 47px 0px 47px;
}
.body_out > .body 
{
	min-height:	500px;
}

.foot
{
	margin:		0px auto 0px auto;

	width:		800px; /* w/o padding: 894px */
	height:		65px; /* w/o padding: 111px */

	background: url('../IMG/bkg-f.png') no-repeat;
	padding:	0px 47px 49px 47px;
}

.content
{
	background-color: white;	
}

.head > .content
{
	background: url('../IMG/banner.png') no-repeat;
	height:100%;
}

.head > .content > .logo
{
	margin: 25px 25px;
	float:right;
}

.foot > .content
{
	height:100%;
	text-align:center;
}


.body_out > .body > .menu
{
}
.body_out > .body > .menu > .text
{
	padding-top:	2px;
	color: 		#0040a0;
	font-size:	17px;
	text-align:	center;
/*	text-shadow: 4px 4px 6px #989898;	*/
}

.body_out > .body > .menu a:hover
{
	background: none;
	text-decoration:none;
	border:0px;
}

.body_out > .body > .menu a:hover img
{
	background: url('../IMG/menu.Hover.png') no-repeat center center;
}


.body_out > .body > .menu > .line
{
	height:10px;
}

.body_out > .body > .content
{
	padding: 15px 25px 15px 25px;
	text-shadow: 2px 2px 4px #c0c0c0;
}