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