body {
    font-family: arial, sans-serif;
	font-size: 11pt;
    background: #fff url('bg.png');
	margin:0px 0px; 
	padding:0px;
	text-align:center;
}
#card {
	text-align:left;
	width: 412px ;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-left: 60px;
}
#content {
    color: #fff;
    width: 412px;
    height: 332px;
    cursor: default;	
	background: url('cbottom.png') no-repeat top left;
}
#innerContent {
    width: 350px;
    padding: 25px;
}
#ctop {
	background-image: url('ctop.png');
	background-position:top left;
	width: 412px;
	height: 181px;
}
#links ul{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 120px;
	left: 25px;
}
html>body #links ul {
	padding-top: 0px;
}
#links li{
	list-style: none;
	float: left;
	background: url('linkbg.png') no-repeat;
	padding-top: 4px;
	margin-right: 20px;
	width: 80px;
	height: 25px;
}
html>body #links li{
	list-style: none;
	float: left;
	background: url('linkbg.png') no-repeat;
	padding-left: 25px;
	padding-top: 4px;
	margin-right: 0px;
	width: 100px;
	height: 25px;
}
#links a{
	text-decoration: none;
	color: #000;
    font-weight: bold;
}
#links a:active{
	text-decoration: none;
	color: #ccc;
    font-weight: bold;
}
#links a:hover{
	text-decoration: none;
	color: #7A7A7A;
    font-weight: bold;
}
#decor1 {
	background: url('decor1.png') no-repeat;
	width: 160px;
	height: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*tooltip*/

#FloatBox {
	width: 200px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 160px;
}

#FloatBox h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(balloon.png) top left no-repeat !important;
	background: url(balloon.gif) top left no-repeat;
	font-size: 11px;
}

#FloatBox p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(balloon.png) bottom left no-repeat !important;
	background: url(balloon.gif) bottom left no-repeat;
	font-size: 10px;
}
.hideFloatBox
{
display: none;
}

.displayFloatBox
{
position: fixed;
_position: absolute;
z-index:200;
}
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 25px;
	margin-top: 50px;
	padding: 0;
	width: 340px;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background-color: #009FC5;
	color: #fff;
	padding-bottom: 8px;
}
