body{
margin:0;
padding:0;
line-height: 1.2em;
}

.sea1
{
position:absolute;
margin-top:3px;
margin-left:4px;
}


#searchform
{
position:absolute;
width:95px;
height:20px;
background-image:url(/images/search_bg.jpg);
margin-left:859px;
margin-top:27px;
}

.sea2 input
{
position:absolute;
border:0px solid red;
width:62px;
height:12px;
margin-left:22px;
margin-top:2px;
font-size:10px;
}

#maincontainer{
width: 1020px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image:url(/img/bg_site.jpg);
background-repeat:repeat-y;
font-size:12px;
font-family:Verdana;
border:0px solid blue;
}

#topsection{
/*height: 90px; Height of top section*/
height:260px;
color:#003574;
font-size:13px;
}

#topsection a{
color:#003574;
text-decoration:none;
}

#topsection a:hover{
text-decoration:underline;
}

#right_block
{
position:absolute;
width:130px;
height:40px;
border:0px solid red;	
margin-left:690px;
margin-top:25px;
}


#logo
{
position:absolute;
width:103px;
height:39px;
background-image:url(/img/logo.jpg);
cursor:pointer;
margin-left:105px;
margin-top:20px;
}

#top_site
{
height:68px;
}

#block_menu
{
height:50px;
width:950px;
border:0px solid red;
margin-left:67px;
padding-top:20px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 233px 0 206px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn p
{
padding-top:0px;
padding-bottom:7px;
}

#c_top
{
width:100%;
padding:0px;
height:9px;
background:url(/img/c_top.jpg);
background-repeat:no-repeat;
}

#c_cont
{
background-color:#ebebeb;
padding-left:25px;
padding-right:8px;
}

h1
{
color:#916d00;
font-size:28px;
font-weight:normal;
margin-top:0px;
line-height:1.1em;
}

#c_bot
{
width:100%;
padding:0px;
height:9px;
background:url(/img/c_bot.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

#leftcolumn{
float: left;
width: 130px; /*Width of left column in pixel*/
margin-left: -952px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 141px; /*Width of right column*/
margin-left: -208px; /*Set left margin to -(RightColumnWidth)*/

}

#news_site
{
color:#666666;
font-size:11px;

}


#news_site h2
{
	color:#0071bb;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

.news_site
{
text-align:justify;
}


a
{
color:#0071bb;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

#footer{
clear: left;
width: 100%;
background-image:url(/img/bg_site.jpg);
background-repeat:repeat-y;
text-align: center;
padding: 4px 0;
font-size:9px;
padding-top:25px;
}

#footer_cont
{
margin: 0 233px 0 206px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border:0px solid red;
height:20px;
background-image:url(/img/footer.jpg);
font-size:11px;
}

#footer a{

}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}