body {
	background-image: url(http://burton.emptybottleworks.com/images/collage_background.jpg);
	padding: 0;
	background-repeat: repeat-y, repeat-x;
}



#header	{
	position: absolute;
	top: 100px;
	right: 100px;
	width: 400px;
	height: 250px;
	background-image: url(http://burton.emptybottleworks.com/images/header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	}

#picture{
	padding: 75px;
	width: 800px;
	height: 600px;

	background-position: center center;
	background-repeat: no-repeat;
	font-family:  Times, serif;
	font-size: 14pt;
	position: relative;
	}

#content{
	margin: 50px;
	font-family: "Courier New", Times, serif;
	font-size: 12pt;
	font-weight:bold;
	width: 700px;
	}

#content a{
	text-decoration:underline;
	color:#990000;
	}


#blurb{
	margin: 25px;
	font-family: "Courier New", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	width: 350px;
	}


#menu{
	position: relative;
	}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

table.boards {
	border-width: 5px;
	border-spacing: ;
	border-style: outset;
	border-color: red;
	border-collapse: separate;
	background-color: gray;
}

table.boards td{
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: black;
	background-color:#B8B8B8;
	-moz-border-radius: ;
}

table.boards th {
	border-width: 2px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

#comments{
	font-family: Times;
	font-size: 8pt;
	}