/* CSS Document */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font-size:12px;
}

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #999999;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family:"Century Gothic";
  text-decoration: none;
  color: #FFFFFF;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family:"Century Gothic";
  text-decoration: none;
  color: #FFFFFF;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family:"Century Gothic";
  text-decoration: none;
  color: #999999;
}

.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 850px;
	min-width:31px;
	min-height:31px;
}

div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 850px;
	height: 125px;
	background-image:url(../images/header.jpg);
}

.art-Sheet-top-banner
{
	position:absolute;
	background-color:#999999;
	width:189px;
	height:125px;
	left: 35px;
	top: 0px;
}

.art-Sheet-top-header
{
	position:absolute;
	background-color:#999999;
	width:800px;
	height:125px;
	left: 224px;
	top: 0px;
}

.labelmenu
{
	position:absolute;
	background-image:url(../images/menubar.jpg);
	background-repeat:repeat-x;
	font-family:"Century Gothic";
	font-size:14px;
	color:#999999;
	width: 850px;
	height: 30px;
	padding-top:5px;
}

.art-flash
{
	position:absolute;
	z-index:-1;
	left: 224px;
	top: 0px;
	width: 616px;
}

.art-commercial
{
	position:absolute;
	background-image:url('../images/background new 2.jpg');
	z-index:0;
	left: 224px;
	top: 150px;
}

.art-introduction
{
	position:absolute;
	z-index:0;
	width:800px;
	height:414px;
	left: 224px;
	top: 150px;
}

.art-home
{
	position:absolute;
	z-index:0;
	width:616px;
	height:479px;
	top: 155px;
	padding:5px;
	font-family:"Century Gothic";
	font-size:13px;
}

.art-Sheet-left
{
	position:absolute;
	background-image:url('../images/btm left panel.jpg');
	font-family:"Century Gothic";
	z-index:0;
	width:224px;
	height:489px;
	top: 155px;
}


.art-Sheet-bottom
{
	position:absolute;
	z-index:0;
	font-family:"Century Gothic";
	font-size:10px;
	color:#666666;
	width:850px;
	height:50px;
	top:644px;
}
