
div {
	text-align: center;
}

div#container {
	/* position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:white; */ 
	width:760px; height:100%; 
	text-align: center; 
	background-image:url("background.gif");
	border: 0px solid red;
}

table {
	border:0px solid blue;
	text-align: center;
	padding: 0;
	margin: 0;
}

table.white {
	background-color: white;
}
table#nav {
	height: 30px;
	border-bottom: 1px solid black;
}

table#nav td {
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	padding: 0 10px;
}

table#footer {
	height: 30px;
}

table#sandwiches { background-color: white; }
table#sandwiches td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt; 
	text-align: left;
	padding: 5px 0;
}

a:active
{
	color: #4A2412;
	text-decoration: none;
}

a:link
{
	color: #4A2412;
	text-decoration: none;
}

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

a:hover
{
	color: #CC0000;
}

p, td
{
	color: #4A2412;
}

.email
{
	color: #0000FF;
}

form div
{
	text-align: left;
}

form > div
{
	text-align: center;
}

form > div > div
{
	margin: 10px;
	margin-left: 35px;
}

#newsletter-form
{
	text-align: center;
}

#newsletter-form > div > input,
#newsletter-form textarea
{
	width: 415px;
}

#edit-name-wrapper label
{
	margin-left: 65px;
}

#edit-comment-wrapper label
{
	margin-left: 72px;
	margin-right: 11px;
	vertical-align: top;
}

label
{
/*	width: 160px;*/
}

#social-buttons {
	padding: 10px 10px 30px 10px;
}

#social-buttons img {
	border: 0;
	vertical-align: middle;
}

tr.banner {
  height: 260px;
}

tr.content,
tr.shim {
	height: 1px;
}

.top-align,
tr.buttons {
	vertical-align: top;
}

