html {
	background: #27366b url(../images/splash/splashback.jpg) bottom left repeat-x;
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: center;
	color: #fef2ea;
	}
#header {
	width: 764px;
	margin: 0 auto;
	text-align: left;
	}
#photodiv {
	padding: 0;
	width: 764px;
	margin: 0 auto;
	background-repeat: no-repeat;
	border: 1px solid #000;
	height: 375px;
	}
#lang-container {
	width: 764px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	}
a:link, a:visited {
	padding-bottom: 0;
	color: #000;
	text-decoration: none;
	}


/* language buttons */

.buttons {
	width: 764px;
	margin: 0 auto;
	margin-top: 10px;
	}
.langbtn {
	border-top: #425ca7 2px solid;
	border-left: #425ca7 2px solid;
	border-bottom: #18318b 2px solid;
	border-right: #18318b 2px solid;
	height: 1.14em;
	text-align: center;
	padding: 0.19em;
	color: #FFF;
	background: #460502 url(../images/navbg.jpg) top left repeat-x;
	}
.lb {
	float: left;
	width: 7.5em;
	height: 1.88em;
	margin-right: 1.88em;
	margin-top: 20px;
	}
.lb a {
	text-decoration: none;
	width: 100%;
	float: left;
	color: #FFF;
	}


/* clear-col */

.clear-col {
	clear: both;
	}
	

/* copyright */

#copyright {
	width: 764px;
	margin: 25px auto 0 auto;
	font-size: 0.8em;
	}