@charset "utf-8";
body  {
font-family: Free Sans, Liberation Sans, Arial, Helvetica, Georgia, Trebuchet MS, Times, Geneva, Times New Roman, mikachan, sans-serif;
font-size:14px;
background-color : #000;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
}
a:link {
color:#000000;
}
a:visited {
color:#000000;
}
a:hover {
color:#000000;
}
a:active {
color:#000000;
}
.mini #container {
width: 800px;
background: #E5E5E5;
margin: 0 auto;
border: 1px solid #000000;
text-align: left;
}
.mini #header {
background-color:#CACACA;
color:#000;
height:80px;
padding: 0 10px;
font-family: Verdana, Free Sans, Liberation Sans, Arial, Helvetica, Georgia, Trebuchet MS, Times, Times New Roman, mikachan, sans-serif;
text-align : center;
border-bottom:1px #000000 solid;
}
.mini #header h1 {
margin: 0;
padding: 10px 0;
}
.mini #sidebar1 {
float: right; 
width: 18em;
background: #CACACA;
padding: 15px 0;
border-left:1px #000000 solid;
border-bottom:1px #000000 solid;
}
.mini #sidebar1 h3, .mini #sidebar1 p {
margin-left: 10px;
margin-right: 10px;
text-align: justify;
}
.mini #mainContent {
margin: 0 13em 0 0;/*0 13em 0 10px;*/
text-align: justify;
}
.mini #mainContent p {
margin-left: 10px;
margin-right: 8em;
text-align: justify;
}
.mini #mainContent h1, .mini #mainContent h2, .mini #sidebar1 h3{
color:#346120;
}
.mini #footer {
padding: 0 10px;
background:#CACACA;
font-size:10px;
text-align:center;
border-top:1px #000000 solid;
}
.mini #footer p {
margin: 0;
padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}