body {
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
	text-align: justify;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
	text-decoration:none;
	height: 100%;
	width:100%;
}

img{
    border: 0px;
}

a, a:visited{
    color: blue;
    text-decoration: none;
}


#page{
    width: 1000px; 
    min-height: 1300px;
    margin: 0 auto;
    background: white;
    border:1px solid;
}

/* Logo */
#logo{
    overflow: auto;
    float: left;
    width: 200px;
    height: 125px;
}



#slogan{
    

}

#slogan img{


}

/*Menu*/

#menu{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 35px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#menu ul{
    list-style-type: none;
    float: left;
    margin-top: 5px;
    margin-bottom: 2px;
}

#menu ul li{
    float: left;
    padding-top: 5px;
    padding-buttom: 5px;

}

#menu ul li a{
    color: #000;
    border-left: 1px solid;
    padding-left: 20px;
    padding-right: 20px;
}

#menu ul li a.last{
    border-right: 1px solid;
}

#menu ul li.selected a{
    font-weight: bold;
}

/* body */
#body{
    min-height: 800px;
    margin-left: 178px;
    margin-right: 5px;
    padding: 5px;
    height: 100%;
    width: 620px;
}

/* Footer */
#footer{
    position: relative;
    text-align: center;
    border-top: 1px solid;
    margin-top: 0px !important;
    
}

/* Banner  */
#right{
    float: right;
    margin-top: 10px;
}


/* Login form  */
#loginform{
    float: left;
    position: relative;
    margin-left: 25%;
    margin-top: 20%;
}

#loginform label{
    font-weight: bold;
    width: 6em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block

}

#loginform .submit input{
    margin-left: 7em;
    color: #000;
    background: #ffa20f;
    border: 2px outset #d7b9c9;
    font-weight: bold;
    
} 

#loginform input{
    color: #781351;
    background: #fee3ad;
    border: 1px solid #781351
    
}

fieldset{
    border: 1px solid #781351;
    width: 20em
}

legend{
    color: #fff;
    background: #ffa20c;
    border: 1px solid #781351;
    padding: 2px 6px;
    font-weight: bold;
} 

/* Registration */
#register{
    margin-left: 25%;
    margin-top: 5%;
}

#register label{
    font-weight: bold;
    width: 7em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block

}

#register .submit input{
    margin-left: 7em;
    color: #000;
    background: #ffa20f;
    border: 2px outset #d7b9c9;
    font-weight: bold;
    
} 

#register input{
    color: #781351;
    background: #fee3ad;
    border: 1px solid #781351;
    font-weight: bold;
    
}

fieldset{
    border: 1px solid #781351;
    width: 20em;
}

legend{
    color: #fff;
    background: #ffa20c;
    border: 1px solid #781351;
    padding: 2px 6px;
    font-weight: bold;
} 

/* Login links */
.loginlinks{
    float: right;
    background: yellow;
    padding: 10px;
    margin-top: 0px;

}

/* Homepage */
#board {
    overflow: hidden;
}

object{
    position: relative;
    display: block;
    margin: 0px auto;
    margin-left: 0px;
}

#meta{
    width:100%;
    overflow:hidden;
}

#meta{
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
}


/* End homepage */


#lessonslist{
    float: left;
    background: #CCCCFF;
    margin: 20px;
    margin-left: 0px;
    padding: 10px 10px 10px 5px;
   
}

#lessonslist li{
    margin-left: 20px;
}

#lessonslist li a{
    text-decoration: none;
}

p#lessons_description{

}

#leftbar{
    width: 170px;
    float: left;
    border-right: 1px solid;
    border-bottom: 1px solid;
    text-align: left;
    padding-bottom: 6px;
    padding-left: 6px; 
    margin-top: 21px;

}

#leftbar p{
    padding: 10px;
    
}

#leftbar p.stats{
    text-align: left;
    margin: 2px 0 0 0;

}

#leftbar ul{
    padding-top: 0px;
}


#article{
    margin: 2px;
    margin: 0px auto;
}

ul.lessons{
    padding: 5px;
    padding-right: 10px;
    margin-left: 25px;
}

ul.lessons li{
    
    padding-top: 8px;
    text-align: left;
}

ul.lessons li.solved{
    
}



ul.lang{
    float: left;
    list-style-type: none;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top:-5px;
}

ul.lang li{
    float: left;
    margin-right: 8px;
    margin-bottom: 3px;
    
}

ul.lang li a{
    text-decoration: none;
}

#langs{
    
}

ul.lang li a:visited{
    
}

ul.people{
    list-style-type: none;
    padding: 0px;
    min-height: 600px;
}


ul.human{
    list-style-type: none;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 110px;
    border-bottom: 1px dotted;
    
}

ul.human#first{
    
}

ul.human li{

    padding-left: 110px;
}

#info{

}

ul.human li.imgContainer{
    float: left;


    padding-left: 0px;
}

/* Paggination  */

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	width: 660px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
	display:none;
}

ul#compositions{
    list-style-type: none;
    padding-left: 0px;
    float: right;
}

ul#compositions li{
    float: right;
    padding: 5px;
}

ul#statistics{
    list-style-type: none;
    float: left;
}

ul#statistics li{
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

#url{
    margin-top: 10px;
}

#details{
    margin: 0px auto;
    text-align: left;
}

b#username{
    margin-left: 6px;
    display: block;
}

#profiledata{
    height: 200px;

}


#profiledata #avatar{
    float: left;
    border: 1px solid;
    padding: 2px;
    margin-right: 15px;

}

#edit_location{
    margin-top: 10px;
    margin-bottom: 20px;
}

#edit_location label{
    float: left;
}

#profiledata img.flag{
    float:none;
    border: 0px;
    padding:0px; margin: 0px;
}

#avatar input{
    width: 100px;
}

#edit_avatar fieldset{
    width: 283px;
}

h1{
    font-size: 1.2em;
}

#champion{
    float: right;
    display: block;
    margin: 10px;
    width: 380px;

}

#champion i{
    font-size: 20px;
}

#champion ul {
    margin-top: 14px;
    padding-left: 5px;
}

#champion ul li {
    list-style-type: none;
    float: rigth;
}

#champion ul li strong {
    color: red;
}

#champion #chimg{
    float: left;
    padding: 5px;
    width: 76px;
    height: 100px;
    margin-right: 5px;
}

#champion img#chavatar {
    margin: 0px auto;
}

#right_top{
    float:right;
    margin-top: -100px;
}


#buttons{
    padding-left: 230px;
    margin-top: 10px;

}

#vkontact{
 
}
