@CHARSET "UTF-8";

wrapper {
	background-color: #ffffff;
}

#header {
	background-image: url('../gfx/header.png');
	background-repeat: repeat-x;
}

#corner {
	background-image: url('../gfx/corner.png');
	background-repeat: no-repeat;
}

#menu {
	background-image: url('../gfx/menu.png');
	background-repeat: no-repeat;
}

#menu ul li {
	border-right: 1px solid #e5e5e5;
}


#menu ul li a.active {
	border-bottom: 2px solid #93bbe8;
}

#menu ul li a:hover {
	background-color: #fafafa;
}

#page-contents {
	background-image: url('../gfx/page.png');
	background-repeat: no-repeat;
}

#page-bottom-decorator {
	background-image: url('../gfx/page_bottom.png');
	background-repeat: no-repeat;
}

#copyright {
	background-image: url('../gfx/copyright.png');
	background-repeat: no-repeat;
	color: #ababab;
}

#footer {
	background-image: url('../gfx/footer.png');
	background-color: #ffffff;
	background-repeat: repeat-x;
}

div.box h1 {
	color: #073e78;
}

div.box {
	background-image: url('../gfx/box_foot.png');
	background-repeat: no-repeat;
	background-position: bottom right;
} 

div.box h1 {
	background-image: url('../gfx/box_head.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.news h1 {
	background: none;
	color: #000000;
}

#column-left div.separator {
	background-image: url('../gfx/separator_large.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#column-right div.separator {
	background-image: url('../gfx/separator.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

a {
	color: #073e78;
}

a:hover {
	color: #167be6;
}

#menu ul li a {
	color: #555555;
}


img {
	border: none;	
}