body {
	background-color: #D9D9D9;
	font-family: arial, sans-serif;
	line-height: 160%;
	margin: 0;
	padding: 0;
	background-image: url(/sites/ikon/page_background.jpg);
	background-repeat: repeat-x;
	font-size: 90%;
}
div.body, table.body3 {
	width: 100%;
}
div.header {
	background-image: url(/sites/ikon/head_background_01.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #CECFCE;
	-moz-box-shadow: 0px 2px 2px #AAA;
	-webkit-box-shadow: 0px 2px 2px #AAA;
	box-shadow: 0px 2px 2px #AAA;
	min-height: 120px;
	margin-bottom: 0;
}

div.page_with_breadcrumbs,
div.header3 {
	width: 900px;
	margin: 0 auto;
}
div.page_with_breadcrumbs {
	background-color: #FFF;
	-moz-box-shadow: 0px 6px 6px #666;
	-webkit-box-shadow: 0px 6px 6px #666;
	box-shadow: 0px 6px 6px #666;
	padding: 10px;
	background-image: url(/sites/ikon/white_shadow.png);
	background-repeat: repeat-x;
}

div.second_row {
	padding: 7px 20px;
	margin: -60px 20px 0 200px;
	position: relative;

}
div.second_row a {
	color: #444;
}
div.second_row a:hover {
	color: #AA9F00;
}

a {
	color: #008AD0;
}
a:visited {
	color: #546C78;
}

div.search {
	margin-top: 10px;
	margin-right: 10px;
}

div.image_border, a.thumb_link {
	padding: 3px;
	border: 1px solid #CCC;
	margin-right: 10px;
	display: block;
}
h1, h2, h3 {
	font-weight: normal;
	color: #888;
	text-transform: uppercase;
}
h2 { font-size: 120%; }
h3 { font-size: 110%; }
