/* CSS Document */

.mwn{
margin-top:5px;
width:100%;
border:10px solid #CC9; 
}

.mwn .header{
	background:#363;
	color:#fff;
	border-bottom:10px solid #CC9; 
}

.mwn .header h1{
color:#fff;	
	}

/* Flash Gallery Containers*/

#flgallery_container{
width:500px;
margin:auto;
}

#flGallery{
height:500px;
width:500px;
}

/* End of Flash Gallery Containers*/

/* 2 column layout text and links */
.content_col_wrapper{
width:100%;
}
.content_col{
padding:0px;
margin:0px;
width:60%;
float:left;
}

.col_right{
width:38%;
float:left;
padding-left:1%;
}

#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 */

/* text columns */
.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 text columns layout  */