body {
	/*background-color: #DDD8C2;*/
	background: url(../images/common/beigelinen.jpg);
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: .7em;
	color: #333333;
	text-align: center;
}
.prop {
   height:360px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.hr {
	height: 5px;
	border-bottom: 1px solid #999;
	margin-bottom: 0;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
#header {
	text-align: center;
	padding: 10px 0 0 0;
	background-color: white;
	height: 133px;
}
#wrapper {
	margin: auto;
	width: 750px;
	border-left: 2px solid #575040;
	border-right: 2px solid #575040;
	text-align: left;
	min-height: 420px;
}
#menu {
	height: 14px;
}
#contents {
	position: relative;
	margin: 0 20px 0 20px;
	padding-top: 20px;
	width: 710px;
}
#type {
	margin-top: 30px;
	width: 700px;
	height: 50px;
	overflow: hidden;
	/*margin-bottom: 50px;*/
}
