root {
    display:block;
    width:100%;
    height:100%;
}

html {
    display:block;
    width:100%;
    height:100%;
}

body {
    display:block;
    margin:0px;
    width:100%;
    height:100%;
    background:url(body-bg.jpg);
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

#root {
    width:965px;
    height:100%;
}

#header {
    background:url(header-bg.jpg);
    height:88px;
    vertical-align:top;
}

#header a {
    display:block;
    width:335px;
    height:50px;
    margin:18px 0px 0px 187px;
}

#menu {
    background:url(menu-bg.jpg);
    height:101px;
    vertical-align:top;
}

#menu div {
    margin:15px 20px 0px 0px;
    font-family:Verdana;
    font-size:12px;
    float:left;
}

#menu .first {
    margin-left:160px;
}

#menu a {
    color:#000000;
}

#menu a:hover {
    color:#86450e;
}

#footer {
    background:url(footer-bg.jpg);
    height:39px;
}

#content {
    background:url(content-bg.jpg);
    vertical-align:top;
}

#content a {
    color:#D68B1E;
}

#container, .container {
    margin:10px 0px 20px 35px;
   
    background:#ffffff;
    width:892px;
    font-family:verdana;
    font-size:12px;
    display:block;
}

#container p, .container p {
    line-height:18px;
    text-align:justify;
    margin:20px 10px 10px 10px;
}

.title {
    font-family:Verdana;
    font-size:16px;
    color:#86450e;
    margin:15px 10px 10px 5px;
    font-weight:bold;
}

.header {
	color:#86450e;
	font-family:Verdana;
	font-size:16px;
	margin-left:30px;
}

#vk_like {
	width:150px !important;
	overflow:hidden;
}