@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; /* For IE 5* browsers, text is set to the left aligned default in the #container*/
	color: #000000;
}


.ministyle #container { 
	width: 772px;  
	background: #FFFFFF;
	padding: 0 0 -10 0;
	margin: 0 auto; 
	border: 10px solid #000000;
	text-align: left;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    
} 

.ministyle #header { 
	background: #ffffff; 


} 
.ministyle #nav{
 	background: #06F;
	
}

.ministyle #header h1 {

}

#mainContent {
	margin: -20px 0 -28px 0;
	padding: 0px;
} 
.ministyle #footer { 
	padding: 0 10px; 
	background:#666666;
} 
.ministyle #footer p {
	margin: -1px;
	color:#CCC;
	
}
.ministyle #footer a {
    color: #000;
    text-decoration: none;
}

/* Miscellaneous classes for reuse */
.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;
}