@charset "UTF-8";
/* CSS Document */

#miniwrapper {
	width: 486px;
	margin-right: auto;
	margin-bottom: 0px;
}

#minimiddle {
	color: #333;
	width: 33%;
}

#minileftcolumn { 
 color: #333;
 width: 33%%;
 float: left;
}

#minirightcolumn { 
 color: #333;
 width: 33%%;
 float: left;
}

