@charset "UTF-8";

body {
	font: 100% 
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.oneColLiqCtrHdr #container {
	width: 100%;
	background-attachment: scroll;
	background-image: url(back/mwm.png);
	background-repeat: repeat;
	background-position: center bottom;
	background-attachment: fixed;
	font-family: "Century Gothic","Arial", "Verdana" monospace;
	height: auto;
	border: 1px solid #FFF;
	font-size: 12px;
	font-style: normal;
	color: #333;
	padding: 0px;
}
.oneColLiqCtrHdr #header {
	background: #FFFFFF; 
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; 
	background: #FFFFFF;
} 

.oneColLiqCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

.oneColLiqCtrHdr #container #mainContent table {
	text-align: left;
}


div.thumb{
	float:left;
	font-size: 10px;
	width: ;
	padding: ;
	margin: 15px 15px;
	background: #FFFFFF;
	-moz-border-radius: 10%;
}
div.line{
	float:none;
	margin: 15px 0px;
}

div.title{
	float:none;
	margin-bottom: 15px;	
}

div.navi{
	float:none;
	background: #FFFFFF;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-border-radius: 0 0 10% 10%;
}
div.contents_text{
	float:bottom;
	background: #FFFFFF;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-border-radius: 1% 1%;
}


div.etc{
	padding: 50px;
	width: 600px;
	height:100%;
	word-wrap: break-word;
	font-family: "Arial","Verdana" monospace;
	height: auto;
	border: 1px solid #FFF;
	font-size: 12px;
	color: #333;
	background: #FFFFFF;
	filter: alpha(opacity=98);
	opacity: 0.98;
	-moz-border-radius: 1% 1%;
}



