#banner {
	width: 100%;
	background: white;
	text-align: center;
	background: #333355;
}

#contentframe {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #008080;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebarframe {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #008080;
	padding-left: 5px;
	padding-right: 5px;
}

#videoframe {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #008080;
	padding-left: 10px;
	margin: auto;
	text-align: center;
}

#reviewtext {
	font-size: 10pt;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#rcframe {
	height: 156; 
	width: 100%; 
	margin: auto;
	background: white; 
	text-align:left;
}

#rcframe p {
	padding-right: 10px;
	padding-left: 10px;
}

#picboxleft {
	height: 245; 
	width: 300; 
	font-size: 10;
	float: left;
	border-style: solid; 
	margin-right: 10px;
	margin-top: 10px;
	background: yellow; 
	text-align:center
}

#picboxright {
	height: 245; 
	width: 300; 
	font-size: 10;
	float: right;
	border-style: solid; 
	margin-left: 10px;
	margin-top: 10px;
	background: yellow; 
	text-align:center
}


#picbox span {
	height: 50; 
	color: blue; 
	align: center
}

#picbox img {
	width: 300; 
	height: auto;
	margin-top 10px
}

.reviewsummaries {
    BORDER: 2px;
	border-style: solid;
}

.reviewcapsule {
    PADDING: 3px
}
