@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
	height:100%;
	background-color:#E3E3E3;
	padding:0;
	margin:0;
	font-family:Sylfaen, Arial;
	font-size:90%;
}
#wrapper{
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;

}
#main {
	width:900px;
	background-color:#FFF;
	
}
#topLeft,#bottomLeft,#bottomRight,#topRight{
	width:25px;
	height:25px;
}
#topCenter{
	background-image:url(images/topCenter.png);
	height:25px;
}
#standartLeft{
	background-image: url(images/standartLeft.png);
	width:25px;
}
#bottomCenter{
	background-image:url(images/bottomCenter.png);
	height:25px;
}
#standartRight{
	background-image:url(images/standartRight.png);
	width:25px;
}
#mainConteniner{
	vertical-align:top;
}
#menu{
	width:100%;
	height:40px;
	background-image:url(images/menuBack.png);
}
.menuCorrector{
	padding-right:10px;
}
#flashContainer{
	width:100%;
	text-align:center;
	
}
.dots{
	width:100%;
	height:1px;
	background-image:url(images/dots.png);
	margin-top:4px;
	margin-bottom:4px;
}
.newsdate{
	color:#F00;
	font-size:90%;
	font-weight:bold;
}
#footer{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}
#mainContent{
	width:100%;
	text-align:justify;
	
}
#galleryTable{
	width:100%;
	text-align:center;
	vertical-align:top;
	font-size:80%;
}
