
	/* Tags */
	
	body
	{
		text-align: center;
		background: #55819E;
		font-size: 11px;
		font-family: tahoma;
	}
	
	h2
	{
		font-size: 15px;
		font-weight: normal;
		color: #000;
		margin: 0px 0px 6px 0px;
	}
	
	li p strong
	{
		margin-left: -17px;
		font-weight: normal;
	}
	
	p
	{
		margin: 0px 0px 8px 0px;
	}
	
	a
	{
		color: #cde;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #fff;
	}
	
	/* End Tags */

	table.gallery
	{
		margin-top: 10px;
		border-top: 2px solid #55819E;
		padding-top: 10px;
	}

	#top_big
	{
		background: url('../gfx/d_top.jpg') no-repeat;
		width: 800px;
		height: 125px;
	}
	
	#top_small
	{
		background: url('../gfx/d_top_small.jpg') no-repeat;
		width: 800px;
		height: 60px;
	}
	
	#content_container
	{
		position: relative;
		background: url('../gfx/d_back.jpg');
		width: 800px;
	}
	
	#content
	{
		display: block;
		padding: 20px 35px 5px 35px;
	}
	* html #content
	{
		width: 100%;
	}
	
	#container_big, #container_small
	{
		margin: auto;
		padding-bottom: 25px;
		width: 800px;
		text-align: left;
		background: url('../gfx/d_bottom.jpg') bottom left no-repeat;
	}
	
	/* Nav Menu */
	
	#menu_mini
	{
		margin-top: -10px;
		display: block;
		height: 40px;
	}
	
	#menu_mini a
	{
		display: block;
		float: left;
		padding: 4px;
		color: #a00;
		font-size: 11px;
		text-decoration: none;
	}
	
	#menu_mini a:hover
	{
		color: #d00;
	}
	
	#menu_mini a.active
	{
		font-weight: bold;
		padding-bottom: 2px;
		border-bottom: 2px solid #55819E;
	}
	* html #menu_mini a.active
	{
		padding-bottom: 4px;
	}
	
	#menu
	{
		width: 17%;
		float: left;
	}
	
	#menu a
	{
		display: block;
		color: #a00;
		font-size: 11px;
		text-decoration: none;
		margin: 0px;
		padding: 4px;
	}
	
	#menu a:hover
	{
		color: #d00;
	}
	
	#menu a.active
	{
		font-weight: bold;
		padding-bottom: 2px;
		border-bottom: 2px solid #55819E;
	}
	* html #menu a.active
	{
		padding-bottom: 4px;
	}
	
	/* Text Body */
	
	#body
	{
		width: 600px;
		float: right;
	}
	
	#body a
	{
		color: #385669;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
	}
	
	#body a:hover
	{
		color: #55819E;
	}
	
	/* End Text Body */
	
	
	/* End Nav Menu */
	