body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url('images/page-bgtexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family: Calibri, Georgia, 'Times New Roman', Times, serif;
}

div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 890px;
	height: 250px;
}

div.art-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 890px;
	height: 250px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 890px;
	height: 250px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

/* begin Logo */
.art-Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 73px;
	width: 247px;
}

h1.art-Logo-name
{
	display: block;
	text-align: center;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #5C3400 !important;
}

.art-Logo-text
{
	display: block;
	text-align: center;
}

.art-Logo-text, .art-Logo-text a
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	padding:0;
	margin:0;
	color: #5C3400 !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu
{
	padding: 0px 0px 0px 0px;
}

.art-nav
{
	position: relative;
	height: 27px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 27px;
	background-image: url('images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 890px;
	clip: rect(auto, auto, auto, 890px);
}

.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 27px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:2;
	height: 81px;
	background-image: url('images/menuitem.png');
}

.art-menu a .l
{
	left:0;
	right:0px;
}

.art-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

a.art-menu
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #442d25;
	padding: 0 42px;
	margin: 0 0px;
	line-height: 27px;
	text-align: center;
	text-decoration:none;
}

a.art-menu:hover
{
	color:black;
	text-decoration:underline;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-27px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-27px;
}
.art-menu a:hover .t
{
	color: #4D2200;
}

.art-menu li:hover a .t
{
	color: #4D2200;
}

.art-menu li:hover>a .t
{
	color: #4D2200;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -54px;
}

.art-menu a.active .t
{
	color: #522E00;
}


/* end MenuItem */

.navi
{
	position: relative;
	margin: 0 auto;
	z-index: 0;
	top: 0;
	height: 27px;
	width:890px;
	background-image: url('images/nav.png');
	text-align:center;
}

.art-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	margin:0 auto;
	width: 810px;
	background:#FFFFFF;
	padding:40px;
	min-height:600px;
}