* {
	margin: 0;
	padding: 0;
}
body{
	background: #284d93 url(../img/background.jpg) left top repeat-x;
	text-align: center;
}
body, table, textarea, select, input, button{
	font: 16px Courier New, Courier, Monospace;
	color: #222;
}
h1, h2{text-align: center;}
p{
	margin-bottom: 1em;
	text-indent: 2em;
}
h1{font-size: 1.6em;}
h2{font-size: 1.3em;}
a{color: #6784b8;}
a:hover{}
img{border: none;}

#main_container{
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
#header{
	background: url(../img/phone.gif) right bottom no-repeat;
	height: 113px;
	text-align: center;
}
#header a{
	display: block;
	width: 402px;
	height: 78px;
	margin: 50px auto 0;
}

#container{
	background: #eee url(../img/content_bg.png);
}
#container_shadow{
	background: url(../img/content_top_bg.png) left top repeat-x;
}

/* Main menu style */
#mainmenu{
	position: relative;
	z-index: 5;
	left: 160px;
}
#mainmenu_bg{
	background: url(../img/menu/menu_bg.png) left top no-repeat;
	position: absolute;
	z-index: 6;
	height: 112px;
	width: 100%;
}
#mainmenu_links{
	position: absolute;
	z-index: 7;
}
#mainmenu_l1{
	padding-top: 26px;
	margin-left: 26px;
}
#mainmenu_l2{
	clear: left;
	margin-top: 42px;
	margin-left: 81px;
}
#mainmenu a{
	height: 19px;
	display: block;
	float: left;
	background-position: left -100px;
	background-repeat: no-repeat;
}
#mainmenu a span{
	display: none;
}
#mainmenu a:hover{
	background-position: left top;
}
#menu_home{
	background-image: url(../img/menu/home.gif);
	width: 63px;
	margin-right: 48px;
}
#menu_about{
	background-image: url(../img/menu/about.gif);
	width: 70px;
	margin-right: 46px;
}
#menu_history{
	background-image: url(../img/menu/history.gif);
	width: 63px;
	margin-right: 56px;
}
#menu_services{
	background-image: url(../img/menu/services.gif);
	width: 53px;
	margin-right: 49px;
}
#menu_training{
	background-image: url(../img/menu/training.gif);
	width: 75px;
	margin-right: 32px;
}
#menu_materials{
	background-image: url(../img/menu/materials.gif);
	width: 86px;
}
#menu_what_is{
	background-image: url(../img/menu/what_is.gif);
	width: 67px;
	margin-right: 48px;
}
#menu_gallery{
	background-image: url(../img/menu/gallery.gif);
	width: 63px;
	margin-right: 52px;
}
#menu_feedback{
	background-image: url(../img/menu/feedback.gif);
	width: 60px;
	margin-right: 62px;
}
#menu_prices{
	background-image: url(../img/menu/prices.gif);
	width: 43px;
	margin-right: 57px;
}
#menu_contacts{
	background-image: url(../img/menu/contacts.gif);
	width: 70px;
}

#content{
	clear: left;
	margin: 0 10px 0 190px;
	padding: 150px 0 20px;
}
#content ul{
	margin-left: 2em;
}

#footer{
	padding: 50px 0 20px;
	font: 11px Arial;
	color: #6784b8;
}
#footer_text{
	text-align: center;
}
#girl{
	background: url(../img/girl.png) left bottom no-repeat;
	position: fixed;
	z-index: 4;
	top: 20px;
	height: 808px;
	width: 469px;
	margin-left: -280px;
}

.right{
	float: right;
	margin: 0 100px 1em 1em;
}