
/* Layout structures --------------------- */

body,html{
margin:0;
padding:0
}

body{
background-image:url(../img/backg.gif);
background-position:top;
background-repeat:repeat-x;
font-family:Tahoma;
font-size:11px;
}

#container{
width:564px;
margin:0 auto;
height:700px;
}

#shdw_l{
float:left;
width:35px;
height:700px;
background-image:url(../img/shdwl.gif);
background-position:top;
background-repeat:no-repeat;
}

#main{
float:left;
width:489px;
height:700px;
background-image:url(../img/img_linn.gif);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#shdw_r{
float:left;
width:35px;
height:700px;
background-image:url(../img/shdwr.gif);
background-position:top;
background-repeat:no-repeat;
}

#content{
margin:0 auto;
width:372px;
padding-top:340px;
}



/* Paragraphs --------------------- */

p{
line-height:1.5em;
color:#7d7b7b;
text-align:justify;
}
.extra{
color:#afaeae;
font-size:11px;
padding:1px 0 0 0;
margin:0;
}
.copy{
width:110px;
color:#bebdbd;
font-size:10px;
margin:0 auto;
padding-top:0;
}


/* Images --------------------- */

.f_logo{
float:left;
margin-right:5px;
}


/* Links --------------------- */

.imglink{
margin:30px 106px 0 106px;
display:block;
width:160px;
height:66px;
background-image:url(../img/double_lined_but.gif);
background-position:top;
background-repeat:repeat-x;
}


/* Floats and clears --------------------- */

.clear{
clear:both;
}
.info{
margin:25px 87px 0 87px;
width:198px;
}



