.clear {
	clear:both;	
}

body {
	background-image: url(../bkgnd-tile-1.jpg);
	background-repeat: repeat-x;
	background-color: #691110;
}

#main {
	width: 850px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #f2d7b3;
	border: 2px solid #000;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#sidebar {
	width: 330px;
	float: left;
	text-align: left;
	padding: 0 50px 0 15px;
}

#content {
	width: 340px;
	float: left;
	text-align: left;
}

#full {
	width: 770px;
	clear: both;
	float: none;
	text-align: left;
	padding: 15px;
}

#header {
	background-image:url(http://www.openvoicelive.com/dev/OpenVoiceLiveheader2.png);
	margin-bottom: 10px;
}

#reviews {
	font-style:italic;
}

.bold {
	font-weight: bold;	
}

.right {
	text-align: right;	
}

ul.acts li {
	padding-bottom: 10px;

}

.highlight, .highlight a {
	color: #900;	
}

.highlight a:hover {
	color: #C90;
}

a {
	color: #900;	
}

a:hover {
	color: #C90;
}



#reviews span.indent {
	padding-left: 250px;
	font-size: 11px;
	
}

img.photo {
	border: 6px solid #FFF;
	
}

p {
line-height: 16px;	
}

