body {
	margin: 10px;
	background-color: #ececec;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0 0 12px;
}
.clear { clear: both; font-size: 1px; }
#entire_page {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#title {
	margin-left: 5px;
}
#main, #main_inner {
	width: 697px;
	min-height: 530px;
	border: 1px solid #c1c1c1;
	padding-left: 3px;
	padding-bottom: 25px;
} * html #main, * html #main_inner {
	width: 700px;
	w\idth: 697px;
	height: 530px;
	height: 555px;
}
#main {
	background-color: #ffffff;
}
#main_inner {
	background-color: #ececec;
}
#menu_top {
	height: 21px;
	width: 233px;
}
#menu {
	float: left;
	margin: 3px 0 0;
	width: 233px;
	height: 242px;
	background: #646464 url(images/menu_bottom.jpg) bottom left no-repeat;
}
#big_title {
	float: left;
	margin: 3px 3px 0 0;
	width: 459px;
	height: 242px;
}
#left_side {
	float: left;
	margin-left: 3px;
	width: 233px;
	height: 301px;
	background-color: #efefef;
}
#right_side {
	float: left;
	margin-right: 3px;
	width: 459px;
	height: 301px;
}
#bottom {
	width: 700px;
	height: 90px;
	margin-top: 3px;
	background-color: #90959b;
	border: 1px solid #c1c1c1;
	text-align: center;
	font-size: 10px;
}
.headline {
	display: block;
	font-size:22px;
	color:#3B4446;
	margin-left:7px;
}
.text {
	color:#535659;
	margin: 8px 10px 0 7px;
	padding-top: 15px;
	text-align:justify;
	border-top: 1px solid #8d8d8d;
}
.boldText {
	font-weight:bold;
	color:#90959B;
}
.linkText {
	color:#646464;
	text-decoration:underline;
}
.linkText:hover {
	text-decoration:none;
}
.bottom_menu {
	margin-top:30px;
}
.bottom_menu_items {
	color:#ffffff;
	text-decoration:none;
}
.bottom_menu_items:hover {
	text-decoration:underline;
}
.bottom_menu_items_selected {
	text-decoration:underline;
	color: black;
}
.bottom_text {
	color:#ffffff;
	text-decoration:none;
}
.bottom_text_2 {
	color: #ffffff;
	margin-top: 1em;
}
ul {
	list-style-type: none;
	color:#535659;
	margin: 0 10px 10px;
	padding: 0 0 0 30px;
	text-align:justify;
}
.image {
	padding: 20px;
	margin-left: 15px;
	margin-top: 5px;
}
.image2 {
	margin:5px 10px;
	float: left;
}
.image3 {
	border-style: solid;
	border-color: #666666;
	border-width: thin;
	padding: 2px;
	margin-right: 5px;
}
.image4 {
	margin: 25px 25px 25px 35px;
	float: left;
}
.text2 {
	color:#535659;
	margin-left:10px;
	margin-right:10px;
}

#menu a {
	float: left;
}
#menu a img {
	visibility: hidden;
}
#home { background: url(images/home.jpg); }
#about_us { background: url(images/about_us.jpg); }
#services { background: url(images/services.jpg); }
#projects { background: url(images/projects.jpg); }
#ref { background: url(images/ref.jpg); }
#contacts { background: url(images/contacts.jpg); }

#home:hover { background: url(images/home_r.jpg); }
#about_us:hover { background: url(images/about_us_r.jpg); }
#services:hover { background: url(images/services_r.jpg); }
#projects:hover { background: url(images/projects_r.jpg); }
#ref:hover { background: url(images/ref_r.jpg); }
#contacts:hover { background: url(images/contacts_r.jpg); }

