/* CSS Document */
body
{
	margin: 0;
	padding: 23px 0 20px 20px;
	background-color: #fefecf;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
}

img
{
	border: none 0;
}

img.bordered
{
	border: solid 2px #bf0000;
}

.float_left
{
	float: left;
	padding-right: 6px;
}

/* Layout of the main table structuring the site */
table.layout
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

td.layout_header
{
	margin: 0;
	padding: 0;
	background-color: #bf0000;
}

td.layout_header img.thegoatinn
{
	padding-top: 30px;
	padding-bottom: 15px;
	margin-left: 230px;
}

/* Begin Menu Structure Styling */
td.layout_menu
{
	margin: 0;
	padding: 60px 0 0 0;
	width: 140px;
	max-width: 140px;
	/*	min-width: 140px;
	background-color: #bf0000;*/
	background-image: url('../images/common/bg-menu-grey.gif');
	background-repeat: repeat-y;
	background-position: 100% 0%;
	vertical-align: top;
}

/* Start - Body Layouts */
td.layout_body
{
	padding: 10px;
	border-top: solid 12px gray;
	width: 100%;
	vertical-align: top;
}

td.layout_body h1, h2, h3, h4, h5, h6, h7
{
	color: #bf0000;
}

td.layout_body p
{
	margin: 0;
	padding: 2px 0 10px 0;
}

/* End - Body Layouts */

td.layout_footer
{
	border-top: dotted 2px silver;
	margin: 0;
	padding: 4px;
	text-align: center;
	color: silver;
	font-weight: bold;
	font-size: 11px;
}

td.layout_footer a
{
	color: #bf0000;
}

td.layout_footer a:link, td.layout_footer a:followed
{
	color: #bf0000;
}

td.layout_footer a:hover, td.layout_footer a:focus, td.layout_footer a:active
{
	color: Black;
}

/* Related to the header elements */
img.goathead
{
	position: absolute;
	left: 2px;
	top: 2px;
}