body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header{
	width:100%;
	height:146px;
	background:url(images/header_body.jpg) top left repeat-x;
	overflow:hidden;
	min-width:850px;
}
#header #logo{
	float:left;
	width:283px;
	height:61px;
	background:url(images/header_logo.jpg) top left no-repeat;
	margin:44px 1px 1px 35px;
}

#header #right{
	float:right;
	height:121px;
	width:486px;
	overflow:hidden;
	margin-right:26px;
}
#header #right #menu{
	width:486px;
	height:34px;
	background:url(images/header_menu_body.jpg) top left repeat-x;	
}
#header #right #menu #left{
	width:486px;
	height:34px;
	background:url(images/header_menu_left.jpg) top left no-repeat;	
}
#header #right #menu #left #right_t{
	width:486px;
	height:34px;
	background:url(images/header_menu_right.jpg) top right no-repeat;	
}

#header #right #menu #left #right_t span a{
	color:#e4e4e4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#header #right #menu #left #right_t span a:hover
{
	color:#53b2f5;
}

#header #right #menu #left #right_t span
{
	float:left;
	display:block;
	padding:5px 1px 1px 23px;
}

#header #right #adsense
{
	margin-top:47px;
	float:right;
	width:217px;
	height:39px;
	background:url(images/header_adsense.jpg) top left no-repeat;	
}


#header #right #adsense span a
{
	color:#4a4a4a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:300;
	text-decoration:underline;
}

#header #right #adsense span a:hover
{
	color:#53b2f5;
}

#header #right #adsense span
{
	display:block;
	padding:24px 1px 1px 94px;
}

