/* Start of CMSMS style sheet 'Germanium Style' */
body {
	margin: 0;
	background: #481a03 url(../images/bg.gif) repeat-x top center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: left;
}

.wrapper {
	width: 750px;
	margin: 0 auto;
}

.menu {
	height: 50px;
        text-align: center;
}

.content-white {
	background: #fff;
	color: #222;
}

b.btop, b.btop b, b.bbot, b.bbot b{
    display: block; height: 5px; font-size: 1px;
    background-image: url(../images/corners.gif);
    background-repeat: no-repeat}
b.btop b{background-position: 100% -5px}
b.bbot{background-position: 0 -10px}
b.bbot b{background-position: 100% -15px} 

.content {
	margin: 40px;
	line-height: 1.5;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}

.footer {
	color: #fff;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
        margin-bottom: 20px;
}

.footer-menu {
	text-align: center;	
}

.footer-menu ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

.footer-menu ul li {
	float: left;
	padding: 0 5px;
}

.footer-menu a:link, .footer-menu a:visited {
	color: #C30;
	text-decoration: none;
}

.footer-menu a:hover, .footer-menu a:active {
	color: #fff;
	text-decoration: underline;
}

.imgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

p img {
	float: none;
}

.tablehome td {
	border: 1px solid #333;
        padding: 2px;
}
/* End of 'Germanium Style' */

