@charset "utf-8";
/* DHWEP Root Index */

#index_pictures
{
width:auto;

color:#FFFFFF;

font-size:xx-large;

font-weight:bold;

text-align:right;
}

	#aboutdhwep
	{
	/*
	background:url(../elements/root_index/waterdroplet.jpg) no-repeat;
	*/
	
	width:33%;
	
	height:210px;
	
	float:left;
	}
	
	#eventsdhwep
	{
	/*
	background:url(../elements/root_index/kallangriver.jpg) no-repeat;
	*/
	
	width:33%;
	
	height:210px;
	
	float:left;
	}
	
	#resourcesdhwep
	{
	/*
	background:url(../elements/root_index/macritchie.jpg) no-repeat;
	*/
	
	width:33%;
	
	height:210px;
	
	float:left;
	}
	
#announcement
{
width:auto;

height:50px;

padding-left:175px;

padding-top:15px;

margin-top:15px;

clear:both;
}

#boxes
{
height:430px;

color:#FFFFFF;
}
	
	#box_left
	{
	background-color:#009999;
	
	font-size:x-large;
	
	font-weight:bold;
	
	height:100%;
	
	width:49%;
	
	float:left;
	}
	
		#box_events
		{
		background-color:#FFF;
		
		border-top:thin dotted #666666;
		
		border-bottom:thin dotted #666666;
		
		color:#0066CC;
		
		font-size:medium;
		
		height:90%;
		}
		
			.text
			{
			color:#000000;
			
			font-size:medium;
			
			font-weight:normal;
			}
	
	#box_right
	{
	background-color:#009999;
	
	font-size:x-large;
	
	font-weight:bold;
	
	height:100%;
	
	width:49%;
	
	float:right;
	}