body 
{
   margin: 0;
	padding: 0;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
}
form {
	margin:0;
	padding:0;
}
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 810px;
    height: 70px;
    background-image: url(images/bg_header.gif);
    background-repeat: no-repeat;
	 text-align: right;
	 color: #336699;
}
#navigation {
	position: absolute;
	left: 0;
	top: 70px;
	height: 31px;
	width: 100%;
	background-image: url(images/bg_navigation.gif);
	background-repeat: repeat-x;
}
#collage {
	position: absolute;
	top: 101px;
	width: 100%;
	height: 175px;
	background-image: url(images/bg_collage.gif);
	background-repeat: repeat-x;
}
#langSwitch {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
}
#colPic {
	width: 550px;
	height: 175px;
	background-image: url(images/bg_colPic.gif);
	background-repeat: no-repeat;
	float: left;
	border-right: 1px solid white;
}
#colLogo {
	width: 264px;
	height: 175px;
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	float:left;
}
#content {
	position: absolute;
	top: 276px;
	left: 8px;
	width: 530px;
	text-align: justify;
	line-height: 14px;
}
#right {
	position: absolute;
	top: 276px;
	left: 560px;
	width: 230px;
}
.gridHeader {
	background-color: #E6E6E6;
	height: 19px;
}
.gridHeader a:link, .gridHeader a:visited, .gridHeader a:active, .gridHeader a:focus {
	padding-left: 17px;
	color: #CB8318;
	text-decoration: none;
	background-image: url(../../images/sort.gif);
	background-repeat: no-repeat;
}
.gridHeader a:hover {
	color: black;
}
.alphaFilter {
	border: 1px solid #E6E6E6;
	width: 530px%;
	padding: 2px;
	background-color: #FBFACE;
	margin-bottom: 15px;
}
legend {
	border: 1px solid #E6E6E6;
	margin-left: 15px;
}
