html {
	height: 100%;	
}

body {
	margin: 0px;
	height: 100%;
	font-family: Times, serif;
	font-size: 12px;
	color: #111111;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #f2f2f2;
}

a {
	color: #111111;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.item_title {
	text-transform: uppercase	
}


.back {
	background-image: url(img/back4.jpg);
	background-repeat: no-repeat;
}

.frontBack {
	background-image: url(img/front.jpg);
	background-repeat: no-repeat;
}

.stuff {
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
}

img {
	border: none;
}

.stuff td {
	border-right: 6px #f2f2f2 solid;
	border-bottom: 6px #f2f2f2 solid;
	background-color: #dedede;	
	padding-top: 10px;
	padding-left: 20px;
}

.stuff .last {
	border-right: none;
}

.stuff .first {
	padding: 5px;
	text-align: center;
}

.menu div {
	min-height: 300px;
}

.menu td {
	padding-left: 50px;
	text-align: left;
}
