/*********************************************************************SETTINGS*/
*{
	margin:0px;
	padding:0px;
}
body{
	background-color:white;
}
a{
	color:black;
}
a:hover{
	color:#E30000;
	text-decoration:underline;
}

/******************************************************************BACKGROUNDS*/
#background-left{
	background-image:url(../gfx/bgleft.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#background-right{
	background-image:url(../gfx/bgright.png);
	background-position:right top;
	background-repeat:no-repeat;
}

/*************************************************************************FONT*/
h1{
	padding:10px 0px 0px 40px;
	color:black;
	font-family:verdana;
	font-size:7pt;
	font-weight:normal;
}
h2{
	padding:50px 0px;
	color:black;
	font-family:verdana;
	font-size:7pt;
	font-weight:normal;
}

/*************************************************************************MENU*/
.menu a{
	display:block;
}
.menu dt{
	float:left;
	position:relative;
}
.menu ul dt:hover ul{
	visibility:visible;
}
.menu ul ul{
	visibility:hidden;
	position:absolute;
}
.menu ul ul ul{
	left:159px;
	top:0;
}
.menu ul:hover ul ul{
	visibility:hidden;
}
.menu ul:hover ul :hover ul{
	visibility:visible;
}

/***********************************************************************LAYOUT*/
#layout{
	margin:auto;
	width:790px;
}
.border{
	border-width:0px;
}
.borderweb{
	border-width:1px;
	border-style:solid;
}