/* CSS layout */
body {
	margin: 0;
	padding: 0;
	
}

#masthead {
	text-align: center;
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	font-size: large;
	border: thin #800000 ridge;
	list-style: circle;
	width: 275px;
	float: left;
	font: normal normal bold 100% serif;
	font-weight: normal;
	background-color: #C0C0C0;
	margin-left: 10px;
	text-indent: 5px;
}

#right_col {
	padding: 0 5px 0 5;
	border: thin #800000 ridge;
	width: auto;
	float: right;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	color: #FF0000;
	margin-left: 5px;
	margin-right: 5px;
}

#page_content {
	margin-left: 300px;
	margin-right: auto;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

#amazon {
	border: medium #808080 groove;
	min-height: 95px;
	clear: both;
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: large;
}

#bodyTable {
	font-family: "Times New Roman", Times, serif;
	table-layout: fixed;
	empty-cells: hide;
}
