@charset "utf-8";
body {
	font-family: Georgia;
	font-size: 13px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color:#647883;
	text-align:justify;
	background-image: url(images/bg_page.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#topbar {
	background-image: url(images/bg_topbar.gif);
	background-repeat: repeat-x;
	height: 79px;
}
#nav {
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	height: 34px;
}
#conceptimage {
	height:200px;
}
#contentbox {
	background-image: url(images/bg_contentbox.gif);
	background-repeat: repeat-x;
	height: 390px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 48px;
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
}

.pageimage {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 335px;
	width: 300px;
}
.textlink {
	font-size: 12px;
	color: #647883;
	text-decoration: none;
}
.textlink:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
