@charset "utf-8";
.tbl {
	border-collapse: collapse;
}



body {
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
}
#container #logo {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#container  #date  {
	padding: 15px;
	float: left;
}
#container  #menu  {
	float: right;
	width: inherit;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	font-size: 12px;
}
a.nav {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover.nav {
	color: #AA2C44;
	text-decoration: none;
	font-weight: bold;
}
#container #banner {
	width: 773px;
}
#container #related {
	width: 758px;
	background-color: #999999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a.related {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}




#container  #content-left {
	width: 520px;
	float: left;
	padding-left: 20px;
	margin-top: 20px;
}
#container #content-right {
	float: right;
	padding-right: 30px;
	height: 650px;
}
#container #content-right #image1 {
	position: relative;
	z-index: 2;
	top: 15px;
	right: -10px;
}

#container #content-right #image2 {
	z-index: 1;
	position: relative;
	top: -10px;
	right: -15px;
}
#container #content-right #image3 {
	position: relative;
	z-index: 3;
	top: -25px;
	right: -15px;
}
p, .p  {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #A82A42;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	color: #333333;
	font-size: 15px;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.red {
	color: #A82A42;
}
#footer  {
	background-image: url(images/footer-red.jpg);
	background-repeat: repeat;
	width: 100%;
	padding-bottom: 20px;
}
#container-footer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 59px;
}
#footer  #footer-text, a.footer {
	width: 773px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
}
#right {
	float: right;
}

.footer {
	font-size: 11px;
	color: #FFFFFF;
}
#clear {
	clear: both;
}
li {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


