/*
 * (c) 2011 Dickon Hood, all rights reserved.
 *
 * As if you'd ever want to nick it...
 *
 * Yup: this is my first-ever CSS file.  Bet you're not surprised.
 */

body {
	background: black;
	color: white;
	font-family: times, serif;
}

h1 {
	font-family: Helvetica, sans-serif;
	text-decoration: underline;
}

a:link {
	color: #00ff00;
	text-decoration: none;
}

a:visited {
	color: #008800;
	text-decoration: none;
}

div.content {
	width: 50%;
}

div.textcontent {
}

div.pot {
	margin: 20px;
	height: auto;
	width:  auto;
	text-align: center;
}

div.pot.img {
	display: inline;
	margin: 3px;
	border: 1px solid #00ffff;
}

div.pot.desc {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
}

div.return {
	text-align: center;
	margin-top: 10px;
}


div.menu {
	margin: 20px;
	height: auto;
	width: 140px;
	float: right;
/* 	border: 1px solid #ffffff; */
}

/*
div.menu .img {
	display: inline;
	width: 96px;
	height: 128px;
	margin: 20px;
	border: 10px solid #00ffff; 
}
*/

div.menu.desc {
	margin: 5px;
}



div.dims {
	font-style: italic;
	font-size: 10pt;
	text-align: center;
}

