
body {
         background-color: #392219;
         margin: 0px;
}

body, p, div, span, table, tr, td, th {
		font-family: Tahoma, Arial, sans-serif;
		color: #392219;
}

p {
	margin:0;
}

hr {
	color:white;
}

#leftSide {
	width: 235px;
	background-image: url('img/left-bg.gif');
	background-repeat: repeat-y;
}

	#dropContain {
		position: relative;
		top: -287px;
		left: 235px;
		height: 0px;
		display:block;
	}

	#dropContain .dropDiv {
		position: absolute;
		display: none;
		z-index: 4;
	}

	.search {
		position:relative;
		top:-54px;
		left:63px;
	}

	#dropContain .dropDiv .dropCell {
		margin: 0px;
		display: block;
		background-color: #FFEF94;
		color: #392219;
		width: 200px;

		font-weight: bold;
		font-size: 11px;
		font-family: Tahoma, Arial, sans-serif;
		padding: 5px;

		border-style: solid;
		border-color: #392219;
		border-width: 0px 1px 1px 1px;

		filter: alpha(opacity=75);
		-moz-opacity: .75;
		opacity: .75;

		text-align: left;
	}

#rightSide {
	width: 557px;
	background-image: url('img/right-bg.gif');
	background-repeat: repeat-y;
}

#content {
	background-image: url('img/content-bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 300px;
	width: 520px;
}

	#contentFix {
			padding: 0px 0px 20px 0px;
			margin: 0px 12px 0px 0px;
	}

		#contentPadd {
			width: 507px;
			font-family: Arial, Tahoma, sans-serif;
			font-size: 13px;
		}
.subscribe {
	width: 120px;
	background: url(img/rss.gif) no-repeat left center;
	padding-left: 38px;
	margin-left: 76px;

	color: white;
	font-size: 13px;
	font-weight: bold;

	cursor: pointer;
}

.subscribe a { color: white; }

