/* CSS Document */

#content .red_text {
	color:#f00;
}

#top-bar {
	background:#ececec;
	height:28px;
	padding-top:12px;
	color:#9d9d9d;
}

#top-bar a {
	color:#9d9d9d;
	text-decoration:none;
	margin-right:18px;
}

#top-bar a:hover {
	cursor:pointer;
}

#tag {
	float:left;
	width:270px;
}

#top-links {
	float:right;
	text-align:right;
	width:500px;
}

#content-container {
	background:url(/images/bg-content-container.jpg) repeat-x top;
	min-height:200px;
}

#content-container .container {
	background:url(/images/bg-content.jpg) no-repeat top #fff;
	min-height:200px;
}

#gallery-link {
	margin:20px 0;
}

/*.threepxfix class below: Targets IE6- ONLY. Do not delete. */

* html .threepxfix{
	margin-left: 3px;
}






