html, body
{
	background-image: url('images/bg.gif');
	margin: 0;
	height: 100%;
	color: #c1c0c0;
	font-family: verdana, sans-serif;
	font-size: 7.5pt;
}

#container
{
	background-image: url('images/bg2.gif');
	background-position: center;
	background-repeat: repeat-y;
	width: 100%;
	min-height: 100%;
}

#header
{
	width: 818px;
	height: 167px;
	margin: 0 auto;
}

	#header a
	{
		position: relative;
		top: 52px;
		left: 35px;
	}

#gradient_top
{
	height: 26px;
	background-image: url('images/gradient_top.gif');
	padding-right: 35px;
}

	#gradient_top ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
		line-height: 26px;
	}

	#gradient_top ul li
	{
		margin: 0 0 0 1.5em;
		padding: 0;
		float: left;
	}

#middle_container
{
	position: relative;
	background-color: #1b1b1b;
	background-image: url('images/bg2.gif');
	background-position: center;
	background-repeat: repeat-y;
}

#content_container
{
	width: 818px;
	margin: 0 auto;
}

#content
{
	padding: 0 35px 0 35px;
	min-height: 457px;
	color: #fff;
	overflow: hidden;
	_overflow: visible;
}

#gradient_bottom
{
	height: 26px;
	background-image: url('images/gradient_bottom.gif');
}

#footer
{
	width: 749px;
	height: 30px;
	margin: 0 auto;
	text-align: right;
	padding: 1em 35px 0 35px;

}

	#footer img
	{
		vertical-align: middle;
	}

	#footer #left
	{
		width: 45%;
		float: left;
		text-align: left;
	}

	#footer #right
	{
		width: 45%;
		float: right;
		text-align: right;
	}

a
{
	color: #c1c0c0;
	text-decoration: none;
}

a:hover
{
	border-bottom: 2px solid #9c330a;
}

a:active
{
	border-bottom: 1px solid #9c330a;
}

a img
{
	border: 0;
}

h2
{
	font-size: 13pt;
	font-weight: normal;
	margin-top: 0.5em;
}

h3
{
	font-size: 11pt;
	font-weight: normal;
	margin-top: 0.5em;
}

h4
{
	font-size: 7.5pt;
	font-weight: normal;
	margin: 0;
	color: #e54100;
}

h5
{
	font-size: 7.5pt;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #999;
}

p
{
	margin: 0 0 1em 0;
}

.active
{
	color: #e54100;
}

#news_left
{
	float: left;
	width: 170px;
}

#news_right
{
	float: left;
	width: 575px;
}

	#news_right a
	{
		color: #e54100;
	}

.credits
{
	width: 45%; float: left;
	padding-right: 5%;
}

	.credits ul
	{
		list-style: none;
		margin: 1em 0;
		padding: 0;
	}

ul#portfolio
{
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}

	ul#portfolio li
	{
		margin-right: 2em;
		float: left;
	}

#portfolio_items ul li
{
	margin-bottom: 0.5em;
}

	#portfolio_items ul li ul li
	{
		margin-bottom: 0;
	}

#items
{
	margin: 1em;
	padding: 10px 0;
	background-color: #222;
	min-height: 50px;
	_min-height: 0;
	text-align: center;
}

	#items a
	{
		border: 0;
	}

	#items img
	{
		width: 50px;
		height: 50px;
		margin: 8px;
		padding: 0;
	}