body{
margin:0;
padding:0;
background: #F4F2E9;
}


#maincontainer{
width: 965px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
/*background: #EAEAEA;*/
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -965px; /*Set left margin to -(MainContainerWidth)*/
/*background: #C8FC98;*/
}

#footer{
clear: left;
width: 100%;
background: #CCD6D6;
color: #737C83;
text-align: center;
padding: 4px 0;
height: 33px;
}

#footer a{
font-weight: lighter;
text-decoration: none;
}

#footer a:hover{
font-weight: lighter;
text-decoration: underline;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#backgr{
background: url(../../images/index_17.jpg) repeat-x;
width: 965px; 
}

#text_content{
color: #737C83;
font-family: tahoma;
font-size: 13px;
padding-left: 20px;
padding-right: 20px;
text-align:justify;
vertical-align: top;
}

.articletext{
color: #737C83;
font-family: tahoma;
font-size: 13px;
}

a{
color:#737C83;
font-size: 13px;
font-weight: bold;
}

img.galery{
border: rgb(144,144,144) solid 1px;
}