@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
}
html, body {
	height: 100%;
	font-size:95%;
	color:#999999;
	font-family:"_ƒSƒVƒbƒN", sans-serif;
}

img{
	border:none;
}

a{
	color:#999999;
	text-decoration:none;
}

a:hover{
	color:#ff00cc;
	text-decoration:underline;
}

body {
	text-align: center;
	background: url(../images/top_background.gif) top left repeat-x;
}

#wrapper {
	width: 976px;
	margin: auto;
	text-align: left;
	background: url(../images/top_frame_shadow.png) top left repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */

}
#container {
	position:relative;
	min-height:820px;
	height:820px;
	margin-left:13px;
	width:950px;
	background:#fff;
}

#header, #FlashContent, #contents{
	width:950px;
}

#header {
	margin-left:13px;
	height:52px;
	background:#e5007f url(../images/top_header.gif) 25px 14px no-repeat;
	text-indent:-9999px;
}

#FlashContent {
	display:block;
	position:absolute;
}

#contents {
	display:block;
	position:absolute;
	height:auto;
	top:504px;
	left:18px;
	background:none;
}

#whatsnew{
	float:left;
	background:url(../images/top_whatsnew_bg.png) top left no-repeat;
	width:687px;
	min-height:150px;
	padding:20px;
	margin-left:5px;
}

#whatsnew #whatsnew_title{
	margin-bottom:5px;
}

#whatsnew .image{
	margin-bottom:20px;
}

#whatsnew ul{
	list-style: none;
	line-height:20px;
	margin:0;
	padding:0;
	margin-left:5px;
}

#banner_area{
	float:left;
	position:absolute;
	min-height:150px;
	top:5px;
	left:753px;
}

#banner_area #banner_title{
	margin-bottom:5px;
}

#banner_area .image{
	margin-bottom:20px;
}

#banner_area ul{
	list-style: none;
	line-height:20px;
	margin:0;
	padding:0;
}


.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

.footer {
	font-size:80%;
	border-top:1pt solid #CCC;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(../images/top_footer_bg.gif) top left repeat-x;
}

.footer #footer_menu{
	float:left;
	list-style: none;
	line-height:20px;
	margin:0;
	padding:0;
	margin-top:15px;
	margin-left:5px;
}

.footer #footer_menu li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

.footer #footer_menu .right-border{
	border-right:1pt solid #CCC;
}

.footer #footer_copyright{
	float:right;
	margin-top:15px;
	margin-right:10px;
}