hr {
	height:2px;
	border-width:0;
	color:black;
	background-color:black;
}

h2 {
	color: gray;
}

.flt {
	float:left;
}

.rlt {
	margin-left: 200px;
}

.flt a {
	color:black;
	text-decoration:none;
}

.header {
	width: 100%;
	height: 40px;
	background-image: url(menuStart.png);
	vertical-align: bottom;
}


.footer {
	width: 200px;
	height: 40px;
	position: relative; left: 0; top: 50px;
	background-position: bottom;
	background-image: url(menuEnd.png);
	background-repeat: no-repeat;
}


.menuItem {
	width: 200px;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	background-position: center;
	background-image: url(menuItem.png);
	background-repeat: no-repeat;
}



.menuItem div {
	display: table-cell;
	width: 200px;
	height: 68px;
	vertical-align: middle;
	text-align: center;
}

.menuItem:hover {
	width: 200px;
	height: 68px;
	font-size: 120%;
	font-weight:bold;
	background-position: center;
	background-image: url(menuItemH.png);
	background-repeat: no-repeat;
}

.download  {
	padding: 0px;
	margin: 0px;
}

.download a {
	font-size: 105%;
	font-weight:bold;
	color: blue;
}

.gallery dl {
	text-align: center;
	float:left;
	margin:0;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid silver;
	width: 270px;
	height: 290px;
	padding: 10px 0;
}

.gallery dl:hover{
	border-color:black;
}

.gallery dt {
	margin:0;
	padding:0;
	height: 250px;
}

.gallery dd {
	text-align: center;
	margin:0;
	padding:0;
}


#menu {
	width: 200px;
	height: 400px;
	background-image:url('menuLine.png');
	background-repeat:repeat-y;
}

#menuActive {
	font-weight:bold;
}