/* ================================ */
/* Structure						*/
/*  - Styles that create the blocks */
/*  that the site is made of.		*/
/* ================================	*/

/* ================================	*/
/* Main Site Layout Structure		*/
/* ================================ */

#frame
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 173px;
}	

#side_menu
{
	border-top-width: 15px;
	border-left-width: 15px;

	width: 123px;
	float: left;
}

#side_bar_back
{
	margin-left: 138px;
}

#side_bar
{
	width: 120px;
	float: left;
	
	padding: 10px;
}


/* ================================	*/
/* Content Block					*/
/* ================================ */

#content
{
	margin-left: 140px;
}

#content_top
{
	border-top-width: 13px;
}

#content_main
{
	border-width: 13px;
	padding: 18px;
}

#content_text
{
	width: 610px;
	float: left;
}

/* ================================	*/
/* Contact Block					*/
/* ================================ */

#content_bottom
{
	padding: 5px;
}


/* ================================	*/
/* Credits Block					*/
/* ================================ */

#credits
{
	height: 24px;

	padding-top: 6px;
	padding-right: 8px;
}


