@charset "UTF-8";
body {
	margin: 30; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000019;
}
h1, h2 {
	font-size: 16px;
	font-weight: bolder;
}
p {
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}
ul {
	font-size: 12px;
}
#container  {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.plist {
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
#header  {
	margin: 0px;
	padding: 0;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer  {
	clear: both;
	background-color: #000019;
	margin: 0px;
	padding: 0;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
#copyright  a:link {
	color: #333333;
	text-decoration: none;
}
#copyright a:visited {
	color: #333333;
	text-decoration: none;
}
#frame {
	width: 720px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 501px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
}
#spacedown {
	padding-top: 33px;
}
#introimg {
}
.price {
	padding-top: 0px;
	margin-top: 0px;
}
.invisible {
	visibility: hidden;
}
.imgright {
	float: right;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgleft {
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
}
.center {
	text-align: center;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
