body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(CommonGraphics/checkerboard.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
}
#Main {
	display: block;
	width:987;
	height:100%;
}

#left {
	display:block;
	position:relative;
	width:230px;
	background-image: url(CommonGraphics/green-background.gif);
	float: left;
	background-repeat: repeat-y;
	top: 0px;
}


#top {
	height:198px;
	background-repeat: repeat-x;
	float: left;
	display: block;
}

#live {
	top:215px;
	width:757px;
	height:100%;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
	display: block;
}
.RuleTopBlack {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
.BoldBlack {
	font-weight: bold;
	color: #000000;
}
.imageBox {
	border: 1px solid #C6E19B;
}

#container {
	display:block;
	width: 757px;
	padding-left: 0px;
	position: absolute;
	left: 230px;
}

.pageTitle {
	font-size: 250%;
	font-weight: bold;
	color: #996600;
	font-family: "Times New Roman", Times, serif;
}
.clearfloat {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6E19B;
	clear: both;
	margin-top: 10px;
}
.BoldBlackRuleTop {
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6E19B;
}
.liveContent {
	padding-top:0px;
	margin-left: 10px;
	margin-top: 0px;
}
.insert {
	float:right;
	width:200px;
	margin-top: 0px;
	margin-left: 10px;
	padding-right: 10px;
}
a:link {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
h1 {
	font-size: 145%;
	font-style: italic;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.CartTable {
	border: 1px solid #666666;
}
