body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/welcome_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
div {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}

#page {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 180px;
}
#photo_bar {
}
#footer {
	clear: both;
	padding-bottom: 20px;
}

/* header */
#header img {
	margin-top: 60px;
}

/* photo_bar */
#photo_bar {
}
#photo_bar #photo1,
#photo_bar #photo2,
#photo_bar #photo3 {
	height: 160px;
}
#photo_bar #photo1 {
	float: left;
	width: 213px;
	/*
	background-image: url(../images/welcome1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	*/
}
#photo_bar #photo2 {
	float: left;
	margin-left: 1px;
	width: 322px;
	/*
	background-image: url(../images/welcome2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	*/
}
#photo_bar #photo3 {
	float: left;
	margin-left: 1px;
	width: 213px;
	/*
	background-image: url(../images/welcome3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	*/
}
#photo_bar #languages {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #123750;
}
#photo_bar #languages img {
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: middle;
}

/* credits */
#credits p {
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #BBBBBB;
}
#credits p a {
	color:#AAAAAA;
}
#credits p a:hover {
	text-decoration: underline;
	color:#999999;
}


/* footer */
#footer h1 {
	font-size: 1.4em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer h4 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
#footer p {
	text-align: justify;
	margin-right: 50px;
	margin-left: 50px;
}

/* slide show */
.gss a img,
.gss_wide a img {
	border : none;
}
.gss,
.gss_wide {
	height: 160px;
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.gss {
	width: 213px;
}
.gss_wide {
	width: 322px;
}

