body{
	margin:0 auto;
}

#pageMain1{
	margin:0 auto;
	color:#666666;
	font-size:10px;
	text-align:center;
}

#contents{
	margin:0px auto;
	width:750px;
	height:auto;
	border-style:solid;
	border-width:1px;
	}

#lefter{
	width:750px;
	height:100px;
	background-color:#cccfff;
	background-image:url("header.jpg");
}

#lefter h1{
	color:#666666;
	margin:20px;
}


#lefterIn{
	float:left;
	width:600px;
	height:auto;
}

#righter{
	float:right;
	width:auto;
	height:auto;
}

.rightMenu{
	padding-top:5px;
	margin:2px;
	background-color:#ffcccc;
	width:135px;	
	height:18px;
	text-align:center;
}


.rightMenu a{
	background-color:#ffcccc;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:120px;
	padding:5px 10px;
	color:#333333;
}

.rightMenu a:hover{
	background-color:#cccccc;
	font-size:12px;
	text-decoration:none;
	width:120px;
	color:#666666;
}

#footer{
	color:#666666;
	font-size:10px;
	text-align:center;
}
