body{
	margin: 0px auto;
	color: #4b4b4b;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, sans-serif;
	background-color: #5d564f;
}
form{
	margin: 0px auto;
}

/* LINKS */

a:link{
	color: #ea9824;
}
a:active{
	color: #ea9824;
}
a:visited{
	color: #ea9824;
}



/* TABLE CELLS */

#leftmenutopbox{
	background: #5c554e url(images/leftmenutopbox.png) no-repeat;
}
#leftmenumidbox{
	background: #5c554e url(images/leftmenumidbox.png) no-repeat;
}

#footerbox{
	background: #48413a url(images/footerbox.png) no-repeat;
}
.menuitembox{
	color: #ffffff; font-weight: bold;
	background: url(images/menubackground.png);
}
 .menuitembox a{
	display: block; width: 212px; line-height: 24px; padding-right: 24px;
	color: #ffffff; text-decoration: none; text-align: right;
 }

.menusubbox{
	color: #ffffff; font-weight: bold;
	background: url(images/menusubbackground.png);
}
 .menusubbox a{
	display: block; width: 200px; line-height: 24px; padding-right: 36px;
	color: #ffffff; text-decoration: none; text-align: right;
 }

.thumbnailbackground{
	background: #a6a3a0 url(images/thumbnailbackground.png);
}

#contentbackground{
	background: #48413a url(images/contentbackground.png);
}