html {height: 100%;}

body 
{
	margin: 0px;
	background: url(/webart/bg.jpg) repeat-x;
	height: 100%;
}

.Container
{
	background: url(/webart/backg.jpg) no-repeat top center;
	height: 100%;
}

.Wrapper
{
	width: 960px;
	margin: 0px auto 0px auto;
	/*background: url(/webart/head-bg.jpg) no-repeat;*/
}

.TopLinks
{
	position: absolute;
	top: 5px;
	width: 960px;
	text-align: right;
	font-size: 11px;
}

.TopLinks a:link, .TopLinks a:active, .TopLinks a:visited
{
	padding: 0px 14px 0px 12px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/webart/square-ico.gif) no-repeat center left;
}

#FlashContent
{
	width: 960px;
	height: 507px;
}

#FlashNav
{
	width: 960px;
	height: 70px;
	position: absolute;
	top: 119px;
	z-index: 20;
}

.HomeContentWrapper
{
	width: 480px;
	height: 100px;
	position: absolute;
	top: 505px;
	margin-left: 30px;
	color: #125C63;
}

.Logo
{
	margin: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	z-index: 10;
}

.PageWrapper
{
	background: #FFFFFF url(/webart/page-bg.jpg) no-repeat;
	min-height: 507px;
	height:auto !important;  /*IE 6 min-height fix*/
	height: 507px;
	position: relative;
	top: 38px;
	z-index: 1;
}

.LeftNav
{
	margin: 0px;
	padding: 25px 0px 0px 22px;
	width: 180px;
	list-style: none;
	float: left;
}

.LeftNav li
{
	margin: 0px;
	padding: 8px 0px 8px 0px;
	font-size: 14px;
}

.LeftNav li a:link, .LeftNav li a:active, .LeftNav li a:visited
{
	color: #666666;
	text-decoration: none;
	display: block;
	padding-left: 22px;
	background: url(/webart/square-ico-blue.gif) no-repeat center left;
}

.LeftNav ul
{
	margin: 0px;
	padding: 5px 0px 0px 22px;
	list-style: none;
}

.LeftNav li li
{
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

.LeftNav li li a:link, .LeftNav li li a:active, .LeftNav li li a:visited
{
	/*background: url(/webart/arrow-ico.gif) no-repeat center left;*/
	background-image:none;
	line-height:20px;
	padding-left: 10px;
	color: #666666;
}

.ActionCardLeft
{
	width: 202px;
	padding: 40px 0px 0px 0px;
	float: left;
}

#ActionCardCategoriesHeading
{
	background: none; 
	color: #666666; 
	font-size: 16px; 
	border-bottom: 1px dashed; 
	margin-bottom: 10px;
}

.ContentWrapper
{
	width: 547px;
	color: #666666;
	text-align: justify;
	float: left;
	margin: 32px 0px 0px 37px;
	
}

.Footer
{
	text-align: center;
	font-size: 11px;
	margin-top: 54px;
}

.Footer a:link, .Footer a:active, .Footer a:visited
{
	color: #737373;
	margin: 0px 5px 0px 5px;
}