* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
* a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #logoheader {
	width: 800px;
	margin-bottom: 20px;
}

#wrapper #bodyArea #left {
	width: 160px;
	float: left;
	height: 800px;
	margin-bottom: 15px;
}
#wrapper #bodyArea #right {
	width: 640px;
	float: right;
	height: 800px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: xx-large;
}
#wrapper #bodyArea #footer {
	clear: both;
}
#wrapper #bodyArea #left #sidenav {
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
}
#wrapper #bodyArea #left #redtag {
	margin-bottom: 15px;
	text-align: center;
}
#wrapper #bodyArea #left #payment {
	text-align: center;
}
#wrapper #bodyArea #footer #bottomnav {
	text-align: center;
}
#wrapper #bodyArea #left #sidenav table {
	font-size: 24px;
	font-style: italic;
	color: #000;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #footer #bottomnav table tr {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
