html {
	background: url(images/bg2.jpg) center top;
	height: 100%;
	font-size: 12px;
	color: #333;
}

body {
	background: url(images/bg.jpg) no-repeat center top;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, sans-serif;
}

body * {
	position:relative;
}

a {color: #000;}

img { border: none; }

.alignleft {
	float: left;
	margin: 5px 10px 5px 0;

}

.alignright {
	float: right;
	margin: 5px 0 5px 10px;

}


#alarm {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: -318px;
}

#content {
	width: 980px;
	margin: 0 auto;
}

.fpage td {
	text-align:center;
}

.fpage-blank {
	width: 487px;
	height: 331px;
	background: url(images/fpage-blank.png) no-repeat left top;
}

.fpagebg, .mainmenubg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.fpage-blank a {
	z-index: 5;
}

.fpage-blank a.img {
	margin-top: 33px;
	display: inline-block;
}

.fpage-blank a.head {
	color: #455649;
	font-size: 19px;
	line-height: 50px;
	text-decoration: none;
}

#footer {
	margin-top: 30px;
	width: 100%;
	height: 62px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #333;
}

#footer .footerbg {
	background: url(images/footer.png) no-repeat left top;
	width: 612px;
	height: 62px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

#footer a {
	color: black;
}

#footer table {
	height: 62px;
	z-index: 5;
}

#footer table td {
	padding-left: 13px;
}

#footer span {
	margin-left: 45px;
}

#footer .menu a {
	margin: 0 5px;
}

.single-content {
	background: url(images/page-bg.png) repeat-y left top;
}

.content {
	margin: 20px 30px 30px 30px;
}

.content h1, .content h2, .content h3, .content h4{
	font-weight: normal;
	color: #675C5C;
	margin-left: 20px;
}

.content p, .content ul {
	margin-left: 20px;
}

.content img {
	text-indent: -20px;
}

.sidebar .main-menu {
	width: 336px;
	height: 290px;
	background: url(images/plate.png) no-repeat left top;
	position:relative;
	margin-top: 5px;
}

.sidebar .main-menu a {
	color:#1A1A1A;
	position:relative;
	z-index:10;
	display: block;
	font-size: 19px;
	text-decoration: none;
	top: 25px;
	line-height: 35px;
	margin-left: 40px;
}

.sidebar .main-menu a span {
	position:relative;
	z-index:15;
}

span.shadow {
	position:absolute !important;
	z-index:10 !important;
	color:#CFCFCF;
	left:0;
	top:1px;
}

.main-news ul, .main-news li{
	list-style: none;
}

.main-news .date {
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
}