body
	{
		background-image:url(/images/bg.jpg);
		background-position:center top;
		background-repeat:repeat-x;

	}
	#top-bar
	{
		height: 37px;
		background-image:url(/images/new/header-top-bar-bg.png);
		background-position:center top;
		background-repeat:no-repeat;
	}
	
	#top-bar h1
	{
		padding: 0px;
		margin: 0px;
		text-align: center;
		font-size: 16px;
		color: white;
		font-weight: normal;
		padding-top: 10px; 
	}
	
	#top-bar h1 a
	{
		font-size: 16px;
		color: white;
		text-decoration: none;
	}
	#top-bar ul
	{
		width: 300px;
		float: right;
	}
	
	#top-bar ul li
	{
		list-style: none;
		float: right;
		margin-left: 10px;
	}
	
	#top-bar ul li a
	{
		color: white;
		text-decoration: underline;
	}
	
	#top-bar, #page-body, #page-header
	{
		margin: 0 auto;
		padding: 0;
		width: 981px;
	}
	#page
	{
		background-image: url(/images/new/page-bg.png);
		background-position: center top;
		background-repeat: repeat-y;
	}	
	
	#page-top
	{
		height: 14px;
		background-image: url(/images/shadow_page_top.png);
		background-position: center top;
		background-repeat: no-repeat;
	}
	
	#page-header
	{
		width: 979px;
		background-color: white;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	
	#page-body
	{
		width: 979px;
		background-color: white;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	
	#page-footer
	{
		xmargin: 20px;
		padding: 20px;
		background-color: #f3f3f3;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}
	
	#logo
	{
		float: left;
		border: none;
		margin-left: 10px;
		padding-top: 15px;
	}
	
	#page-header-right
	{
		float: right;
		width: 600px;
		margin-right: 15px;
	}
	
	
	#page-header-right .links
	{
		padding: 15px 0px 15px 0px;
		float: right;
	}
	
	#page-header-right .links a
	{
		margin-left: 20px;
	}
	
	#page-header-right .links #my-home-page
	{
		margin-right: 30px;
	}
	
	#login
	{
		float: right;
	}
	
	#menu
	{
		margin-left: 10px;
	}
	
	table#sidebarWrapper td#sidebarCol
	{
		padding: 0px 15px 0px 0px;
	}
