html, body {
	margin: 0;
	padding: 0;
	background: #CC7878;
	text-align: center;
}

.main {
	margin: 0 auto;
	width: 690px;
}

a {
	color: #7B643B;
}

div, table {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color:#7B643B;
	font-weight: bold;
}

.bg {
	background: #EBE4D8;
}

.photo td {
	text-align: center;
}

.photo a {
	border:1px solid #7B643B; 
	display: block;
}

.photo a:hover {
	border-style: dashed;
}

.text {
	line-height: 18px;
}

/*-- BG rules BEGIN--*/
.bgt {
	background: url(bg_top.gif) no-repeat;
	height: 35px;
}

.bgb {
	background: url(bg_bottom.gif) no-repeat;
	height: 20px;
}

.bgl {
	background: url(bg_left.gif) repeat-y;
	width:10px;
}
 
 .bgr {
	background: url(bg_right.gif) repeat-y;
	width:10px;
}
/*-- BG rules END--*/

.dotted {
	background: #EBE4D8 url(dot.gif) center repeat-x;
	height: 1px;
	margin: 5px 0 0 0;
}