div#head
{
	width : 100%;
	background-image : url("../graphics/background.top.jpg");
	background-position : top left;
	background-repeat : repeat-x;
}

div#image
{
	width : 420px;
	float : left;	
}

div#text
{
	float : left;
	width : 400px;
	display : inline;
	margin : 0pxpx;
	
	text-align : right;
	font-family : Arial, sans-serif;
	font-weight : bold;
	font-size : 26px;	
}

div#buttons
{
	width : 400px;
	margin : 12px 0px 0px 0px;
}


div.head-left
{
	float : left;
	width : 250px;
	text-align : left;
}

div.head-right
{
	float : right;
	width : 90px;
	text-align : left;
}

div#facebook
{
	width : 90px;
	height : 24px;
	overflow : hidden;
	margin : 0px 0px 6px 5px;
	
}

div#headnavigation
{
	width : 100%;
	padding : 0px;
	border-top : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	background-image : url("../graphics/background.headnavigation.jpg");
	background-position : top left;
	background-repeat : repeat;
}

div#headnavigation ul
{
	list-style-type : none;
	margin : 3px 0px 0px 0px;
	padding : 0px 0px 0px 20px;
}

div#headnavigation ul li
{
	display : inline;
	margin : 0px;
	padding : 0px;
}

div#headnavigation a
{
    float : left;
    margin : 0px;
    padding : 3px 20px 5px 5px;
    font-size : 15px;
    font-weight : bold;
    text-decoration : none;
    color : #666666;
    background-image : url("../graphics/background.headnavigation-li.jpg");
	background-position : top left;
	background-repeat : no-repeat;
}

div#headnavigation a:hover
{
	color : #CC0000;
}



