*
{
	margin: 0;
	padding: 0;
}
body
{
	background: url(images/bc.gif) repeat #666666;
	/*font: 0.85em Arial, sans-serif !important;*/
	font: 0.75em Arial, sans-serif;
	width: 100%;
}
a { color: #28166f; }
a:hover { color: #99ae6a; }
p { padding: 7px 0 7px 0; }
h3 { color: #191970; }
img { border: 0; }
table
{
	border-collapse: collapse;
}
#logo
{
	margin: 60px auto 41px auto;
}
#logo img
{
	height: 140px;
	width:438px;
}
#main
{
	height: 100%;
	margin: 0 auto;
	text-align: center;
	width: 661px;
}
#menu
{
	background: url(images/bc_top.png);	
	height: 78px;
	width: 661px;
	text-align: center;
}
#menu a
{
	color: #28166f;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover { color: #99ae6a; }
.menu
{
	border-collapse: collapse;
	margin: auto;
	width: 540px;
	
}
#menu {text-align: center}
#menu .insteadOfTable 
{
  display: inline;
  float: left;
}
#menu .insteadOfTable div 
{
  display: inline;
  float: left;
  height: 60px;
  overflow:hidden;
}
#menu .insteadOfTable div a
{
  display: block;
  margin-top: 25px;

}
.menu td
{
	height: 60px !important;
	height: 50px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.menu_left_border
{
	background: url(images/menu_left_border.png) no-repeat;
	width: 33px;
}
.menu_center
{
	background: url(images/menu_bc.png) repeat-X;
	width: 135px;
}
.menu_right
{
	background: url(images/menu_right.png) no-repeat;
	width: 18px;
}
.menu_left
{
	background: url(images/menu_left.png) no-repeat;
	width: 18px;
}
.menu_right_border
{
	background: url(images/menu_right_border.png) no-repeat;
	width: 32px;
}
.active { background: url(images/menu_bc_white.png) repeat-X; }
.with_active_left { background: url(images/menu_left_with.png) no-repeat; }
.with_active_right { background: url(images/menu_right_with.png) no-repeat; }
.active_left { background: url(images/menu_left_white.png) no-repeat; }
.active_right { background: url(images/menu_right_white.png) no-repeat; }
.active_left_border{ background: url(images/menu_left_border_white.png) no-repeat; }
.active_right_border{ background: url(images/menu_right_border_white.png) no-repeat; }
#contact {
	background: url(images/contact_btn.png) no-repeat;
	width: 194px;
}
#contact a
{
	padding-left: 17px;
}
#home {
	background: url(images/home_btn.png) no-repeat;
	width: 157px;
}
#about {
	background: url(images/about_btn.png) no-repeat;
	width: 192px;
}
#about a
{
	padding-right: 17px;
}
#content
{
	background: url(images/bc_content.png);	
	height: 100%;
	padding: 20px 80px 43px 80px;
	text-align: justify;
	width: 501px;
}
#bottom
{
	background: url(images/bc_bottom.png);	
	height: 40px;
	margin-bottom: 90px;
	width: 661px;
}
.img_left
{
	float: left;
	padding-right: 63px;
}
.img_left img, .img_right img
{
	display: block;
	height: 67px;
	padding: 20px 0 7px 0;
}
.copyright
{
	color: #ccc;
	font: 1.1em Arial, sans-serif;
	padding: 0 0 10px 0;
}