body {
	margin: 0px;
	padding: 0px;
	background-color: #646464;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
		background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#container .clear {
	clear: both;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/6.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#container .normal {
	float: left;
	width: 568px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 135px 5px;
}
#container #content .normal .padding {
	padding-right: 55px;
	padding-left: 55px;
	padding-bottom: 50px;
	padding-top: 145px;
}
#container .right {
	float: left;
	width: 200px;
	text-align: right;
}
#container #content .right .padding {
	padding-right: 10px;
	padding-top: 5px;
}
#container .footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: 366px 20px;
	padding-right: 10px;
	height: 75px;
}

.footerbottom {
	background-image: url(images/footerbottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
		background-position: center top;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	padding-bottom: 5px;
}
p {
	padding-bottom: 15px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
#container #content .right .padding .menu {
	padding-top: 50px;
}
.copyright {
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	font-size: 11px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
a {
color: #98012e;
}
a:hover {
color: #000000;
}
ul li {
margin-bottom: 5px;
}