body {
	margin-top:10px;
	text-align: center;
	background-image: url('images/diamondBG.jpg');
	background-repeat: repeat;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width: 650px;
	/*height: 800px;*/
	background-color: #ffffff;
	border: 1pt #000000 solid;
}

.header {
	width:650px;
	height: 200px;
}

.counter {
	text-align: right;
	width: 100%;
	padding-top: 160px;
}
					/* PICS */
.mainArea {
	text-align: left;
	width: 625px;
	height:560px;
	margin-left: 8px;
}
.commentTable {
	border: 1px #000000 dotted;
}
.commentTitle {
	text-align: center;
	font-size: 14pt;
	background-color: #000000;
	color: #ffffff;
}
.commentDate {
	font-size: 12px;
	width: 300px;
	text-align: right;
	border-bottom: 1px #000000 dashed;
}
.commentItems {
	background-color: #cccccc;
}
.rate {
	color: #ffffff;
	border: 1pt #000000 solid;
	background-color: #F52929;
}
					/* LINKS */

a.menu_links {text-decoration:none; font-weight:500; color:#000000;}
a.menu_links:visited { text-decoration:none; font-weight:500; color:#000000;}
a.menu_links:hover {text-decoration:none; font-weight:500; color:#cccccc;}