* 				{	border: 0; padding: 0; margin: 0; }
table 			{	border-collapse: collapse; }
html, body 		{	text-align: center; background: url(../images/skin/background.gif); }

#wrapper 		{	margin: 0 auto;
					width: 800px;
					background-color: #fff;
					border-left: 1px solid #A9BCBA;
					border-top: 1px solid #A9BCBA;
					border-right: 1px solid #777;
					border-bottom: 1px solid #777;}
#header 		{	height: 344px;	background-color: white; }
#header-top 	{	padding-top: 10px; padding-bottom: 10px; padding-left: 20px; text-align: left; }
#header-logo 	{	height: 94px; }
#header-graphics{	height: 201px; }
#header-navbar 	{	height: 26px;
					background: url(../images/skin/navbar.gif) repeat-x; }
#header-navbar-left
				{	float: left;
					width: 79px; }
#header-navbar-menu
				{	float: left;
					height: 13px; }
#header-navbar-menu ul li {
					list-style: none;
					float: left;
					text-align: left;
					/*width: 110px;*/
					margin-left: 5px;
					margin-right: 30px;
					padding-top: 3px; }
#header-content-separation
				{	height: 3px;
					background: url(../images/skin/content_separation.gif) repeat-x; }
#userbar		{	text-align: left;
					padding-top: 8px;
					padding-bottom: 6px;
					padding-left: 3.4em;
					background: url(../images/skin/userbar.gif) 0px -1px;
					border-bottom: 1px solid #ddd; }
#core 			{	text-align: left;
					background: url(../images/skin/footer.gif); }
#lhs 			{	float: left;
					width: 296px;
					margin-left: 1.8em;
					margin-top: 1.8em;
					margin-bottom : 2em; }
.sidebox		{	padding-bottom: .4em;
					margin-bottom: 1em; }
.sidebox-head	{	height: 26px;
					padding-left: .4em; }
#index,
#login,
#admin			{	margin-left: 1em;
					margin-right: 1em;
					padding-top: 1.8em;
					padding-left: 2.4em;
					padding-right: 1em;
					padding-bottom: 2em;
					background-color: #fff;
					border-left: 1px solid #777;
					border-right: 1px solid #ccc; }
#content		{	float: left;
					width: 404px;
					height: 100%;
					margin-top: .2em;
					margin-left: 1em;
					padding-top: 1.2em;
					padding-left: 2em;
					padding-right: .8em;
					padding-bottom: 2em;
					background-color: #fff;
					border-left: 1px solid #777;
					border-right: 1px solid #ccc;
					border-top: 1px solid #ccc; }
#content-admin	{	width: 690px;
					height: 100%;
					margin-left: 2em;
					margin-right: 2em;
					padding-top: 1.2em;
					padding-left: 2em;
					padding-right: .8em;
					padding-bottom: 2em;
					background-color: #fff;
					border-left: 1px solid #777;
					border-right: 1px solid #ccc; }
.sidebox ul li,
#content-admin ul li,
#admin ul li	{	list-style: none;
					padding-left: .4em; }
#content-admin ul
				{	margin-bottom: 1em; }
#footer			{	background: url(../images/skin/footer.gif); }
