html, body {
	margin: 0;
	padding: 0;
	background-color: #cccea9;
	height: 100%;
	font-family: arial,verdana;
	font-size: 90%;
	line-height: 150%;
	text-align:center;
}

#wrapper {
	background-color : #c0c0c0;
	height:100%;
	width: 776px;
	background:#fff;
	margin:0px auto; 
	padding: 0px;
	text-align:left;
}

#main {
	background-color : #fff;
}

#menupad1 {
padding-top:5px;
padding-bottom:6px;
}

#menupad2 {
padding-bottom:6px;
}

#menupad3 {
padding-bottom:6px;
}

#menupad4 {
padding-bottom:6px;
}

#menupad5 {
padding-bottom:6px;
}

#menupad6 {
padding-bottom:6px;
}

#menupad7 {
padding-bottom:6px;
}

#menupad8 {
padding-bottom:6px;
}

td {
	background-color: #fff;
	font-family: arial,verdana;
	font-size: 90%;
	line-height: 150%;
	text-align:left;
}

h1
{
  color:#7a282f;
  font-size: 150%;
}

h2
{
  color:#000;
  font-size: 100%;
  font-weight:bold
}

#menu {
	position:relative;
	width:196px;
	height:auto;
	padding: 5px;
	left: 0px;
	background-color: #e8e6da;
	float:left;
}

#content {
	position:relative;
	width:549px;
	height:auto;
	padding: 5px;
	right:0px;
	background-color: #fff;
	float:right;
}

a:link { font-family: Arial,verdana; font-size: 150%; line-height: 170%; color:#585947; text-decoration:none; font-weight:bold;}
a:visited { font-family: Arial,verdana; font-size: 150%; line-height: 170%; color:#585947; text-decoration:none; font-weight:bold;}
a:hover { font-family: Arial,verdana; font-size: 150%; line-height: 170%;  color:#7a282f; text-decoration:none; font-weight:bold;}

.mainlink:link { font-family: Arial,verdana; font-size: 100%; line-height: 150%; color:#585947; text-decoration:none; font-weight:bold;}
.mainlink:visited { font-family: Arial,verdana; font-size: 100%; line-height: 150%; color:#585947; text-decoration:none; font-weight:bold;}
.mainlink:hover { font-family: Arial,verdana; font-size: 100%; line-height: 150%;  color:#7a282f; text-decoration:none; font-weight:bold;}


