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

#container	{
	width:779px;
	height:157px;
	margin:0 auto;

}
#header	{
	position:relative;
}
#header-background	{
	height:125px;
	width:779px;
	background:url(../img/header-background.jpg) no-repeat;
	
}

#header-background h1	{
	font-size:34px;
	color:red;	
	top:26px;	
}


#header-background h2	{
	font-size:16px;	
	color:#535353;	
	top:58px;	
}

#header-background h1, #header-background h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	left:94px;
	font-weight:bold;
	text-transform:uppercase;
}
#header-search	{
	width:178px;
	height:66px;
	background:url(../img/header-search-background.gif) no-repeat;
	position:absolute;
	right:14px;
	top:17px;
}
#header-search	input{
	width:71px;
	height:22px;
}
#header-search-login	{
	position:absolute;
	left:70px;
	top:5px;
}

#header-search-password	{
	position:absolute;
	left:70px;
	top:35px;
}
#header-search img	{
	position:absolute;
	left:150px;
	top:22px;
}