html
{ font-family:Arial; }
body
{ margin:0px; padding:0px; }


#IndexBody
{
	width:100%;
	text-align:center;
	background-image: url('../IMG/header_bg.png');
	background-repeat:repeat-x;
	background-position:top;
}

#IndexBody #enter
{
	display:block;
	text-align:center;
	width:720px;
	float:left;
	margin-top:10px;
}

#IndexBody #enter a
{
	color:#7B7BBC;
	font-size:18px;
}

#IndexBody #container
{
	text-align:left;
	margin:auto;
	width:1000px;
	min-height:500px;
}

#IndexBody #content
{
	display:block;
	min-height:400px;
	margin-top:20px;
}

#IndexBody #header
{ 
	height:100px;
	width:100%;
	display:block;
	font-weight:bold;
}

#IndexBody #card_viewer_iframe
{
	width:703px;
	height:336px;
	float:left;
}

#IndexBody #header #leftText .line1
{ font-size:40px; line-height:30px; }
#IndexBody #header #leftText .line2
{ font-size:24px; }
#IndexBody #header #leftText
{
	float:left;
	width:430px;
	color:#7b7b7b;
	margin-top:20px;
}
#IndexBody #header #rightText
{
	float:right;
	width:400px;
	color:#7b7b7b;
	text-align:right;
	margin-right:50px;
	margin-top:10px;
}
#IndexBody #header #rightText .line1
{ font-size:70px; line-height:60px; }
#IndexBody #header #rightText .line2
{ font-size:14px; }

#IndexBody #IndexBody #widget
{
	float:right;
}

#IndexBody #footer
{
	background-color:#b3b3b3;
	text-align:center;
	height:310px;
}

#IndexBody #footer-content
{
	width:1100px;
	text-align:left;
	margin:auto;
	padding:0px;
	padding-top:15px;
}
#IndexBody #footer ul
{
	margin:0px;
	padding:0px;
}

#IndexBody #footer li
{
	font-size:10px;
	margin-left:30px;
	padding-left:20px;
	line-height:15px;
	list-style-type:none;
	background-image:url('../IMG/footer_li_bg.png');
	background-position:center left;
	background-repeat: no-repeat;
}

#IndexBody #footer li a
{
	text-decoration:none;
	color:black;
}
#IndexBody #footer li a:hover
{
	text-decoration:underline;
}

#IndexBody #footer .header
{
	background-image:url('../IMG/footer_header_bg.png');
	background-repeat:repeat-x;
	background-position: center;
	display:block;
	width:100%;
}

#IndexBody #footer .headerNoLine
{
	display:block;
	width:100%;
}

#IndexBody #footer .header label, #IndexBody #footer .headerNoLine label
{
	background-color:#b3b3b3;
	height:100%;
	margin-left:20px;
	color:#f5f5f5;
	font-weight:bold;
	text-shadow:2px 0px 2px #6f7070;
	padding-left:5px;
	padding-right:5px;
}

#IndexBody #footer table
{
	margin:10px;
}
