/* css document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DEDD47;
	background-color: #330000;
	margin: 0px;
	padding: 0px;
}

/* main content blocks */

#container {
	float: none;
	margin: 0px auto auto auto;
	paddint: 0px 0px 0px 0px;
	width: 760px;
	display: table;
}

#top {
	position:absolute;
	width:760px;
	height:119px;
	z-index:1;
}

#tabletop {
	position:absolute;
	top: 119px;
	width:760px;
	height:301px;
	z-index:0;
	background-image: url("pix/tabletop.jpg");
}


#address { position:absolute; top:3px; left:405px; z-index:2; }

#copy {	position:absolute; top:20px; width:290px; height:auto; z-index:3; margin-left:50px; }

#picture { position:absolute; top:91px; left:400px; width:280px; z-index:4 }
	

/* text styles */

.bodycopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	word-spacing:2px;
	color:#333333;
	text-decoration: none;

	/* text-align: justify; */
}

a:link {color: #333; text-decoration: underline;}
a:visited {color: #333; text-decoration: none}
a:active {text-decoration: underline;}
a:hover {text-decoration: underline; color: #DEDD47;}

/* colour references;
green = #DEDD47
brown = #422d16
back = #4E4438
*/