/*Layout*/
#page{
	width:700px;
	min-width: 700px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	background-color:#E5E5D5;
}

#content {
	margin: 0px -200px 8px 0 ;
	width:100%;
	text-align:center;
	float:left;
	background-color:#E5E5D5;
	padding-top:15px;
}

#blogText{
	margin-right:230px;
	margin-left:30px;
}

#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	float:right;
}

.footerHeader {
	margin-bottom:1px;
	margin-left: 8px;
	margin-right:8px;
	margin-top: 3px;
	clear:both;
	height:20px;
}
/*for pop up layer*/
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 620px;
/*	height: 500px;*/
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}
/* /for pop up layer