* {
	margin:0; 
	padding: 0;
	border: 0;
}
h3 {
}
body {
	background: #333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ddd;
	font-size: 10px;
}
a { 
	color: #ddd;
	text-decoration:none;
} 
a:hover { 
	text-decoration:underline;
}
#wrapper {
	width:770px;
	margin: 10px auto;
	text-align: left;
	/* border: 1px solid #555555; */
	height:100% !Important;
	height:1%;
	background: transparent;
}

/* header */

#header {
	background: #000000 url(../img/headerBgFinal.png) repeat-x 0 0;
	margin-bottom: 5px;
}
#top {
	background: transparent none;
	height: 80px;
}
#bottom {
	color: white;
	background: transparent none;
	height: 17px;
	padding-top: 3px;
}
#bottom ul {
	list-style-type: none;
	padding: none;
	margin: none;
	text-align: center;
}
#bottom ul li {
	display: inline;
}
#bottom ul li a {
	color: #ddd;
	font-size: 10px;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border: 1px solid #777;
	background: #222;
	opacity:	0.7;
	filter:Alpha(style=0,opacity=70);

}
#bottom ul li a:hover {
	text-decoration: none;
	background: #444;
}

/* content */

.inside {
	padding: 20px;
}
#content {
	text-align: justify;
	height: 100%;
	min-height: 420px;
	/* border: 1px solid #555555; */
	border-bottom: none;
	background: #000000;
	overflow: hidden;
}

#footer {
	width: 100%;
	height: 0;
}
h3.pageHeader {
	margin: 10px -5px 10px -5px;
	font-size: 14px;
}
h3 {
	margin: 0 0 5px 0;
}

/* contents points */

.contentsPoint {
	/* border: 1px solid #FFFFFF; */
	clear: both;
}
img.imageImage
{
	float: left;
	padding: 0 0 10px 0;
}
.imageContainer {
	float: left;
	width: 30%;
}
.imageText {
	float: right;
	width: 70%;
}
.imageContainer64 {
	float: left;
	width: 43%;
}
.imageText64 {
	float: right;
	width: 57%;
}
.insideImageText 
{
	padding: 10px 20px 10px 20px;
}
.insideImage
{
	padding: 0 0 10px 0;
}




img.buyNowButton {
	margin: 10px;
	border: none;
}
a.inTextLink {
	text-decoration: underline;
}
#disclaimer {
	font-size: 9px;
}

/* quote style */
q {
	font-style: italic;
}
.quote-source {
	text-align: right;
}
#guestbookWrapper {
	margin-left: 115px;
}
