/* CSS Document */
html {
	font-size: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #D3D3D4;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	text-indent: -100em;
	padding: 0px;
	margin: 0px;
}

h2 {
	text-indent: -100em;
	width: 552px;
	height: 29px;
	padding: 0px;
	margin: 0px;
}

#top_l {
	background-image:url("/pw7/images/top_l.jpg");
	width: 100px;
	height: 200px;
}

#top_c {
	background-image:url("/pw7/images/top_c.jpg");
	width: 560px;
	height: 200px;
}

#top_r {
	background-image:url("/pw7/images/top_r.jpg");
	width: 100px;
	height: 200px;
}

.mid_l {
	width: 100px;
	background-image: url("/pw7/images/mid_l.jpg");
	background-repeat: repeat-y;
}

.mid_c {
	width: 552px;
	background-color: #D3D3D4;
	text-align: left;
	padding: 4px;
	font-size: 0.8em;
}
.img_right {
	border: 1px solid #000000;
	margin-left: 4px;
	clear: both;
	float: right;
}
.mid_m {
	width: 560px;
	background-color: #D3D3D4;
	text-align: center;
	vertical-align: top;
	height: 39px;
	font-size: 0.75em;
}

.mid_r {
	width: 100px;
	background-image: url("/pw7/images/mid_r.jpg");
	background-repeat: repeat-y;
}

#bot_l {
	background-image:url("/pw7/images/bottom_l.jpg");
	width: 100px;
	height: 39px;
}

#bot_c {
	background-color: #D3D3D4;
	width: 560px;
	height: 39px;
	text-align: center;
	vertical-align: middle;
}

#bot_r {
	background-image:url("/pw7/images/bottom_r.jpg");
	width: 100px;
	height: 39px;
}
#footer {
	width: auto;
	height: auto;
	padding: 4px;
	font-size: 0.6em;
}
#mid_c_amazon {
	padding-top: 5px;
	width: 560px;
	background-color: #D3D3D4;
	text-align: center;
}
#pre {
	font-size: inherit;
	font-family: "Courier New", Courier, mono;
	border: 1px dotted #333333;
	background-color: #B4B4B4;
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px;
}
