html
{
	height: 100%;
	margin-bottom: 1px;
}
body
{
	background: #B6B6B6;
	color: #333;
	font-family: Arial;
	font-size: 80%;
	line-height: 135%;
	margin: 0;
}
#page-bg
{
	background: #B6B6B6 url(../images/page-bg.png) 0 0 repeat-x;
	padding-top: 20px;
}
.shadow-left
{
	background: url(../images/shadow-l.png) 0 35px no-repeat;
	padding-left: 12px;
}
.shadow-right
{
	background: url(../images/shadow-r.png) 100% 35px no-repeat;
	padding-bottom: 20px;
	padding-right: 12px;
}
.main-page
{
	background: #fff url(../images/main-tl.png) 0 0 no-repeat;
}
.main-page2
{
	background: url(../images/main-tr.png) 100% 0 no-repeat;
}
.main-page3
{
	background: url(../images/main-bl.png) 0 100% no-repeat;
}
.main-page4
{
	background: url(../images/main-br.png) 100% 100% no-repeat;
	padding: 5px;
}
#header
{
	background: #ededed url(../images/header-bg.png) 0 0 repeat-x;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	height: 84px;
	position: relative;
}
#main-section
{
	background: #D5D5D5;
	border: 1px solid #DEDEDE;
}
.padding
{
	padding: 5px;
}
#center-column .padding
{
	padding: 0;
}
.main-content
{
	background: #fff url(../images/main-content-bg.png) 0 0 repeat-x;
	border: 1px solid #bbb;
	padding: 10px 10px 0 10px;
}
.main-content.block
{
	padding: 22px 12px 15px 12px;
}
#footer
{
	background: url(../images/footer-bg.png) 0 100% repeat-x;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	height: 75px;
}
.footer-left
{
	background: url(../images/footer-bl.png) 0px 100% no-repeat;
	height: 75px;
	margin-left: -1px;
}
.footer-right
{
	background: url(../images/footer-br.png) 100% 100% no-repeat;
	height: 75px;
	margin-right: -1px;
}

div.copyright
{
	color: #666;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}
.content-surround
{
	border: 2px solid #e6e6e6;
	margin-bottom: 15px;
}
.content-corner-tl
{
	background: url(../images/rokmininews-tl.png) 0 0 no-repeat;
	margin-left: -2px;
	margin-top: -2px;
}
.content-corner-tr
{
	background: url(../images/rokmininews-tr.png) 100% 0 no-repeat;
	margin-right: -2px;
}
.content-corner-bl
{
	background: url(../images/rokmininews-bl.png) 0 100% no-repeat;
	margin-bottom: -2px;
}
.content-corner-br
{
	background: url(../images/rokmininews-br.png) 100% 100% no-repeat;
	padding: 12px 12px 0 12px;
}

#bottom-menu
{
	background: url(../images/bottom-menu-bg.png) 0 0 repeat-x;
	border: 1px solid #ccc;
	height: 44px;
}
#bottom
{
	background: #f9f9f9 url(../images/bottom-bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 15px 15px;
}
img#rocket
{
	background: url(../images/logo_grayscale.png) 0 0 no-repeat;
	float: right;
	height: 30px;
	margin-right: 20px;
	margin-top: 25px;
	width: 159px;
}
