/* CSS Document */

/* 2 column layout text and links */
.content_col_wrapper{
width:100%;
}
.content_col{
padding:0px;
margin:0px;
width:524px;
float:left;
}

.col_right{
width:250px;
float:left;
padding-left:1px;
}

#TextArea .col_right ul{
padding:0px;
margin:0px;
margin-top:5px;
margin-bottom:3px;
}

#TextArea .col_right li{
padding:0px;
margin:0px;
border-bottom:1px dotted #666;
list-style-type:none;
padding-top:5px;
padding-bottom:5px;
font-weight:normal;
}

#TextArea .col_right li a{
display:block;
width:100%;
}

/* end of 2 column layout text and links */

/* picture and columns layout */

.picture_container{
float:left;
width:765px;
height:100%;
background-color:#eee;
padding:5px;
}

.picture_container .pix2{
float:left;
width:376px;
height:275px;
overflow:hidden;
margin-left:3px;
margin-right:3px;
margin-top:3px;
margin-bottom:3px;
background-color:#FFFFFF;
}

.picture_container .pix3{
float:left;
width:249px;
height:249px;
overflow:hidden;
margin-left:3px;
margin-right:3px;
margin-top:3px;
margin-bottom:3px;
background-color:#FFFFFF;
}

.picture_container .pix4{
float:left;
width:185px;
height:185px;
overflow:hidden;
margin-left:3px;
margin-right:3px;
margin-top:3px;
margin-bottom:3px;
background-color:#FFFFFF;
}

.picture_container .pix10{
float:left;
width:70px;
height:70px;
overflow:hidden;
margin-left:3px;
margin-right:3px;
margin-top:3px;
margin-bottom:3px;
background-color:#FFFFFF;
}


.text_container{
float:left;
width:765px;
height:100%;
padding:5px;
}

.text_container .text2columns{
float:left;
min-height:100%;
border-right:1px dotted #ccc;
width:372px;
padding:5px;
background-color:#FFFFFF;
}



.text_container .text3columns{
float:left;
min-height:100%;
width:244px;
padding:5px;
border-right:1px dotted #ccc;
background-color:#FFFFFF;
}

.text_container .lastcolumn{
border:0px;
}
/* end of picture and columns layout  */