*
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

body
{
	background-color: #6C2204;
	margin: 0;
	padding: 0;
}

th
{
	color: #6C2204;
	font-size: 1.2em;
}

#alfa-table
{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#logo
{

}

#nav-column
{
	vertical-align: top;
	width: 135px;
	/*width: 15%;*/
}

#main-column
{
	padding-left: 2%;
	padding-right: 2%;
	/*word-spacing: 2px;*/
	width: 600px;
}

#padding-column
{
	width: 135px;
	/*width: 15%;*/
}

#footer
{
	font-size: 1.25em;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

#nav-menu
{
	padding: 10px;
}

.cbig { text-align: center; font-size: 2.75em; color: #461501; }
.ctxt { text-align: center; }
.jtxt { text-align: justify; }
.ltxt { text-align: left; }
.rtxt { text-align: right; }

.category
{
	color: #461501;
	font-size: 2em;
}

/* for tables listing the repair services */
.table-repair
{
	border-color: #000000;
}

/* for tables listing the things for sale */
.table-listing
{
	border-color: #000000;
	width: 100%;
}

/* for content inside of td tags that are in tables that are of the class table-listing */
.table-listing td
{
	padding-left: 3px;
	padding-right: 3px;
}

/* for rows of items in a table */
.item
{
	border-bottom: thin dotted #B68C55;
	line-height: 1.5;
}

.item:hover
{
	color: #461501;
	background-color: #EADFD0;
	border-bottom: thin solid #B68C55;
}

/* for hyperlinks in lists of items */
.lnk
{
	color: #000000;
	text-decoration: none;
}

.lnk:hover
{
	color: #461501;
	text-decoration: underline;
}

/* for hyperlinks in nav menu */
.mlnk
{
	color: #000000;
	/* font-weight: bold; */
	text-decoration: none;
}

.mlnk:hover
{
	color: #B65832;
	text-decoration: underline;
}

/* for hyperlinks in paragraphs */
.plnk
{
	color: #B65832;
}

/* for hyperlink that is the email address */
.elnk
{
	color: #000000;
}

.elnk:hover
{
	color: #B65832;
}

/* one-off case, to get around what i think is a bug.. or my ignorance.. can't be certian. */
#footer .elnk
{
	font-size: 1em;
}

/* one-off case, to get around what i think is a bug.. or my ignorance.. can't be certian. */
#footer u
{
	font-size: 1em;
}
