/* ================================ */
/* Skin								*/
/*  - Styles that add color and		*/
/* texture to the site.				*/
/* ================================	*/

/* ================================	*/
/* Generic Layout Style				*/
/* ================================ */

body 
{
	background-image: url(images/top_repeat.jpg);
	background-position: top;
	background-repeat: repeat-x;
	
	background-color: #DADADA;
}

/* ================================	*/
/* Main Site Layout Style			*/
/* ================================ */

#header
{
	background-image: url(images/rez4.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#side_menu
{
	border-top-color: #DADADA;
	border-top-style: solid;
	border-left-color: #DADADA;
	border-left-style: solid;

	background-color: #22214B;
}

#side_bar_back
{
	background-color: #22214B;
}


/* ================================	*/
/* Content Block					*/
/* ================================ */

#content
{
	background-color: #FFFFFF;
}

#content_top
{
	border-top-color: #313131;
	border-top-style: solid;
}

#content_main
{
	background-color: #FFFFFF;
	border-color: #9B9B9B;
	border-style: solid;
}

#content_bottom
{
	background-image: url(images/footer_rep.jpg);
	background-repeat: repeat-y;
}


/* ================================	*/
/* Credits Block					*/
/* ================================ */

#credits
{
	background-color: #9B9B9B;
}

