/* @group Page Elements */

/*
 * Header
 */
#page_header
{
/*	background: #ffffff url(/images/page_elements/cf_logo_small.jpg) no-repeat; */
	text-align: left;
	width: 780px;
	height: 230px;
}

/*
 * Content
 */
#container
{
	width: 780px;
	text-align: left;
	position: relative;
	margin: 0px auto;
	
	padding: 10px 0px 20px 0px;
}

/* @end */
/* @group Logged-in User */
  
#content
{
	width: 510px;
	float: left;
	
/*	border-right: 1px solid #e6e6e6;
*/
	
	padding-right: 10px;
}

#sidebar
{
	width: 240px;
	float: right;

	margin-left: 10px;
}

/* @end */
/* @group Home Page */

#home_header
{
	text-align: left;
	width: 780px;
	height: 170px;
}

#home_content
{
	width: 388px;
	float: left;
	
	padding-right: 10px;
}

#home_sidebar
{
	width: 370px;
	float: right;

	margin-left: 10px;
}

#home_content_bottom
{
	clear: both;
	width: 780px;
}

/* @end */

/* @group Basic Pages */

#home_header
{
	text-align: left;
	height: 170px;
}


#basic_container
{
	margin: 10px;
}

#basic_content
{
	margin-top: 20px;
}
/* @end */
 
 
 