html, body{
 width:100%;
 height:100%;
 background-color:#F5F5F5;
 margin:0; padding:0
}

html{
 background:#F5F5F5 url(/images/bg-body.gif) top center repeat-y;
}

body{margin:0; padding:0

}

.main_conteiner{
 width:1000px;
 margin:0 auto;
 position:relative;
 min-height:100%;
 text-align:left;
 background:#fcf9e8 url(images/main_container_bg.gif) left bottom no-repeat;
}

.width100 {width:100%; text-align:center;}

.content_container{
 padding-top:150px;
 padding-bottom:110px;
}

.content{
 width:100%;
}

.content .left_column{
 width:180px;
 border-right:1px dotted #757070;
 padding-left:15px;
}

.content .right_column{
 padding-left:15px;
 padding-right:10px;
}

.header{
 position:absolute;
 width:1000px;
 height:125px;
 /*
 _width:665px; 
 _height:135px; */
 top:0px;
 left:0px;
 background:url(images/header_bg.gif) top repeat-x;
}

.header .logo{
 display:block;
 width:238px;
 position:absolute;
 left:0px; 
 top:0px;
}

.footer{
 position:absolute;
 width:100%;
 height:80px;
 bottom:0px;
 left:0px;
 background:url(images/footer_bg.gif) center center repeat-x;
}

.ind{
 margin-bottom:20px;
}

.ind td{
 width:33%;
 border-left:1px dotted #757070;
}

.ind td.main_left{
 border:0px;
}

.bloglink {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:27px;
padding-top:14px;
padding-right:38px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}
