* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url("../images/body_bkgrd.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#container {
	position: relative;
	width: 813px;
}
#header {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 0;
	position: relative;
	z-index: 100;
	width: 813px;
	height: 132px;
}
#headerfr {
	background-image: url("../images/headerfr.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 0;
	position: relative;
	z-index: 100;
	width: 813px;
	height: 132px;
}
#header #logo {
	position: relative;
	width: 223px;
	height: 70px;
}
#header #nav {
	position: absolute;
	z-index: 150;
	top: 88px;
	height: 38px;
}

#header #top_nav {
	position: absolute;
	top: 51px;
	left: 630px;
	width: 304px;
}
#header #top_nav a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
}
#header #top_nav a:hover {
	background-color: #991335;
}
#headerfr #top_lang {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 9px;
	width: 150px;
}
#headerfr #top_lang a {
	color: #fff;
	text-transform:normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
}
#headerfr #top_lang a:hover {
	background-color: #991335;
}
#header #top_lang {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 9px;
	width: 150px;
}
#header #top_lang a {
	color: #fff;
	text-transform:normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
}
#header #top_lang a:hover {
	background-color: #991335;
}
#headerfr #top_nav {
	position: absolute;
	top: 51px;
	right: -40px;
	width: 304px;
}
#headerfr #top_nav a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
}
#headerfr #top_nav a:hover {
	background-color: #991335;
}
#headerfr #nav {
	position: absolute;
	z-index: 150;
	top: 88px;
	height: 38px;
}

#contentarea {
	background-image: url("../images/content_bkgrd.gif");
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	position: relative;
	top: 10px;
	width: 813px;
}
#contentarea #banner {
	position: relative;
	z-index: 5;
	width: 813px;
	height: 293px;
	background-image:url(../images/feature.jpg);
}
#contentarea #content {
	background-image: url("../images/content_top.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 35px;
	position: relative;
	z-index: 500;
	top: 0px;
	width: 433px;
	min-height: 380px;
	text-align: justify;
}
/* Super Hack for Crummy IE to give the content area a set height for short pages. FF Does reads Min height - IE does not */
* html #contentarea #content {
	position: relative;
	z-index: 500;
	height: 380px;
	
}
/**/
#contentarea #content table {
	margin-right: -40px;
	margin-left: -33px;
	width:506px;
}
#contentarea #content table td {
	padding-right: 40px;
	padding-left: 35px;
}
#contentarea #content ul {
	display: block;
	padding-top: 10px;
	padding-left: 20px;
}
#contentarea #content li {
	color: #464545;
	font-size: 11px;
	font-weight: normal;
	list-style-image: url("../images/pop_bullet.gif");
	display: list-item;
	padding-bottom: 5px;
}
#contentarea #content a {
	color: #ca1d49;
	text-decoration: none;
}
#contentarea #content a:hover {
	color: #666;
}
#contentarea #content_right {
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 149px;
	right: 0;
	width: 305px;
}
#contentarea #content_right2 {
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 54px;
	right: 1px;
	width: 305px;
}
#contentarea #content_right2 #news {
	padding-right:25px;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:25px;
}
#contentarea #content_right2 #news a {
	color:#ffffff;
	text-decoration:none;
}
#contentarea #content_right2 #news a:hover {
	color:#ccc;
}
#contentarea #content #call {
	padding-left: 8px;
	position: relative;
	z-index: 60;
}
#contentarea #content #call p {
	color: #464545;
}
table {
	padding-bottom:10px;
	padding-left:2px;
	margin-left:2px;
}

#footer {
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 5px;
	position: relative;
	height: 200px;
}
#footer p {
	color: #ccc;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}
#footer a {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
}
#footer a:hover {
	color: #ccc;
}
#footer #info {
	position: relative;
	z-index: 10;
	top: 20px;
	right: 0;
	width: 286px;
	height: 147px;
	float: right;
}
#footer #copyright {
	font-size: 10px;
	text-align: left;
	position: absolute;
	top: 30px;
	left: 10px;
}
#footer #copyright a {
	color: #ca1d49;
}
#footer #leftnav {
	text-align: left;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0;
	position: absolute;
	z-index: 20;
	top: 0;
	right: 145px;
	width: 145px;
	height: 35px;
}
#footer #privpol {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0;
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 1px;
	width: 150px;
	height: 35px;
}
#footer #leftnav ul {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 205px;
}
#footer #leftnav li {
	color: #666;
	font-size: 12px;
	background-image: none;
	display: block;
	padding: 0 0 5px;
}
#footer #leftnav a {
	color: #666;
	text-decoration: none;
}
#footer #leftnav a:hover {
	color: #ca1d49;
	text-decoration: none;
}
