root {
    display:block;
    width:100%;
    height:100%;
}

html {
    display:block;
    width:100%;
    height:100%;
}

body {
    display:block;
    margin:0px;
    width:100%;
    height:100%;
    background:#0c45bd url(body-bg.jpg) repeat-x top;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

#root {
    width:100%;
    height:100%;
}

#page {
    background:#000000 url(page-bg.jpg) repeat-y;
    width:1020px;
    vertical-align:top;
}

#rstars {
    background:url(right-stars.jpg) left top no-repeat;
}

#lstars {
    background:url(left-stars.jpg) right top no-repeat;
}

#main {
    width:1020px;
    height:100%;
}

#lshadow {
    width:24px;
    background:url(left-shadow.jpg) top right no-repeat;
}

#rshadow {
    width:24px;
    background:url(right-shadow.jpg) top left no-repeat;
}

#header {
    width:972px;
    height:132px;
    background:url(header-bg.jpg) top left no-repeat;
    vertical-align:top;
}

#header a {
    display:block;
    width:135px;
    height:130px;
    margin:0px 0px 0px 415px;
}

#menu {
    height:114px;
    background:url(title-bg.jpg) no-repeat top left;
    vertical-align:top;
    font-family:Verdana;
    font-size:12px;
}

#menu div {
    float:left;
    margin:48px 0px 0px 40px;

}

#menu .first {
    margin:48px 0px 0px 265px !important;
}

#menu a {
    color:#ffffff;
}

#content {
    font-family:Verdana;
    font-size:12px;
    color:#aaaaaa;
    vertical-align:top;
}

#content .h1 {
	text-align:center;
	font-size:15px;
	font-weight:normal;
	
	margin:10px 0px 10px 0px;
	color:#5f7be9;
}

#content .h2 {
    font-size:15px;
    font-weight:normal;
    margin:20px 0px 10px 40px;
    color:#5f7be9;
    clear:both;
}

#content p {
    font-family:Verdana;
    font-size:12px;
    line-height:20px;
    text-align:justify;
    margin:20px 40px 0px 40px;
}

#content a {
    color:#5f7be9;
}

#footer {
	vertical-align:middle;
	height:75px;
	text-align:right;
}

#vk_like {
	width:150px !important;
	overflow:hidden;
}