	div#container_home
			{
				border:#FF0000 1px solid;
				width:450px;
				position:absolute;
				left:30px;
			}
		
		div#home_banner
			{
				background-image:url(../images/site/home_page.jpg);
				background-repeat:no-repeat;
				height:230px;
				width:440px;
				margin:5px;
				position:relative;
				top:0px;
				left:0px;
			}
	
		div#home_banner_text
			{
				background-image:url(../images/site/home_background_text.jpg);
				background-repeat:no-repeat;
				color:#FFFFFF; 
				font-size:.8em; 
				width:440px; 
				height:160px;
				margin:5px;
				overflow:hidden;
			}
		div#container_home_news
			{
				background-image:url(../images/site/new_background.jpg);
				background-repeat:no-repeat;
				width:250px;
				height:420px;
				font-size:.9em;
				position:absolute;
				left:500px;
			}
		div#container_news
			{
				background-image:url(../images/site/new_background.jpg);
				background-repeat:no-repeat;
				width:250px;
				height:420px;
				font-size:.9em;
				position:relative;
				left:30px;
			}
			
	div#container_what
		{
			margin-left:30px;
			position:relative;
		}

	div#message_board
		{
			background-image:url(../images/site/message_board.jpg);
			background-repeat:no-repeat;
			height:396px;
			float:left;
			margin-right:20px;
		}
	
	div#message_shadow
		{
			z-index:99;
			background-color:#ff0000;
			width:200px;
			height:100px;
		}
		
	div#yoursay
		{
			width:230px;
			background-color:#EBEBEB;
			border-right:#CCCCCC solid 2px;
			border-bottom:#CCCCCC solid 2px;
			float:left;
		}
	div#yoursay h1
		{
			color:#666666;
			background-color:#EBEBEB;
			text-transform:uppercase;
			font-size:1.6em;
			margin: 0em 0em .2em 0em;
		}
	div#yoursay_sub
		{
			margin:10px;
		}
	
	div#yoursay textarea
		{
		font-family:Arial, Helvetica, sans-serif;
		}

div#page_edit p.story
	{
		color:#ff0000;
		font-size:1.2em;
		margin: 0em 0em .2em 0em;
		font-weight:bold;
	}

div#gallery_contents
	{
		position:absolute;
		top:100px;
		left:300px;
	}
div#gallery_contents li
	{
		margin:0;
		padding:0;
	}
div#gallery_contents li
	{
		width:100px;
		margin:0;
		padding:0;
		color:#ff0000;
		font-size:1.4em;
		font-weight:bold;
		float:left;
		text-align:center;
		text-decoration:none;
		display:inline;
		list-style:none;
	}

div#gallery_contents a:link,
div#gallery_contents a:visited,
div#gallery_contents a:hover,
div#gallery_contents a:active
	{
		color:#ff0000;
		text-decoration:none;
	}

div#gallery_contents a.selected
	{
		color:#666666;
	}

	div#left_contents_image
	{
	position:absolute;
	left:22px;
	bottom:0px;
	width:142px;
	height:101px;
	background-image:url(../images/site/contents.gif); 
	background-repeat:no-repeat;
	}

div#container_admin
	{
		width:780px;
		position:relative;
		top:90px;
		min-height: 500px;
	}

	* html #container_admin {
		height: 500px;
	}
	
	div#container_admincontent
		{
			min-height: 300px;
			width:780px;
			position:relative;
		}
		
		* html #container_content_middle {
			height: 300px;
		}

div#container_maincontent
	{
	width:560px;
	margin-left:210px;
	}
	
	div#container_maincontent h1
		{
		background-color:#CCCCCC;
		display:block;
		font-weight:bold;
		width:556px;
		}
	
	div#container_maincontent h2
		{
		clear:both;
	
	}

	div#container_maincontent img
		{
		border:none;
			}

.image_left
	{
		float:left;
		padding:10px 10px 10px 0;
	}

.image_right
	{
		float:right;
		padding:10px 0 10px 10px;
	}

div#page_teamtherapies
	{
		position:relative;
		margin-left:37px;
		background-image:url('../images/site/teams_therapies.gif');
		background-repeat:no-repeat;
		height:286px;
		width:516px;
		margin-top:15px;
	}

div#page_teamsupport
	{
		position:relative;
		margin-left:37px;
		background-image:url('../images/site/teams_support.gif');
		background-repeat:no-repeat;
		height:286px;
		width:516px;
		margin-top:15px;
	}
	
div#page_teamsmashed
	{
		position:relative;
		margin-left:37px;
		background-image:url('../images/site/teams_smashed.gif');
		background-repeat:no-repeat;
		height:286px;
		width:516px;
		margin-top:15px;
	}

div#page_teamhealth
	{
		position:relative;
		margin-left:37px;
		background-image:url('../images/site/teams_sexualhealth.gif');
		background-repeat:no-repeat;
		height:286px;
		width:516px;
		margin-top:15px;
	}

div#page_teamconnected
	{
		position:relative;
		margin-left:37px;
		background-image:url('../images/site/teams_connected.gif');
		background-repeat:no-repeat;
		height:286px;
		width:516px;
		margin-top:15px;
	}

div#page_teammember_sub
	{
		position:absolute;
		left:240px;
		top:20px;
		overflow:auto;
		height:230px;
		width:242px;
	}

div#page_teamconnected img,div#page_teamsupport img,div#page_teamhealthimg,div#page_teamtherapies img
	{
		margin-left:30px;
		padding:5px;
		float:left;
	}