/* 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;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
height:100%;
background-color:#333;
padding:5px;
}

.picture_container .pix2{
float:left;
width:376px;
_width:375px; /*IE 6 HACK*/
height:275px;
overflow:hidden;
margin-left:3px;
margin-right:3px;
margin-top:3px;
margin-bottom:3px;
}

.picture_container .pix3{
float:left;
width:249px;
_width:247px; /*IE 6 HACK*/
height:249px;
overflow:hidden;
margin-left:3px;
margin-right:3px;
margin-top:3px;
margin-bottom:3px;
}

.picture_container .pix4{
float:left;
width:185px;
_width:183px; /*IE 6 HACK*/
height:185px;
overflow:hidden;
margin-left:3px;
margin-right:3px;
margin-top:3px;
margin-bottom:3px;
}

.picture_container .pix10{
float:left;
width:70px;
_width:69px; /*IE 6 HACK*/
height:70px;
overflow:hidden;
margin-left:3px;
margin-right:3px;
margin-top:3px;
margin-bottom:3px;
}

.text_container{
float:left;
height:100%;
width:100%;
}

.text_container .text2columns{
float:left;
min-height:100%;
border-right:1px dotted #ccc;
width:47%;
padding:1%;
}

.text_container .text3columns{
float:left;
min-height:100%;
width:31%;
padding:1%;
border-right:1px dotted #ccc;
}

.text_container .lastcolumn{
border:0px;
}
/* end of picture and columns layout  */
