@charset "UTF-8";
* { 
    margin: 0; 
    padding: 0; 
}#bgimg {
	position:absolute;
	z-index: -1;}

html, body,  {
    height:100%;
    width:100%;
	font-family: "Georgia", Times New Roman, Times, serif;
	
	
}
body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	}
a { padding-top:10px;
	padding-botom:10px;
}	
.bg {
	min-height: 100%;
	min-width: 800px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-1;
}
#logo {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	text-align:center;
	top:160px;
	z-index: 2;
}

.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
    outline: none;
}

#art-hmenu
{
  color: #ffffff;
  padding-top: 20px;
  padding-left: 20px;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-hmenu, .art-hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-hmenu li li
{
  float: none;
}

.art-hmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	min-height: 0;
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
  width: 900px;
}

.art-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-hmenu:after, .art-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-hmenu{
	min-height: 0;
	position:relative;
	padding: 10px;
}

.art-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

li {
	padding-right:10px;
	padding-left:10px;
}
 a:link
{
font-size:14px;
  color:#ffffff;
  text-decoration:none;
}
 a:hover
{

  color:#ffffff;
  text-decoration:underline;
}
 a:visited
{

  color:#ffffff;
  text-decoration:underline;
}
#menu{
	position:fixed;
	left:0px;
	color:#ffffff;
	top:0px;
	z-index:10000;
	}
#corner{position:fixed;
	left:0px;
	top:0px;
		height:500px;
		background-image:url(../images/corner_bg.jpg);
	width:100%;
	background-repeat: no-repeat;
	background-position: right 10px;
	z-index:-1;
	
	}	
html {
	font-size: 14px;
	line-height: 19px;
	letter-spacing:-0.02em;
}
#menu{
	position:fixed;
	left:0px;
	color:#ffffff;
	top:0px;
	z-index:10000;
	}
#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
}
