html,
	body
	{
		margin: 0px;
		padding: 0px;
		background: #666;
		color: #a6a6a6;
		font-family: arial, verdana, helvetica;
		font-size: 9pt;
	}
body
	{
		padding: 1px;
	}
#container
	{
		/*background: url(images/all-bg.gif) repeat-x top #484848;/**/
		background: #222;
		border: 1px solid #333;
		min-height: 100%;
	}

html,
	body,
	#container
	{
		height: 100%;
		width: 100%;
	}

*:first-child+html #container
	{
		height: auto;
		min-height: 100%;
	}

	
#head,
	#body,
	#foot
	{
		clear: both;
	}
#container,
	#head,
	#body,
	#foot
	{
		display: table;
	}
	

	
h1,
	h2, 
	h3,
	h4,
	h5,
	h6
	{
		text-transform: uppercase;
		color: #00a6eb;
		font-weight: normal;
		padding: 5px 0px;
		margin: 0px;
	}
	
h1
	{
		font-size: 16pt;
	}
	
h2
	{
		font-size: 10pt;
	}
	
	

	
#head
	{
		background: #000;
		border-bottom: 1px solid #333;
		display: table;
		width: 100%;
	}
	
#head h1
	{
		float: left;
		clear: left;
		padding: 5px 10px;
	}
#head h1 strong
	{
		color: #f93;
		font-weight: normal;
	}
	
#head ul
	{
		float: right;
		clear: right;
	}
	
#head .options ul
	{
		list-style: none;
		margin: 0px;
		padding: 10px 0px;
	}
	
#head .options ul li
	{
		display: inline;
		
	}
	
#head .options ul li a
	{
		display: block;
		float: left;
		background: url(images/icon-list.gif) no-repeat 0px 5px;
		padding: 0px 15px;
		cursor: pointer;
	}
	
	
	
#body
	{
		padding: 0px 30px 0px 10px;
	}
#body h2
	{
		border: none;
		font-weight: bold;
	}
	
	
#body ul
	{
		list-style: none;
		margin: 0px;
		padding: 10px 0px;
	}
	
#body ul li
	{
		padding: 5px 15px;
		background: url(images/icon-list.gif) no-repeat 0px 10px;
	}
#body ul.content-image-right li
	{
		background: transparent;
		padding: 3px;
		margin: 5px 0px;
		border: 1px solid #666;
		
	}
	
#body ul.stats
	{
		float: left;
		clear: left;
	}
#body ul.stats li
	{
		background: url(images/stats-item-bg.gif) repeat-y left #2e2e2d;
		clear: both;
		margin-top: 1px;
		color: #f0eb91;
	}
#body ul.stats li.alt
	{
		background: url(images/stats-item-alt-bg.gif) repeat-y right #2e2e2d;
	}
	
#body ul.stats li strong
	{
		text-transform: none;
		font-weight: bold;
		color: #ccc;
	}
#body ul.stats li em
	{
		font-style: normal;
		color: #f90;
	}

	

	
	
	
	
	
	
	
#foot
	{
		display: block;
			}