/* CSS Document */
html,body,center { margin: 0; padding: 0; width: 100%; height: 100%; }

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	width: expression((documentElement.clientWidth) < 1000 ? "1000px" : "100%");
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #3a454e;
}

img {
	border: none;
}

a:link, a:visited {
	color: #217cb6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#base {
	width: 860px;
	background-image: url(/images/design.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-top: 100px;
	display: table;
	border: 0px solid #F00;
}

#logo {
	margin-left: 35px;
	margin-bottom: 112px;
}

#menubox {
	width: 246px;
	margin-right: 35px;
	margin-left: 4px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #F00;
	float: left;
}

#menu-l1 {
	background-image: url(/images/menu-l1.png);
	// background-image: none;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/menu-l1.png, sizingMethod=crop);
}

#menu-c1 {
	background-image: url(/images/menu-c1.png);
	// background-image: none;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/menu-c1.png, sizingMethod=crop);
}

#menu-c2 {
	background-image: url(/images/menu-c2.png);
	// background-image: none;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/menu-c2.png, sizingMethod=crop);

}

#menu {
	margin-left: 26px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.act:link, a.act:visited {
	color: #3a454e;
	text-decoration: none;
}

a.act:hover {
	color: #3a454e;
	text-decoration: none;
}

#tel {
	margin-left: 69px;
	margin-top: 15px;
}

#tel h1 {
	font-weight: normal;
	color: #217cb6;
	padding: 0px;
	font-size: 18px;
	margin-top: 2px;
}

#content {
	padding-top: 40px;
	padding-right: 75px;
	float: right;
	width: 500px;
}

#content_front {
	margin-right: 15px;
	border: 0px solid #F00;
	float: left;
	width: 280px;
}

#content h1 {
	font-weight: normal;
	color: #217cb6;
	padding: 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#content h2 {
	font-weight: bold;
	/*color: #abafb3;*/
	padding: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#trainings {
	width: 180px;
	min-height: 100%;
	border: 0px solid #F00;
	float: right;
}

#trainings div {
	margin-bottom: 10px;
}

#trainings #rss {
	margin-top: 10px;
}

#bottom {
	width: 860px;
	background-image: url(/images/line-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 55px;
	font-size: 11px;
	color: #abafb3;
	padding-top: 35px;
	padding-bottom: 55px;
	/*border: 1px solid #FF0000;*/
	display: table;
	position: relative;
}

#bottom a:link, #bottom a:visited {
	color: #abafb3;
	text-decoration: underline;
}

#bottom a:hover {
	text-decoration: none;
	color: #3a454e;
}

#copyright {
	margin-left: 75px;
	float: left;
	border: 0px solid #F00;
	display: block;
}

#right {
	float: none;
	width: 255px;
	border: 0px solid #F00;
	display: block;
	float: right;
	text-align: left;
}
