body{
margin:0 auto;
padding:0;
background: #EBBF47;
}
#maincontainer{
width: 1040px; 
margin: 0 auto;
background-image: url(../images/bgall.gif);
background-repeat: repeat-y;
background-position: center;
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 230px 0 220px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#head {
	height: 116px;
	background-image: url(../images/logos.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#banerse {
	background-image: url(../images/bgsearch.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 31px;
	padding-top:9px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -1025px; /*Set margin to that of -(MainContainerWidth)*/
border: 0px solid red;
margin-top:5px;
}

#rightcolumnu{
float: left;
width: 189px; /*Width of right column*/
background-image: url(../images/rightup.gif);
background-repeat: no-repeat;
height:13px;
}

#rightcolumnd{
float: left;
width: 189px; /*Width of right column*/
background-image: url(../images/rightdown.gif);
background-repeat: no-repeat;
height:13px;
}

#rightcolumn{
float: left;
width: 189px; /*Width of right column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
margin-top: 100px;
margin-right: 10px;
border: 0px solid red;
background: #BDE550;
}

#footer{
clear: left;
width: 100%;
background: #EBBF47;
background-image: url(../images/bgfoot.gif);
background-repeat: no-repeat;
background-position: top;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 50px;
}


#footer2{
clear: left;
width: 100%;
background: #EBBF47;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 5px;
}
#footer3{
clear: left;
width: 100%;
background: #EBBF47;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 50px;
}

.Lab {
	background: url(../images/golden.gif);
	height: 240px;
	text-align: center;
	width: 180px;
}

.Lab2 {
	background: url(../images/golden.gif);
	height: 190px;
	text-align: center;
	width: 275px;
}

.fota {
	margin: 1px;
	padding: 2px;
	border: 1px solid #eee;
	background-color: #F8EFC3s;
}