﻿body 
{
	background: #ccc;
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial;
}



.MainTable
{
	width: 800px;
	height: 700px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -400px;
	border: solid 1px black;
}
.Header
{
	height: 250px;
	background: black url(../Images/headerCar.jpg) top right no-repeat;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	vertical-align: top;
}
.MainMenu
{
	height: 25px;
	background: white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.MainMenu a
{
	display: block;
	font-weight: bold;
	margin-left: 10px;
	padding-right: 10px;
	border-right: solid 1px black;
	float: left;
	color: Black;
	text-decoration: none;
}
.LogoDiv
{
	width: 372px;
	height: 250px;
	background: white url(../Images/logo.jpg) top left no-repeat;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
.HeaderLinks a
{
	width: 100%;
	height: 30px;
	float: left;
	display: block;
	background: url(../Images/button.jpg) bottom left no-repeat;
}
.WorkBlock
{
	height: 400px;
	border: solid 1px white;
	background: white;
	vertical-align: top;
}
.WorkBlock_Table
{
	width: 100%;
	height: 400px;
}
.WorkBlock_Table_L
{
	width: 75%;
	vertical-align: top;
	padding: 7px;
}
.WorkBlock_Table_R
{
	width: 25%;
	border-left: solid 1px #aaa;
	vertical-align: top;
	padding: 7px;
}
.Footer
{
	height: 50px;
	background: #bbb;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	border-top: solid 1px black;
}
.Footer a
{
	color: Black;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	padding-right: 15px;
	border-right: solid 1px black;
	float: left;
}
.contactBox
{
	width: 100%;
	float: left;
	border-bottom: solid 1px #aaa;
	padding-bottom: 50px;
}
.TextBlock
{
	width: 100%;
	height: auto;
	float: left;
}
.ImagesBlock
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
.ImagesBlock a
{
	margin-left: 8px;

}
.ImagesBlock a img
{
	margin-top: 10px;

}


.TableTitle
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
.centerBox
{
	text-align: center;
}
.leftBox
{
	text-align: left;
}
.rightBox
{
	text-align: right;
}