/*
General CSS for the demos of DHTMLSuite
*/
td{
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size: .8em;
	line-height: 1.4em;
	color: #bc8352;
	letter-spacing: 0.07em;
	}

a:link{
	color: #bc8352;
	text-decoration: none;
}
a:visited{
	color: #bc8352;
	text-decoration: none;
}
a:hover{
	color: #666;
	text-decoration: none;
}
a:active{
	color: #bc8352;
	text-decoration: none;
}

a img {
	border: none; 
}
	#mainContainer{
	margin-left:186px;
	margin-right:auto;
	position: relative;
	width: 667px;
	height: 643px;
	left: -59px;
	top: 0px;
	}

h2{
	font-size:1.3em;
	padding:0px 0px 0px 0px;
	}

