
#container {
 width:96%;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
}
#boxA {
 width:100%;
 text-align: center;
}
#boxB {
 width:80%;
 float:left;
 text-align: left;
}

#boxD {
 width:100%;
 clear:both;
}

#sidemenu {
 background-color: #ffffc8;
 width:19%;
 float:right;

}

div.head {
#	margin-left:		21%;
	font-size:		small;
}

div.uservar {
	margin-bottom:		0em;
}

form {
	font-size:		small;
}

select {
	font-size:		small;
}

input {
	font-size:		small;
}

div.amazlet-box {
#	max-width: 900px;
#	min-width: 160px;
        background-color: #f8f8f8;
#        margin: 10px; padding: 10px;
	border: outset thick;
	overflow: auto;
}
div.mm-middle {
#        max-width: 900px;
#	min-width: 160px;
        background-color: #fafafa;
#        margin: 10px; padding: 10px;
        border: outset thick;
	overflow: auto;
}

pre.hns
{
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
#
#	width: 50%;
        overflow: auto;
}


