/* LAST UPDATED 07.02.09 */

#mainContent {
	float: left;
	width: 568px;
	margin: 20px 0 0 20px;
	line-height: 1.7em;
}

	#mainContent strong { color: #333; }

	table#profiles { background: url('../images/bg-dots.gif') top repeat-x; }

	table#profiles td {
		padding: 10px;
		background: url('../images/bg-dots.gif') bottom repeat-x;
	}

	table#profiles td.photo {
		padding: 10px 10px 0 0;
		background: none;
	}

#sidebar {
	float: right;
	width: 256px;
	margin: 7px 7px 0 0;
}

	#sidebar .content {
		padding: 20px;
		background: url('../images/bg-sidebar.jpg') top no-repeat;
	}

	#sidebar h2 {
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 16px;
	}

	#sidebar .textBox {
		margin: 7px 0 0 27px;
		padding: 2px 4px;
		width: 150px;
		border: 1px #ccc solid;
	}

	#sidebar .captcha { margin: 7px 0 0 27px; }

	#sidebar .searchButton, #sidebar .subscribeButton { margin: 7px 0 0 79px; }

	#sidebar .block {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px #ccc solid;
	}

	#sidebar #subscribe { color: #999; }

		#sidebar #subscribe p { padding: 0 0 10px; }

	#sidebar #findOut { color: #5d3128; }

#footer {
	clear: both;
	padding: 111px 0 0 270px;
	height: 100px;
	font-size: 12px;
	color: #999;
	background: url('../images/bg-footerInterior.jpg') top no-repeat;
}

	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#footer li {
		float: left;
		padding: 0 10px 0 11px;
		border-right: 1px #999 solid;
	}

	#footer li#last { border: none; }

	#footer a { color: #999; }

	#footer a:hover { color: #444; }

	#footer p {
		clear: both;
		padding: 20px 0 0 11px;
	}