/* ibis2 { "gel" { stylesheet */

html {
	background-image: url('img/background.png');
	background-repeat: repeat-x;
	background-color: #fff;

	width: 100%;
	height: 100%;
	margin: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;

	text-align: center;
}

html, body {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #535758;
}

a, a:visited {
	color: #808080;
	font-weight: bold;
}

a:hover, a:active {
	font-weight: bold;
	color: #5a5a5a;
}

#rap {
	width: 100%;
	height: 100%;
	margin: 0px;

	text-align: center;
}

#rap2 {
	width: 570px;
	min-width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
}

#banner {
	margin: 0px;
	padding: 0px;

	height: 151px;
	width: 566px;
}

#main {
	background-image: url('img/body_background.png');
	background-repeat: repeat-y;

	padding-left: 31px;
	padding-right: 32px;
	padding-top: 10px;
	padding-bottom: 0px;

	text-align: left;

	margin: 0px;

	min-height: 250px;
}

#menu {
	float: left;
	width: 105px;
	margin: 0px;
}

.menuitem {
	border: 0px;
}

#content {
	margin: 0px;
	margin-left: 125px;
	padding-bottom: 20px;
	line-height: 170%;
	text-align: justify;
}

#inset {
	margin-left: 20px;
	margin-bottom: 20px;
}

.peopleinset {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 2px;
}

#footer {
	background-image: url('img/body_footer_line.png');
	background-repeat: no-repeat;

	font-size: 7pt;
	color: #cfd1d2;

	text-align: right;

	padding-top: 28px;
	padding-right: 11px;
	padding-bottom: 20px;
}

.insetimg {
	margin-left: 10px;
	margin-bottom: 10px;
}

#footerlink {
	text-decoration: none;
	color: #b8b8b8;
}

.textbox, .button {
	border: 1px #f5f5f5 solid;
	background-color: #ccc;
	color: #333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}

.button {
	font-weight: bold;
}

.portfolioentry img {
	border: 0px;
}

#portfolio-viewport {
	height: 520px;
}

.portfolio-container {
	width: 100%;
}

.portfolio-inpage-image {
	border: 1px #ccc solid;
	padding: 1px;
	margin-bottom: 10px;
}

.portfolio-small-container {
	float: left;
	clear: right;
	margin-bottom: 3px;
}

.portfolio-small {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}

.portfolio-small-image {
	border: 1px #ccc solid;
	padding: 1px;
}

.portfolio-small-image:hover {
	border: 2px #9BDFE7 solid;
	padding: 0px;
}

#thumbcontainer {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}