
	body
	{
		background-color: #000;
		color: #909090;
		font-family: "Courier New", Courier, monospace;
		font-size: 80%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	a
	{
		color: #909090;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #000;
		text-decoration: underline;
	}
	
	#body-wrapper
	{
		background-color: #fff;
		text-align: left;
		padding: 10px 0 0 0;
		margin: 0 auto;
		width: 900px;
	}
	
	#header
	{
		overflow: hidden;
		margin: 0 20px 50px 20px;
	}
	
	#header h1,
	#header h2
	{
		float: left;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1em;
		padding: 0;
		margin: 0;
	}
	
	#header h1
	{
		width: 173px;
	}
	
	#header h2
	{
		width: 348px;
	}
	
	#header p
	{
		float: left;
		font-size: 11px;
		line-height: 1em;
		padding: 0;
		margin: 0;
		width: 169px;
	}
	
	#content
	{
		margin: 0 20px;
	}
	
	.content-item1
	{
		background: transparent url(../images/bg_border2.gif) left bottom repeat-x;
		padding: 5px 0 15px 0;
		overflow: hidden;
	}
	
	.content-item1 .area1,
	.content-item1 .area2
	{
		float: left;
	}
	
	.content-item1 .area1
	{
		width: 161px;
		margin-right: 12px;
	}
	
	.content-item1 p
	{
		background: transparent url(../images/bg_border1.gif) left 5px repeat-x;
		font-size: 11px;
		line-height: 1em;
		padding: 11px 0 0 0;
		margin: 0 0 10px 0;
	}
	
	.content-item1 .area2 p
	{
		width: 334px;
	}
	
	.content-item1 p strong
	{
		font-weight: normal;
		color: #000;
	}
	
	.content-item1 img
	{
		margin-top: 5px;
	}
	
	#footer
	{
		background: transparent url(../images/bg_border2.gif) left bottom repeat-x;
		padding: 95px 0 15px 0;
		margin: 0 20px;
	}
	
	#footer p
	{
		background: transparent url(../images/bg_border1.gif) left top repeat-x;
		font-size: 11px;
		line-height: 1em;
		padding: 5px 0 0 0;
		margin: 0 0 10px 0;
		width: 160px;
	}
	
	