﻿body
{
	background-color: #ebebeb;
}

.header
{
    background-image: url(images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;     
	width: 780px;
	height: 379px;
	margin: 0 auto;
}
.header .title
{
	margin-top: 50px;
	margin-left: 400px;
}
.phone
{
	margin-top: 26px;
	margin-left: 342px;
	color: #d4bc66;
}

.motto
{
	width: 315px;

	margin-left: 388px;
	margin-top: -10px;


}

.menu
{
	margin: 0 auto;
	text-align: center;
	margin-top: -63px;
	margin-bottom: 25px;
}

.content
{
	width: 780px;
	margin: 0 auto;
}

.content table
{
	
	margin-left: 0px;
		
}


.footer
{
	width: 770px;
	background-color: #d0cece;
	margin-top: -2px;
	margin-left: 230px;	
	padding: 5px 5px 5px 5px;
}

.footer .copy
{
	float: left;
}

.footer .stamps
{
	float: right;
}
