	html	{height:100%;}
	body	{
		padding:10px;margin:0;padding-bottom:20px;
		height:100%;
		font-size:14px;font-family:"Trebuchet ms",arial;
		overflow-x:hidden;
		text-align:center;
		}
	body.content
		{
		overflow:scroll;
		text-align:right;
		}
	p	{
		margin:0px;
		}
	img	{
		border:0;
		}
	#container
		{
		background:url('images/back.gif') repeat-y right;
		margin:auto;
		text-align:right;
		width:720px;
		}
	#header	{
		background:url('images/logo.jpg') top right no-repeat;
		height:50px;
		padding-right:143px;
		width:720px;
		}
	#bottom_header
		{
		margin-top:-4px;
		width:720px;
		height:39px;
		background: url('images/head_bottom.gif') top right no-repeat #DDD;
		overflow:hidden;
		}
	#bottom_header h1
		{
		padding-left:110px;
		display:inline;
		font-size:23px;
		vertical-align:top;
		}
	#new	{
		float:left;
		width:200px;
		background-color:#CCC;
		height:39px;
		}
	#bar	{
		float:right;
		clear:right;
		width:109px;
		}
	#main_content
		{
		clear:left;
		float:left;
		width:611px;
		}
	#pad_content
		{
		padding-right:5px;
		}
	#links	{
		padding:1px;
		background-color:#5184bd;
		}
	#links a	{
		color:white;
		}
	h2
		{
		color:#9acd32;
		}
	.content img
		{
		float:left;
		margin:5px;
		}