@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
background-color: #704b63;
}

#container{
width: 990px;
}
#main{
background-color: #d9ced6;
width: 481px;
margin-left: 90px;
float: left;
}

#center{
	background-color: #d9ced6;
	width: 794px;
	margin-left: 90px;
	margin-right: 106px;
	text-decoration: none;
}

p{
margin-left: 8px;
margin-right: 8px;
}

#clients p{
margin-left: 10px;
margin-right: 20px;
text-align: center;
}

#clients{
	float: right;
	width: 311px;
	margin-right: 106px;
	background-image: url(images/sider_matte.jpg);
	background-repeat: repeat-y;
	border-bottom: solid;
	border-bottom-color: #d9ced6;
	border-bottom-width: 14px;
}

h1{
margin-left: 10px;}
h2{margin-left: 10px;}
h3{margin-left: 10px;}
h4{margin-left: 10px;}
h5{
	text-align: right;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: bold;
	margin-right: 20px;
}

#lessonbox{
width: 387px;
background-image:url(images/lessons_box.jpg);
background-position: top;
background-repeat: no-repeat;
display: block;
margin-left: 2px;
margin-right: 8px;
float: right;
}

#lessonbox p{
font-size: 12px;
text-align: left;
margin-left: 38px;
margin-right: 38px;}

#lessonbox h1{
font-size: 14px;
font-style: bold;
text-align: center;
margin-left: 36px;
margin-right: 36px;
line-height: 12px;
}
#lessonbox h2{
font-size: 12px;
font-style: italic;
text-align: center;
margin-left: 36px;
margin-right: 36px;
}

#lessons{
width: 386px;
background-image:url(images/lessons_box.jpg);
background-position: top;
background-repeat: no-repeat;
display: inline-block;
margin-left: 8px;
margin-right: 2px;
float: left;
}

#lessons p{
font-size: 12px;
text-align: left;
margin-left: 38px;
margin-right: 38px;}

#lessons h1{
font-size: 14px;
font-style: bold;
text-align: center;
margin-left: 36px;
margin-right: 36px;
line-height: 12px;
}
#lessons h2{
font-size: 12px;
font-style: italic;
text-align: center;
margin-left: 36px;
margin-right: 36px;
}

a img{
border:none;
} 

a:link {
color: #704a63;
text-decoration:none;} 

a:visited {color: #704a63;
text-decoration:none;}

a:hover {color: #c60086;
text-decoration:underline;}

a:active {color: #c60086;
text-decoration:underline;}

#clients a:link {
color: #ebaed7;
text-decoration:none;} 

#clients a:visited {color: #ebaed7;
text-decoration:none;}

#clients a:hover {color: #f43cb8;
text-decoration:underline;}

#clients a:active {color: #f43cb8;
text-decoration:underline;}