/* 	========================================================
					THEME STYLESHEET
	========================================================	*/

/*	==============
	MAIN CONTAINER
	==============	*/
#Main_Container {
	background: #000000 url(top.jpg) no-repeat top;
}

/*	=================
	CONTENT CONTAINER
	=================	*/
#Content_Container {
	background: #233242 url(container_top.gif) no-repeat top right;
}

/*	===========
	LEFT COLUMN
	===========	*/
#Content_LeftColumn {
	color: #B6B6B6;
	/*background-color: #33CC99;*/
}
/*	Item HEADING
================ */
.details_heading {
	color: #ffffff;
	background-color: #535E69;
}
/*	Item HEADING[link]
======================	*/
#Content_LeftColumn .details_heading a {
	color: #ffffff;
}
/*	Item Content
================ */
.details_content {
	background-color: #2F3D4C;
}
/*	Item SUBHEADING
=================== */
.details_content h4 {
	color: #B6B6B6;
}

/*	Item Links
============== */
.details_content a {
	color: #B6B6B6;
}

/*	============
	RIGHT COLUMN (GENERIC)
	============	*/
#Content_RightColumn {
	color: #B6B6B6;
	/*background-color: #99CC33;*/
}

/*	============
	RIGHT COLUMN (GALLERY)
	============	*/
.gallery_controls a {
	color: #ffffff;
}

/*	Gallery Heading
=================== */
#Gallery h2 {
	font-size: 16px;
	margin-bottom: 15px;
}
