@charset "utf-8";

body
{
	margin:15px 0px;
	background-image:url(../images/background.png);
	font-size:14px;
}

div.clear
{
	margin-top:-1px; 
	clear:both;
	height:0px;
	overflow:hidden;
}

div.frame
{
	margin:0px auto;
	padding:0px 10px;
	width:980px;
	background-color:#fff;
}

#topbar
{
	height:35px;
	line-height:35px;
	background:url(../images/topbar.png) repeat-x;
	text-align:right;
}

#banner
{
	padding:10px;
	position:relative;
}

#banner div
{
	padding:10px;
	height:15px;
	line-height:15px;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:101;
	background:url(../images/navbar.png) repeat-x;
	filter:Alpha(opacity=60);
	opacity:0.60;
	color:#fff;
}

#banner div a
{
	color:#fff;
	text-decoration:none;
}

#banner div a:hover
{
	font-weight:700;
}

#banner img
{
	width:196px;
	height:230px;
}

#footer
{
	height:68px;
	background:url(../images/footer.png) repeat-x;
	line-height:22px;
	text-align:center;
	font-size:12px;
	color:#333;
}

#footer a
{
	color:#333;
}
