div4 {
	border: 1px solid red;
}

.heading {
	font-size: 18px;
	color: #790000;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	clear: both;
}

.partnerlink {
	color: white;
	width: 30px;
	height: 15px;
	position: absolute;
}

.partnerlink a:hover {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.footer p {
	color: #555555;
	font-family: Times New Roman;
	font-size: 1;
	padding-top: 5px;
} 


a {
	font-family: Arial, Helvetica, sans-serif;
	color: #980400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 886px;
	
}

#header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 138px;
	position: relative;
}

#menu {
	background-image: url(menubg.png);
	background-repeat: no-repeat;
	height: 50px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 12px 80px 0 0;
}

#menu li {
	float: right;
	display: block;
	height: 18px;
	padding: 2px 0 0 0;
}

#menu a {
	color: white;
	padding: 2px 10px 2px 10px;
}

#menu ul li a:hover {
	text-decoration: none;
}

#menu a:hover {
	background-color: #BC0404;
}

#bodycontainer {
	text-align: left;
	background-image: url(body.png);
	background-repeat: no-repeat;
	padding: 8px 70px 0 55px;
}

#body {
	float: right;
	width: 572px;
	margin: 10px 0 20px 0;
}

#leftmenu {
	float: left;
	width: 175px;
	background-image: url(leftmenubg.png);
	background-repeat: no-repeat;
}

#leftmenu a {
	color: #8C8C8C;
	font-weight: bold;
}

#leftmenu a.activelink {
	color: #980400;
}

#leftmenu ul ul a.activelink {
	color: #980400;
	text-decoration: underline;
}

#leftmenu ul ul a {
	font-weight: normal;
	color: #8C8C8C;
}

#leftmenu a:hover {
	color: #980400;
}

#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 15px 0px 10px 15px;
}

#leftmenu ul ul {
	margin: 0;
	padding: 0px 0px 0px 7px;
}

#leftmenu li {
	margin: 2px 0 0 0;
}

#leftmenu ul ul li {
	margin: 1px 0 0 0;
}

#leftmenubottom {
	background-image: url(leftmenubottom.png);
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 0px 0 0 30px;
	height: 65px;
}

#footer {
	clear: both;
	background-image: url(footer.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 33px;
	margin: 0 0 5px 0;
}
