td img {display: block;}
body {
	background-image: url(../img/bg.jpg);
	margin-top: 0px;
	background-color: #EC979A;
	background-repeat: repeat-x;
	font-family: "trebuchet MS", verdana, tahoma, arial;
}
#wrapper {
	width: 978px;
	margin: 0 auto;
	overflow:hidden;
	height:auto;
}
#header {
	height: 158px;
	width: 948px;
	position: absolute;
}
.header-top {
	height: 23px;
	width: 948px;
	position: absolute;
	top: 0px;
	background-image: url(../img/header_top.jpg);
}
.header-middle {
	width: 948px;
	height: 111px;
	position: absolute;
	left: 0px;
	top: 24px;
	background-color: #FFF;
}
.header-bottom {
	width: 948px;
	height: 24px;
	position: absolute;
	background-image: url(../img/header_bottom.jpg);
	left: 0px;
	top: 134px;
}
#content {
	width: 948px;
}
#bg-shadow-left {
	width: 15px;
	float: left;
	overflow:hidden;
	background-image: url(../img/bg_shadow_tile_left.jpg);
	background-repeat: repeat-y;
}
#bg-shadow-right {
	width: 15px;
	float: right;
	overflow:hidden;
	background-image: url(../img/bg_shadow_tile_right.jpg);
	background-repeat: repeat-y;
}
#container {
	width: 948px;
	height: auto;
	float:left;
	background-color: #FFF;
}
#menu {
	width: 189px;
	float:left;
	background-color: #FFF;
	padding: 30px 0 0 5px;
	font-weight: bold;
	font-size: 14px;
}
.downloads {
	background-image: url(../img/bg_downloads.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 260px;
	padding: 5px 0 2px 10px;
	margin: 0 0 0 15px;
}
.downloads a:link, .downloads a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.downloads a:active, .downloads a:hover {
	text-decoration: underline;
}

.content-main {
	width: 555px;
	float:left;
	background-color: #FFF;
	border-right: 1px solid #E14F66;
	border-left: 1px solid #E14F66;
	padding: 30px 0 0 0;
}
.content-extra {
	width: 194px;
	float:left;
	background-color: #FFF;
	padding: 30px 0 0 0;
}
.content-extra ul {
	list-style-image: url(../img/bullet_red.png);
	list-style-type: disc;
	list-style-position: outside;
}
.content-extra li {
	font-size: 13px;
	line-height: 15px;
	color: #E14F66;
	padding: 0 0 8px 0;
}
.splash {
	width: 948px;
	height: 261px;
	padding-top: 158px;
}
.splash-image {
	width: 948px;
	height: 231px;
}
.splash-bar {
	width: 948px;
	height: 30px;
	background-image: url(../img/splash_bar.jpg);
}
.footer {
	clear: both;
	height: 20px;
	width: 948px;
	background-color: #900;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;

}
.footer a:link, .footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #FFF;
	text-decoration: underline;
}

.content-extra h1 {
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
	color: #B11E4A;
	background-color: #FAE3E0;
	border-bottom: 2px solid #E14F66;
	margin: 0 5px 0 5px;
	padding: 2px 0 2px 2px;
}
.content-extra h2 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	padding: 0 11px 0 11px;
	color: #D22731;
}
.content-extra p {
	font-size: 12px;
	line-height: 13px;
	padding: 0 11px 0 11px;
	text-align: justify;
	font-weight: bold;
	color: #E14F66;
}
.content-extra a:link, .content-extra a:visited {
	font-size: 12px;
	color: #A7B986;
	font-weight: bold;
	text-decoration: none;
}
.content-extra a:hover, .content-extra a:active {
	text-decoration: underline;
}
.content-main h1 {
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
	color: #B11E4A;
	background-color: #FAE3E0;
	margin: 0 5px 0 5px;
	padding: 2px 0 2px 2px;
	border-bottom: 2px solid #E14F66;
}
.content-main h2, .content-main-left-col h2, .content-main-right-col h2 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	padding: 0 15px 0 20px;
	color: #D22731;
}
.content-main p, .content-main-left-col p, .content-main-right-col p {
	font-size: 13px;
	line-height: 18px;
	padding: 0 15px 0 20px;
	text-align: justify;
}
.content-main a:link {
	color: #A7B986;
	font-weight: bold;
	text-decoration: none;
}
.content-main a:hover {
	text-decoration: underline;
}
.content-main-2col {
	width: 557px;
	height: 350px;
}
.content-main-left-col {
	width: 270px;
	float: left;
}
.content-main-right-col {
	width: 270px;
	float: right;
}
