/* CSS Document */
@import url("menu.css");
@import url("slideshow.css");

body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	/*background-color:#FFFFCC;*/
	background-color:rgb(255,255,208);
	}

.display_hidden {
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 }

.display_hide {
	display:none;
	}
	
.display_show {
	display:block;
	}

#div_header {
	margin-bottom:2em;
	}

#div_navigation {
	float:left;
	margin-right:3em;
	/*width:8em;*/
	width:12%;
	margin-bottom:2ex;
}

#div_content {
	width:80%;
	float:left;
	clear:right;
	margin-top: 0px;
	margin-bottom:2ex;
	}
	
.show_loadmessage {
	color:#666666;
	font-size:85%;
	display:block;
	}	
	
.hide_loadmessage {
	display:none;
	}
	
.line_spacer {
	 position:relative;
	 clear:both;
	 width:100%;
	 margin-top:10px;
	}
	
.menu_subpage_image {
	float:right;
	}
	
#profile_photo_block {
	float:left;
	margin-right:2em;
	}
	
#profile_info_block {
	float:left;
	}
	
profile_title {
	margin-top:0px;
	padding-top:0px;
	}	
	
.profile_label {
	float:left;
	width:10em;
	font-weight:bold;
	margin-right:2em;
	}
	
.profile_data {
	font-weight:normal;
	}
	
.picture_body_left {
	float:left;
	margin: 15px 15px 15px 15px;
	}

.picture_body_right {
	float:right;
	margin: 15px 15px 15px 15px;
	}
	
.noJS {
	font-style:italic;
	}