/*** home page flash elements ***/
#flash_left
{
	float:left;
	width:630px;
	height:355px;
	background-image:url("/images/templates/flashleftplaceholder.jpg");
	background-repeat:no-repeat;
}

#flash_right
{
	float:right;
	width:315px;
	height:355px;
	background-image:url("/images/templates/flashrightplaceholder.jpg");
	background-repeat:no-repeat;
}

/*** content and sidebar container overrides ***/
#cs_container
{
	background:#175181 url('/images/templates/ContentGradient.jpg') repeat-x;
}

/*** main content elements overrides ***/
#content p 
{
	color:White;
}

#content a 
{
	color:#d5b87e;
}

/*** sidebar elements overrides ***/
#sidebar
{
	background-image:url('/images/templates/SidebarGradientAndGrunge.jpg');
}

#sidebar p
{
	color:White;
}

#sidebar p.title
{
	color:#d5b87e;
}

