/* CSS Document */


body {
background-color:#BEBEBE;
font-size:11px;
background-repeat:repeat-y;
background-image:url("../images/interface/bg_menu_only.gif");

}


#base {
height:100%;
width:1400px;
}


.line {
width:420px;
border-bottom:thin;
border-bottom-style:solid;
border-bottom-color:#FFFFFF;
}


#imagecontent{
float:left;
width:420px;
color:#333333;
}


#imagenav {
width:410px;
height:340px;
padding:5px;
background-color:#FFFFFF;
color:#333333;
}

#imagenav img{
padding-bottom:15px;
}

#textcontent {
width:300px;
float:left;
padding-left:15px;

}

#textcontent p {
line-height:1.5em;
padding-bottom:1.6em;

}



