p,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/*#########################################################################*/
/*#########################################################################*/
#navigation {
	background-image: url(images/navigation.png);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 500px;
	width: 145px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 105px;
}
#navigation strong, #footer strong {
	display: none;
}
#navigation a {
	display: block;
	height: 47px;
	width: 135px;
	margin: 5px;
	position: relative;
}
#navigation a.home {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 50px;
	width: 145px;
	margin: 0px;
	background-image: url(images/button-home.png);
	background-repeat: no-repeat;
	background-position: 60px 10px;
}
/*#########################################################################*/
/*#########################################################################*/
#container {
	width: 498px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 145px;
}
/*#########################################################################*/
/*#########################################################################*/
#header {
	position: absolute;
	left: 145px;
	top: 0px;
	background-image: url(images/header.png);
	height: 100px;
	width: 498px;
}
#header p {
	display: none;
}
/*#########################################################################*/
/*#########################################################################*/
#pod {
	position: absolute;
	left: 106px;
	top: 29px;
	background-image: url(images/pod.png);
	width: 94px;
	height: 94px;
	background-repeat: no-repeat;
	z-index: 999;
}
/*#########################################################################*/
/*#########################################################################*/
#content {
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	width: 453px;
	position: relative;
	padding-bottom: 50px;
	padding-top: 10px;
}
/*#########################################################################*/
/*#########################################################################*/
#footer {
	width: 453px;
	background-image: url(images/footer.png);
	height: 100px;
	position: relative;
	z-index: 60;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 145px;
	top: 45px;
	width: 150px;
	z-index: 50;
}
#footer a {
	display: block;
	height: 20px;
	width: 150px;
}
/*#########################################################################*/
/*#########################################################################*/
#faq {
	padding-right: 30px;
	padding-left: 30px;
}
#faq p {
	color: #CCCCCC;
	text-align: justify;
	margin-left: 20px;
}
#faq a {
	color: #FFFFFF;
	text-decoration: none;
}
#faq a:hover {
	color: #A32814;
}
#faq img {
	border: 0px;
}h2 {
	font-size: 9px;
	margin-top: 1em;
}
/*#########################################################################*/
/*#########################################################################*/
#content img.splash {
	position: absolute;
	left: -48px;
	top: -77px;
}
#buynow a {
	display: block;
	position: absolute;
	background-image: url(images/buyNow.png);
	height: 44px;
	width: 132px;
	background-repeat: no-repeat;
	top: 43px;
	right: 0px;
}
