body {
	margin: 0 auto; padding: 0;
}
div#header {
	position: relative;
	width: 1002px; height: 88px;
	background: transparent url(img/header.jpg) no-repeat;
}
#header div#lang {
	position: absolute;
	top: 3px; right: 10px;
	font-size: 15px;
	font-weight: bold;
}
#header #lang a {
	text-decoration: none;
	color: white;
}
#header #lang a:hover {
	text-decoration: underline;
	color: yellow;
}

#header div#toolbar {
	position: absolute;
	top: 7px;
	left: 449px;
	font-size: 13px;
	font-weight: normal;
	color: white;
}
#header #toolbar a {
	text-decoration: none;
	color: white;
	outline: none;
}
#header #toolbar a:hover {
	text-decoration: underline;
	color: yellow;
}

div#main {
	width: 1002px;
	position: relative;
	background-color: white;
}
div#left {
	width: 100px; height: 470px;
	float: left;
	background: transparent url(img/side-bg.jpg) repeat-x;
}
div#right {
	width: 100px; height: 470px;
	float: right;
	background: transparent url(img/side-bg.jpg) repeat-x;
}
div#mid {
	width: 800px;
	position: relative;
	background: none;
	float: left;
}

html#home div#left {
	width: 20px;
}
html#home div#right {
	width: 180px;
}

html#home div#mid {
	position: absolute;
	left: 24px;
}

#right div#bannerad {
	margin-left: 2px;
}
* html #right div#bannerad {
}

#right div#bannerad img {
	display: block;
	/*width: 170px; height: 145px;*/
	border: 1px solid white;
}
#mid div.col {
	float: left;
	padding: 45px 10px 0 15px;
}
#mid div.col a {
	text-decoration: none;
}
#mid div#col1 {
	width: 323px;
	background: transparent url(img/home-col1.gif) top right no-repeat;
}
#mid div#col2 {
	width: 200px;
	background: transparent url(img/home-col2.gif) top right no-repeat;
}

#mid div#col2 div#above {
	background: #C9E3ED;
	padding: 6px;
}
#mid div#col2 div#below {
	background: #FEEABC;
	padding: 6px;
}

#mid div#col2 h4 {
	margin: 0;
}
* html #mid div#col2 h4 {
	font-size: 100%;
}
#mid div#col3 {
	width: 200px;
	background: transparent url(img/home-col3.gif) top right no-repeat;
}
#mid div#col3 p {
	margin-top: 10px;
}
#mid div#col3 img {
	margin: 0 -10px 0 0px;
}
#mid div#col3 a.more {
	margin-top: 30px;
}

#mid div#col4 {
	clear: both;
	padding-left: 40px;
}

#mid div#col5 {
	float: right;
}
#mid div#col5 div.button {
	position: absolute;
	right: 20px; bottom: 0;
}

.col div.bottom {
	height: 10px;
	background: transparent url(img/home-bottom.gif) bottom right no-repeat;
	margin: 0 -10px 0 -10px;
	clear: both;
}

div#sidebar {
	width: 154px; height: 420px;
	background: transparent url(img/sidebar1.jpg) no-repeat;
	float: left;
}
html.course div#sidebar, html#courses div#sidebar, html#classes div#sidebar {
	background-image: url(img/sidebar5.jpg);
}
html.trainer div#sidebar, html#trainers div#sidebar {
	background-image: url(img/sidebar2.jpg);
}
html#news div#sidebar {
	background-image: url(img/sidebar3.jpg);
}
html#forum div#sidebar, html#blog div#sidebar, html#login div#sidebar {
	background-image: url(img/sidebar4.jpg);
}


/*	ENGLISH VERSION	*/

html.en div#header{
	background-image: url(../en/css/img/header.jpg);
}

html.en #mid div#col1 {
	background-image: url(../en/css/img/home-col1.gif);
}

html.en #mid div#col1 {
	width: 500px;
	padding-left: 40px;
}
html.en #mid div#col1 h4 {
	margin: 0;
}
html.en #mid div#col3 {
	width: 160px;
	padding: 15px;
	background: none;
}
html.en #mid div#col3 ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}
html.en #mid div#col3 img {
	margin: 0 auto;
}
html.en#benefits div#sidebar {
	background-image: url(img/sidebar4.jpg);
}
html.en#methods div#sidebar {
	background-image: url(img/sidebar3.jpg);
}



div#content {
	padding: 20px;
	float: left;
	width: 600px;
}
html#home #mid div#content {
	position: absolute;
	padding: 0;
	width: 100%;
}

div#footer {
	width: 802px; height: 137px;
	background: transparent url(img/footer-bg.jpg) repeat-x;
	position: relative;
	margin-left: 100px; margin-top: 0;
	clear: both;
}
html#home div#footer {
	position: absolute;
	margin-left: 0; margin-top: 15px;
}

div#footer-left {
	width: 19px; height: 137px;
	position: absolute;
	left: 0;
	background: transparent url(img/footer-l.jpg) no-repeat;
}
div#footer-right {
	width: 24px; height: 137px;
	position: absolute;
	left: 778px;
	background: transparent url(img/footer-r.jpg) no-repeat;
}
div#footer-content {
	position: relative;
	color: white;
	font-size: 90%;
	text-align: center;
	padding-top: 25px;
}
#footer-content p {
	clear: both;
	position: relative;
	padding-top: 3px;
}

a img {
	border: none;
}
