    body {
        font-family:sans-serif;
        font-size:75%;
		font-family: Arial, Helvetica, sans-serif ;
        background:#ffffff;
        color:#46443E;
    }
	
	p {
		margin: 0px;
	}

	a {
		text-decoration: none;
		color: #014C76;
	}
	a img {
		border: none;
	}
	a:link, a:visited {
		color:#014C76;
	}
	a:hover {
		color:#bb5503;
	}

	table tr td ul {padding-left: 0px; margin: 0px;}
	table tr td ul li {list-style-type: none; float:left;}

	li {
		list-style-type: disc;
	}
	
	h1 {
		font-size: 28px;
	}
	
	h3 {
		margin-bottom: 0px;
	}
	
	label {
		float: right;
		white-space: nowrap;
	}
	
    #main {
    	position: relative;
        width:630px;
		height:1%;
        margin:0 auto;
        margin-bottom:40px;
        overflow:hidden;
        background:#eff4d6;
    }
	
	#head {
		background:#eeeabb;
		height: 127px;
	}
	
		#languagechooser {
			text-align: right;
			padding-top: 5px;
			padding-right: 5px;
		}
	
		#logo {
			padding-top: 10px;
			padding-left: 3px;
			border: 0px;
		}
		
	#navigation {
		position: relative;
		height: 110px;
		z-index: 10;
		overflow: hidden;
	}
		#navigation a {
			text-decoration: none;
		}
		.navbar {
			position: relative;
			float: left;
			width: 96px;
			color: #ffffff;
			height: 96px;
			cursor: hand;
		}
			.navbartext {
				width: 96%;
				text-align: right;
				position: absolute;
				bottom: 0px;
				font-size: 10pt;
				font-weight: bold;
				margin-bottom: 8px;
				margin-top: 0px;
			}

	#content {
		padding: 10px;
		padding-left: 0px;
		font-size: 14px;
	}
		#home_hello {
			position: absolute;
			top: 280px;
			left: 40px;
		}

		#home_giraffe {
			position: absolute;
			top: 223px;
			left: 200px;
			z-index: 0;
		}
		#home_pseudo_content {
			height: 350px;
		}
		.left {
			float: left;
			margin-right: 15px;
		}

		#id_subject, #id_name, #id_email, #id_content {
			width: 250px;
		}
		.fakepic {
			height: 0px;
			width: 0px;
			position: relative;
			visibility: none;
		}
		
		.photo-gallery {
			float: left;
			width: 150px;
		}

