/* CSS Document */

body
{
	background: #e1048f url(/site/img/background_tile.gif) repeat;	
}

div#horizontal_center
{
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
	
	width: 750px;
	padding: 0;
}

/* document block */
/*******************************************************************************/
div#container
{
	/* for center alignment */
	margin: 0;

	/* normal */
	margin-top: 20px;
	border: 1px solid #000;
	background: #fff;
	width: 758px;
}


/* header block */
/*******************************************************************************/
div#header_container
{
	height: 89px;
	background-color: #7d52b1;
}

div#header_flashholder
{
/*	float:left; */
	width: 755px;
	height: 89px;
}

/* menu block */
/*******************************************************************************/
div#menu_container
{
	background: #af0570;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* body block */
/*******************************************************************************/
div#body_container_2col
{
}

div#content_column_2col
{
	width: 479px;
	height: 394px;
	overflow: auto;
	float: left;
}

div#content_column_1col
{
	width: 758px;
	height: 394px;
	overflow: auto;
}

div#content_container
{
	padding: 20px;
}

div#image_column_2col
{
	width: 279px;
	float: left;
}

/* footer block */
/*******************************************************************************/
div#footer_container
{
	margin-top: 5px;
	color: #fff;
}

div#footer_dbs
{
	margin-top: 7px;
}

div#footer_container a, div#footer_container p
{
	background-color: #e1048f;
}