@charset "UTF-8";
/* CSS Document */

body  {
	background-image: url(images/red-texture.gif);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.container {
	height: 650px;
	width: 836px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.right-shad {
	float: right;
	height: 650px;
	width: 18px;
	background-image: url(images/red-texture_shad-right.gif);
	background-repeat: repeat-y;
}
.content {
	height: 605px;
	width: 500px;
	float: right;
	background-image: url(images/red-white_grad.jpg);
	background-repeat: repeat-x;
}
.navbar {
	width: 300px;
	float: right;
}
.left-shad {
	float: left;
	height: 650px;
	width: 18px;
	background-image: url(images/red-texture_shad-left.gif);
	background-repeat: repeat-y;
}
.footer-box {
	height: 39px;
	width: 800px;
	position: absolute;
	left: 17px;
	top: 605px;
	background-color: #86846f;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	
}
a.footer-text:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer-text:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer-text:hover {
	color: #FFCCCC;
}
a.footer-text:active {
	color: #FFFFFF;
}	
.ezk {
	position:absolute;
	left:422px;
	top:0px;
	width:396px;
	height:74px;
	z-index:1;
	background-image: url(images/ezk.jpg);
	background-repeat: no-repeat;
}
.textbox {
	position: absolute;
	width: 470px;
	top: 142px;
	left: 330px;
}
.text-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
a.text-head:link {
	color: #000000;
	text-decoration: none;
}
a.text-head:visited {
	color: #000000;
	text-decoration: none;
}
a.text-head:hover {
	color: #CC0000;
	text-decoration: none;
}
a.text-head:active {
	color: #000000;
	text-decoration: none;
}
.text-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.text {
font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}	
a.text:link {
	color: #000000;
	text-decoration: underline;
}
a.text:visited {
	color: #000000;
	text-decoration: underline;
}
a.text:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.text:active {
	color: #000000;
	text-decoration: underline;
}
.text-purchase {
	font-family: Arial, Helvetica, sans-serif;
	color: #86846F;
	font-weight: bold;
}
a.text-purchase:link {
	color: #86846F;
	text-decoration: underline;
}
a.text-purchase:visited {
	color: #86846F;
	text-decoration: underline;
}
a.text-purchase:hover {
	color: #CC0000;
	text-decoration: underline;
}
a.text-purchase:active {
	color: #86846F;
}

