body {
	margin:0;
	padding:0;
	background-color:#707a5d;
	background-image:url(images/bodyBground.gif);
	background-repeat:repeat-x;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#000000;
}

.container {
	width:998px;
	text-align:center;
	margin:0 auto 50px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:white;
}

.header {
	width:1000px;
	height:99px;
	margin:0 auto;
	display:block;
	text-align:center;
	background-color:#000000;
	background-image:url(images/headerBground.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:1px solid #000000;
}

.content {
	width:958px;
	padding:20px 20px;
	display:block;
	text-align:left;
}

h1 {
	display:block;
	text-align:center;
	font-size:xx-large;
	color:#ff0000;
	margin:0px 20px 20px 0;
}

.video {
	/* width:624;
	height:500;
	border:1px solid #FF0000; */
	float:left;
	display:block;
	margin-bottom:20px;
}

.button {
	margin-bottom:10px;
	float:right;
	display:block;
	border:none;
}

.content p {
	font-size:small;
	margin:20px 20px;
}

.footer {
	height:38px;
	display:block;
	width:100%;
	clear:both;
	border-top:1px solid #000000;
	background-color:#000000;
	background-image:url(images/footerBground.gif);
	background-repeat:repeat-x;
}

/* sales link page styles */
.salescontainer {
	width:650px;
	margin:30px auto;
	padding:0;
	text-align:center;
	background-color:white;
	border:1px solid #000000;
}

.salesheader {
	width:100%;
	height:25px;
	display:block;
	background-color:#990000;
	border-bottom:1px solid #000000;
}

.salescontent{
	padding:20px;
	text-align:left;
}

.salesfooter {
	width:100%;
	height:15px;
	display:block;
	background-color:#3b3b3b;
	border-top:1px solid #000000;
}

.buybutton {
	margin:10px;
	border:none;
}

ul {
	list-style-image:url(images/bullet.gif);
}

p {
	text-align:center;
}