body
		{margin: 0px;
		padding: 0px;
		font-family: verdana, arial, sans-serif;
		}

#whole
		{width: 500px;
		padding: 0px;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -250px;
		}

#main
		{float: left;
		margin: 0px 0px 10px 0px;
		}

#left, #middle, #right
		{width: 150px;
		float: left;
		margin: 0px 5px;
		}

h1
		{float: left;
		clear: both;
		font-size: 14px;
		color: #8b981d;
		width: 500px;
		}

h2
		{font-size: 12px;
		font-weight: normal;
		margin: 0px;
		}

p
		{font-size: 10px;
		}

img
		{border: none;
		}

ul
		{margin: 0px 0px 0px 0px;
		padding: 0px;
		}

li
		{font-size: 10px;
		margin: 3px 0px;
		list-style: none;
		}

table
		{border-collapse: collapse;
		width: 500px;
		margin: 10px 0px;
		}

table tr
		{border-width: 0px 0px 1px 0px;
		border-color: #cacaca;
		border-style: solid;
		}

table tr td
		{width: 150px;
		font-size: 10px;
		border-width: 1px;
		border-color: #000000;
		}

#header
		{border: none;
		}

.brand
		{font-weight: bold;
		}

.price
		{text-align: right;
		}

#footer
		{float: left;
		clear: both;
		background-color: #bf0e28;
		width: 500px;
		text-align: center;
		}

#pdf
		{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		}

#pdf a
		{font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		}

#pdf a:hover
		{text-decoration: underline;
		}

#nav
		{float: right;
		margin-top: 2px;
		margin-right: 10px;
		}

#nav a
		{color: #ffffff;
		text-decoration: none;
		font-size: 10px;
		font-family: verdana, arial, sans-serif;
		}

#nav a:hover
		{text-decoration: underline;
		}

.arrow
		{background-color: #afac7c;
		padding: 2px;
		}

#nav a.selected
		{text-decoration: underline;
		}

#download
		{width: 500px;
		height: 300px;
		text-align: center;
		background-color: #e3e3c8;
		margin-bottom: 4px;
		}

#download a
		{position: relative;
		display: block;
		top: 120px;
		}