
/* <header> */

/*position of content screen */

div.header {
	height:			204px;
/*		background-color:	black;
*/
	clear:			both;
	border:			1px solid yellow;
/*
	background-image:	url("images/logo.png");
	background-repeat:	no-repeat;
*/
}

/* position of navigation text */

div.header div.logo {
	height:			107px;
}

div.header div.menu {
	border:			1px solid blue;
}

div.header div.menu table {
	width:			530px;
	margin-top:		7px;
	border:			1px solid red;
}

div.header div.menu table td {
	text-align:		center;
	font-weight:		bold;
	text-transform:		lowercase;
	font-size:		10pt;
	color:			#a1aac1;
}

div.header div.menu table td.selected {
	color:			#a71212;
}

div.header div.menuSpace {
	height:			9px;
}

div.header div.center {
	height:			25px;
}

div.header div.align {
	float:			left;
	width:			180px;
	height:			25px;
}

div.header div.categories {
	float:			left;
	width:			530px;
	height:			25px;
	border:			1px solid blue;
/*	background-image:	url("images/logo-menu-background.png"); */
}

div.header div.categories table {
	width:			430px;
	margin-left:		50px;
	margin-right:		50px;
	margin-top:		3px;
}

div.header div.categories table td {
	text-align:		center;
	font-weight:		bold;
	text-transform:		lowercase;
	font-size:		8pt;
	color:			#a1aac1;
}

div.header div.categories a {
	text-decoration:	none;
	color:			inherit;
}

div.header div.categories table td.selected {
	color:			#a71212;

}

div.header div.space {
	height:			20px;
}

a {
	color:			inherit;
	text-decoration:	inherit;
}

a:hover {
	text-decoration:	underline;
}

/* </header> */



