/************* main *************/
html, body{
	height:100%;
	width: 100%;
	margin: 0em;
	padding: 0em;

}

body {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:1;
	background:url(img/back.png);
	background-color:#cdfe36;
	background-repeat:repeat-x;	
	
}

#wrap{
	width:900px;
	background-color:#FFFFFF;
	padding-top: 42px;	
	margin: 0px auto;
	background-image:url(img/top.png);
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	display:table;
	height:auto;
}
#wrapper{
	width:900px;	
	background-color:#FFFFFF;
	background-image:url(img/backleftright.png);
	background-position:top;
	background-repeat:repeat-y;
	position:relative;
	display:table;
	height:auto;
}

#left{
	width:3px;
	float:left;
	height:inherit;
	margin:0;
}

#center{
	width:890px;
	float:left;
}

#right{
	width:4px;
	float:right;	
}

#foot{

	clear:both;
	width:900px;
	height:5px;
	padding-bottom:20px;
	background-color:#cdfe36;	
}

#foot-left{
	width:6px;
	height:5px;	
	float:left;	
	clear:none;
}

#foot-center{
	width:888px;
	float:left;	
	background:url(img/bot.png);	
	clear:none;	
	height:5px;		
}

#foot-right{
	width:6px;
	height:5px;	
	float: right;
	clear:none;	
}

#head{
	clear:both;
	padding:15px;
	width:863px;
	height:60px;	
}

#head-logo{
	width:235px;
	height:57px;	
	margin: 4px 4px 4px 4px;
	float:left;
}

#head-text{
	width:465px;
	height:45px;
	margin: 4px 4px 4px 4px;
	float:right;
	padding-top:12px;	
}

#main{
	margin:0;
	padding:0;
}

#menu{
	clear:both;
	background:url(img/menu.png);
	height:27px;
	width:893px;
}

#content{
	background:url(img/content_back.png);
	height:auto;
	width:608px;
	padding:0px 20px 0px 20px;
	margin:10px 0 10px 0;
	float:left;
	vertical-align:top;
	text-align:left;
	border-right:#999 dotted 1px;	
}

#content-right{
	background:url(img/content_back.png);
	height:auto;
	width:200px;
	padding:10px 20px 10px 20px;
	float:right;
	vertical-align:top;
	text-align:left;
	margin:10px 0px 10px 0px;
	color:#000000;
}

#menu a {
	font-weight:900;
	color:#FFFFCC;
	display: block;	
	float:left;	
	margin:0px 1px 0px 0px;
	padding: 7px 20px 5px 20px;
	text-decoration: none;
	text-transform:uppercase;
	background:url(img/menu.png) right no-repeat;
}

#menu a:hover {
	text-decoration: none;
	background-color:#111;	
	color:#fff;	
	background:url(img/menud.png) right repeat-x;		
}

h1{
	margin:0;
	color:#666666;
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:24pt;
	text-align:left;
	font-weight:lighter;
	line-height:2em;	
}

h2{
	margin:0;
	color:#666666;
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:12pt;
	text-align:left;
}

p{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.8;
	margin: 0;
	margin-bottom:1em;
	margin-top:0.3em;	
	padding:0;
	font: 1em/2 arial, helvetica, sans-serif;	
}

#belmij{
	margin:10px 0px 30px 0px;
}

#belmij a{
	display:block;	
	width:150px;
	height:28px;
	background:url(img/belmij.gif);
	text-decoration:none;
}

#belmij a:hover{
	display:block;	
	width:150px;
	height:28px;
	background:url(img/belmijm.gif);
}

/* CMS default */
.error{
 color: red;
}

.subText{
	font-size: 8px;
}

.icon{
	border: 0px;
}

.row1{
	background-color: #AAAAAA;
}

.editBar{
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
	height: 16px;
	width: 64px;
}

p.content{
	height: 100%;
}

.editBar img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}