﻿* { padding: 0; margin: 0;
	}

img
{
	border-style: none;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #0001FC;
 }
#wrapper { 
 margin: 0px 0px 0px 0px;
 width: 922px;
 vertical-align: top;
 height: auto;
  }
#header {
 width: 950px;
 color: #333;
 padding: 0px;
 border: none;
 height: auto;
 margin: 0px 0px 0px 0px;
 background: #DAC8BF;
}
#navigation {
 width: 950px;
 color: #333;
 padding: 0px;
 height: auto;
 border: none;
 margin: 0px 0px 0px 0px;
 background: #cd5242;
 text-align: center; 
}
#content { 
 width: 950px;
 color: #333;
 border: none;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
}
#footer { 
 width: 950px;
 color: #333;
 border: none;
 background: #cd5242;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-size: smaller;
 text-align: center; 
}
a.TopMenu
{
	font-weight: bold;
	font-size: 12px;
	color: Black;
	border-top-style: none;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
	vertical-align: top;
}
a.TopMenu:hover
{
	font-weight: bold;
	font-size: 12px;
	color: Black;
	border-top-style: none;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	text-decoration: underline;
	border-bottom-style: none;
	vertical-align: top;
}
td.menu
{
	background-color:#cd5242;
}
td.guts
{
	background-color:White;
	text-align: left;
	font-size:larger;
}