body {
	margin:0px;
	padding:0px;
	background-color:#747A88;
	background-image:url(../images/layout/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#main {
	width:998px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #262726;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main a {
    color:#FFF;
}
#top {
	height:111px;
	background-image:url(../images/layout/bg_top.jpg);
	margin:0px;
	padding:0px;
	position:relative;
}
#top p {
	font-size:12px;
	color:#FFF;
	margin:0px;
	padding:10px;
	text-align:right;
}
#top p a {
	color:#FFF;
	font-weight:bold;
}
 #top p a:hover {
 color:#FF0;
}
.proponi {
	position:absolute;
	right:0px;
	bottom:0px;
}
.proponi img {
	border:0px;
}
#headerTop {
	height:4px;
	background-color:#FF0000;
	border-bottom:1px solid #262726;
}
#header {
	height:368px;
	border-bottom:1px solid #262726;
}
#contentMain {
}
#left {
	width:332px;
	float:left;
	border-right:1px solid #262726;
}
#leftTop {
	height:5px;
	background-color:#B4B5B9;
	border-bottom:1px solid #262726;
}
#leftContent {
	padding:6px;
}
#center {
	width:332px;
	float:left;
	border-right:1px solid #262726;
}
#centerTop {
	height:5px;
	background-color:#B4B5B9;
	border-bottom:1px solid #262726;
}
#centerContent {
	padding:6px;
}
#right {
	width:332px;
	float:left;
}
#rightTop {
	height:5px;
	background-color:#B4B5B9;
	border-bottom:1px solid #262726;
}
#rightContent {
	padding:6px;
}
#footer {
	width:998px;
	overflow:auto;
	border-top:1px solid #262726;
	margin-top:20px;
}
#footerLeft {
	width:665px;
	float:left;
	border-right:1px solid #262726;
}
#footerLeftTop {
	height:5px;
	background-color:#B4B5B9;
	border-bottom:1px solid #262726;
}
#footerRight {
	width:332px;
	float:left;
}
#footerRightTop {
	height:5px;
	background-color:#B4B5B9;
	border-bottom:1px solid #262726;
}
