#header
{
	height: 68px;
	width: 800px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;

	position: relative;

	border-bottom: 2px solid #232323;

	background-repeat: no-repeat;
}

#mainpage
{
	display: block;
	width: 150px;
	height: 68px;

	top: 0px;
	left: 0px;
}

#go_to_other_site
{
	display: block;
	height: 11px;
	width: 16px;

	top: 0px;
	right: 0px;

	position: absolute;

	font-size: 9px;
	font-weight: bold;
	color: #000000;

	text-align: right;
	vertical-align: top;

	background-repeat: no-repeat;
	background-position: 0px 0px;

	border: 1px solid #dddddd;
}

#go_to_other_site:hover
{
	border: 1px solid #bbbbbb;
}

#googlecse
{
	position: absolute;
	right: 0px;
	bottom: 10px;
	padding: 0px;
	width: 360px;
}
/*
#googlecse form
{
	margin: 0px;
	padding: 0px;
	width: 235px;
	text-align: right;
}

#googlecse form input.query, #googlecse form input.button
{
	margin: 0px;

	font-size: 12px;

	background-color: #ffffff;
	color: #000000;

	border: 1px solid black;
}

#googlecse form input.button
{
	background-position: center center;

	width: 50px;
}

#googlecse form input.query
{
	margin-right: 5px;

	width: 165px;
}
*/
