@import url("layout.css");

div#content
{
	width: 827px;
}

div#content div#welcome
	{
		background: url('../img/home_page/grey_line.gif') no-repeat bottom;
		margin-bottom: 60px;
		padding: 0 14px 5px;
	}
	
		div#content div#welcome h1
		{
			color: #f80003;
			font-size: 170%;
			margin: 20px 0 0;
			padding: 0;
		}
		
		div#content div#welcome p
		{
			margin: 0;
		}

	div#content .container
	{
		background: url('../img/home_page/container_bg.png') repeat-y;
		float: left; 
		margin-right: 1px;
		margin-bottom: 50px;
		min-height: 200px;
		position: relative;
		width: 274px;
	}
	
	div#content .container_header 
	{
		background: url('../img/home_page/container_header_bg.png') no-repeat;
		color: #fff;
		font-weight: bold;
		font-size: 110%;
		height: 43px;
		line-height: 43px;
		position: relative;
		 left: -1px;
		padding-left: 15px;
	}
	
		div#content .container_header img 
		{
			position: absolute;
				top: -43px;
				right: 5px;
		}
		
	div#content .third_container { margin-right: 0; }
	
	div#content .container ul
	{
		margin: 10px 0 45px;
		padding: 0;
	}
	
		div#content .container ul li
		{
			background: url('../img/list_style_image.gif') no-repeat left 5px;
			font-size: 95%;
			margin-top: 7px;
			padding-left: 13px; 
			width: 235px;
		}
		
		div#content .container ul li a { color: #ff0000; font-size: 100%; text-decoration: underline; }
		
		div#content .container ul li a:hover { text-decoration: none; } 
		
		div#content .container ul li span { color: #f80003; font-weight: bold; }
		
		div#content .container p { margin-left: 10px; margin-top: 5px; margin-bottom: 0px; border: 0px solid black; }
		
		div#content .container .more_info
		{
			background: none;
			border-top: 1px dotted #010101;
			border-bottom: 1px dotted #010101;
			font-size: 90%;
			padding: 2px 0; 
			position: absolute;
			bottom: 10px;
			width: 245px;
		} 
			div#content .container .more_info a { color: #000; text-decoration: none; }
			
			div#content .container .more_info a:hover { text-decoration: underline; } 
			
			div#content .container .more_info img
			{
				position: relative;
					top: 1px;
					left: 140px;
			}
		
		div#content .container .container_footer
		{
			background: url('../img/home_page/container_footer_bg.png') no-repeat;
			height: 6px;
			width: 274px;
			position: absolute;
			bottom: 0px;
		}
