/* CSS Document */


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

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

#menu {
float:left;
position:absolute;
width:140px;
background-color:#A6A6A6;
height:100%;
border-right:thin;
border-right-style:solid;
border-right-color:#888888;
}

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


#imagecontent{

float:left;
width:420px;
color: #464646;
margin-top: 20px
}


#imagenav {
width:410px;
heignt:380px;
padding:5px;
background-color:#FFFFFF;
color: #464646;
}

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

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

}

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

}



