/*
pink #e1a7cf
brown #4e2614
pink bg #dbd0cc
*/
.printonly {
	display:none;
}
.noprint {
	display:inline;
}
body {
	background-color: #dbd0cc;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#4e2614;
}
a:link {
	color: #4e2614;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4e2614;
}
a:hover {
	text-decoration: none;
	background-color: #4e2614;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	background-color: #4e2614;
	color:#FFFFFF;
}

.head {
	font-size:1.2em;
	color: #e1a7cf;
	font-weight:bold;
}
#wholepage {
	width:706px;
	border:1px solid #4e2614;
	background-color:#dbd0cc;
	background-color:#FFFFFF;
	margin:0 auto;
	margin-top:20px;
}
#nav_top {
	width:706px;
}
#content {
	width:706px;
}
#content p {
	line-height: 1.6em;
}
#content ul {
	line-height: 1.6em;
	font-weight:bold;
}

#content_single_block {
	width:650px;
	padding:24px;
}
#content_single_block p {
	line-height: 1.6em;
}

#content_left {
	width:211px;
	float:left;
	padding-top:8px;
}
#content_right {
	width:446px;
	float:right;
	padding-top: 24px;
	padding-bottom: 30px;
	padding-right:49px;
}

#content_left_press {
	width:176px;
	float:left;
}
#content_right_press {
	width:480px;
	float:right;
	padding-top: 24px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left:0px;
	text-align:left;
}
#content_left_press p {
	width:128px;
	padding:24px;
}

#nav_bottom {
	width:706px;
}
.press_popup {
	background-color:#dbd0cc;
	width:240px;
	padding:20px;
	top:-30px;
}
.read_more {
	text-align:right;
	color:#dbd0cc;
	background-color:#4e2614;
	padding:8px;
	font-weight:bold;
	margin-left:150px;
}
