/**
  * Cascading Style Sheet (CSS)
  * for Poor Old Lu | a tribute from downunder
  * Andy Moore 30 October 2007
  * andy@equipbiz.co.nz
  * 
  * GUL: feel free to use this CSS
  */
body {
	background-color: #006699;
	font-family: arial;
	font-size: 14px;
	color: #333333;
}

div.head {
	width: 664px;
	height: 195px;
	background-image: url('../img/head.jpg');
}
div.head-content { padding:140px 0px 0px 590px; }
div.content {
	width: 664px;
	background-image: url('../img/fill.jpg');
	background-repeat: repeat-y;
}

div.menu {
	width: 600px;
	left: 32px;
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: right;
}

	div.menu a:link {
			color: #0099FF;
			font-weight: bold;
			text-decoration: none;
		}
	div.menu a:visited {
			color: #0099FF;
			font-weight: bold;
			text-decoration: none;
		}
	div.menu a:hover {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
	div.menu a:active {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
	
div.body {
	width: 600px;	
	height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
}

p.b { font-weight:bold; }

	p a:link {
			color: #0099FF;
			font-weight: bold;
			text-decoration: none;
		}
	p a:visited {
			color: #0099FF;
			font-weight: bold;
			text-decoration: none;
		}
	p a:hover {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
	p a:active {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
	
div.foot {
	width: 664px;
	height: 60px;
	background-image: url('../img/foot.jpg');
}

h2 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #333333;
}

h3 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #333333;
}

td {
font-size: 13px;
}

td a:link {
		color: #0099FF;
		text-decoration: none;
	}
td a:visited {
		color: #0099FF;
		text-decoration: none;
	}
td a:hover {
		color: #000;
		text-decoration: none;
	}
td a:active {
		color: #000;
		text-decoration: none;
	}
	
li.none {
	list-style: none;
	margin: 4px 0 4px 0;
	list-style-position: inside;
}

img.gallery {
	margin: 10px;
}

p.small {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img.right { float:right; padding: 0px 0px 5px 5px; }
img.album { float:right; padding: 0px 8px 5px 5px; width:130px; border:none; }
div.album { border:1px solid #999999;padding:10px 2px 2px 10px;margin:10px 0px 10px 0px; }
div.top { text-align:right;font-size:10px; }