html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: auto;
	color: #000;
	width: 722px;
	font: 101% "Times New Roman", serif;
}

img {
	border: none;
}

#banner {
	z-index: 1;
	position: relative;
}

#container {
	margin: 10px auto;
	background: url(../img/right_image.jpg) repeat-y right;
	width: 722px;
	text-align: left;
}

#nav {
	float: right;
	width: 170px;
	margin: -175px 0;
	z-index: 2;
	position: relative;
}

h1, h2 {
	font: 700 1.5em Arial, sans-serif;
	text-align: center;
	color: #8b0000;
}

h2 {
	font: 700 1.2em Arial, sans-serif;
}

.l1 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	width: 140px;
	list-style: none;
}

.l2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	width: 450px;
}

#content {
	padding: 3em 0 1em;
	margin: -10px 150px 0 2px;
	border-width: 1px;
	border-style: none none none solid;
}

#content p {
	margin-left: 8px;
}

.purchase {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

ul.u3 {
	font-size: 20px;
	margin-top: 30px;
	font-weight: 700;
	font-style: italic;
}

#footer {
	clear: both;
	background: #F4F2F2;
	padding: .1em;
	text-align: center;
	margin-left: 2px;
	border-width: 1px;
	border-style: solid;
	width: 575px;
	font-size: .75em;
	font-style: italic;
}

a:link {color: #fffffe;}
a:visited {color: #ffbaba;}
a:hover {color: #C0FFFF;}

.lnk {font-size: 18px;}
.lnk a:link {color: #00F;}
.lnk a:visited {color: #008000;}
.lnk a:hover {color: #C00000;}

.l3 {color: #00F;text-decoration: underline;margin: 30px 0 0 40px;}
.l3 a:link {color: #00F;}
.l3 a:visited {color: #008000;}
.l3 a:hover {color: #C00000;}
