body
{
	background: url(images/bg_main.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #6f6f60;
}

.main {
	background: url(images/bg_content.gif);	
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}

table.content
{
	background: #6f6f62;
	color: #6f6f60;
	margin: 0 auto;
}

.left {background: url(images/bg_left.gif);border: 1px solid #202e39;}
.right {background: #eae9e2 url(images/bg_right.gif) repeat-y;border: 1px solid #eae9e2;padding:15px;}



.menu li {list-style: none;}
.menu li a
{
	display: block;
	color: #b3b3aa;
	background: url(images/menu_div.gif) no-repeat bottom left;
	text-align: right;
	margin-right: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-bottom: 7px;
	padding-top: 12px;
	text-decoration: none;
}
.menu li a:hover { color: white;}

.contacts {color: #b3b3aa; background: #2c536c;margin:20px; padding: 15px;}

.quote {height: 60px;color: #29353B;text-align: justify; background: #d6d6ce url(images/top_bg_right.gif) repeat-y;padding: 15px;}

.bottom {
	color: #fff;
	text-align: center;
	padding-top: 15px;
}
.bottom a {font: normal 12px Tahoma;color: #fff;text-decoration: none;}
.bottom a:hover {text-decoration: underline;}

.pic {border: 1px solid #00599d; }

h1
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	color: #00599d;
	border-bottom: 2px solid #00599d; 
	padding:10px 0 10px 11px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #3e3e3e;
	margin: 12px 0 17px 0;
}
h3
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #3e3e3e;
	margin: 10px 0% 5px 0%;
}
ul{list-style: square;}

