#cols {
	width: 718px;
	overflow: hidden;
}
	#center {
		width: 313px;
		margin-left: 186px;
		padding: 10px 10px 10px 30px;
	}
		#message {
			padding-right: 10px;
		}
			#message h2 {
				font: 14px Tahoma, sans-serif;
				color: #7e400b;
				font-weight: bold;
				margin: 0px 0px 5px 0px;
			}
			#message p {
				font: 11px Tahoma, sans-serif;
				color: #515151;
				border-bottom: 1px dotted #7A7A7A;
				margin: 0px;
				padding-bottom: 5px;
			}
			#message a {
				width: 108px;
				height: 15px;
				font: 10px Tahoma, sans-serif;
				font-weight: bold;
				color: #7e400b;
				text-decoration: underline;
				background: url('../img/link_bg.gif') no-repeat right center;
				margin-left: 195px;
				margin-top: 10px;
				display: block;
			}
		#categories {
			width: 100%;
			overflow: hidden;
			margin-top: 20px;
		}
			#categories h1 {
				color: #7e400b;
				margin: 0px 0px 5px 0px;
				font: 19px Tahoma, sans-serif;
			}
			#categories div.cat {
				margin-left: 9px;
				float: left;
			}
				#categories div.cat img {
					width: 88px;
					height: 88px;
					border: 1px solid #b6b6b6;
					padding: 1px;
					display: block;
				}
				#categories div.cat a {
					width: 82px;
					margin: 7px 0px 20px 1px;
					font: 12px Tahoma, sans-serif;
					font-weight: bold;
					color: #A70B03;
					text-align: center;
					text-transform: capitalize;
					border-left: 1px dotted #A70B03;
					border-right: 1px dotted #A70B03;
					padding: 0px 3px;
					display: block;
				}
	#right {
		width: 176px;
		height: 446px;
		padding-top: 10px;
		position: absolute;
		top: 190px;
		left: 539px;
	}
		#right a img {
			border: none;
		}
