body{
margin:0;
padding:0;
line-height: 1.5em;
background: #e1e1e1;
}

b{font-size: 110%;}
em{color: red;}


#maincontainer{
width: 855px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection1{
background: url(images/logo.jpg) top no-repeat;
height: 158px; /*Height of top section*/
}
#topsection2{
background: url(images/logo2.jpg) top no-repeat;
height: 200px; /*Height of top section*/
}
#menu{
margin-top: 5px;
background: url(images/menu.png) top no-repeat;
height: 44px; /*Height of top section*/
margin-bottom: 5px;
}
#menu2{
padding-top: 7px;
padding-left: 15px;
}
#gltxt{
font-size: 18px;
	font-family: tahoma;
	color: #606060;	
	text-shadow: 2px 2px 5px #ffffff;
	text-align: center;

}
ul{
    margin: 0 auto;
}
 li{
 font-size: 14px;
 font-family: tahoma;
 
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 5px;
    background: url(images/2.png) 5px 5px no-repeat;
}
#menu a{
margin-right: 8px;
margin-left: 8px;
	font-size: 15px;
	font-family: tahoma;
	color: #7e7777;	
	text-decoration:none;
  border-bottom:1px dashed #7e7777;
}
#menu a:hover{
	font-size: 15px;
	font-family: tahoma;
	color: #029cce;	
	text-decoration:none;
  border-bottom:1px dotted #029cce;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 352px; /*Width of left column*/
margin-left: -855px; /*Set left margin to -(MainContainerWidth)*/
}
#blok{
width: 352px;
height: 188px;
 background: url(images/blok.jpg) top no-repeat;
}
#footer{
margin-top: 8px;
background: url(images/menu.png) top no-repeat;
height: 44px; /*Height of top section*/
margin-bottom: 5px;
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: 12px;
	font-family: tahoma;
	color: #7e7777;	
	text-decoration:none;
}
#footer2{
padding-top: 5px;
}
#footer a{
	font-size: 12px;
	font-family: tahoma;
	color: #7e7777;	
	text-decoration:none;
  border-bottom:1px dashed #7e7777;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

