body {
	margin: 0px;
	font-family: "lucida grande",verdana, arial, mono;
	font-size: 10px;
	color:#666;
}

#sitetitle {
	position: absolute;
	left: 170px;
	top: 35px;
}
#menu {
	z-index:10;
	position: absolute;
	left: 170px;
	top: 90px;
	width: 465px;
}
#menubloc {
	display: none;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DCBA00;
	border-bottom-color: #DCBA00;
	border-left-color: #DCBA00;
	background-color: #FFFFFF;
}

#backgroundmenuhome {
	z-index:5;
	position: absolute;
	left: 170px;
	top: 100px;
	width: 465px;
	height: 201px;
}
#page {
	background-color: #FFFFFF;
	width: 750px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
}

#page p{
	width: 550px;
	font-size: 110%;
}

#page h4{
	width: 465px;
	font-size: 110%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DCBA00;
}

#lateralinfo {
	position: absolute;
	left: 10px;
	top: 140px;
	width: 140px;
}

#informationtext {
	display: none;
}
#navigimages {
	width: 700px;
	clear:both;
	margin-bottom: 3px;
}

#navigimages span {
	color: #FFFFFF;
	background-color: #333333;
}
#footer {
	width: 465px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 170px;
	clear: both;
	font-size: 90%;
	
}
#topbar {
	background-color: #DCBA00;
}
#language {
	position: absolute;
	left: 7px;
	top: 7px;
	font-size: 110%;
}

.thumblist {
	padding-right: 6px;
	padding-top: 6px;
	float: left;
}
.worklistelement {
	clear: both;
	height: 100px;
	margin-bottom: 25px;
}
.worklistthumb {
	width: 465px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DCBA00;
	float: left;
}
.worklistdesc {
	margin-left: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DCBA00;
	height: auto;
	width: 260px;
	float: right;
}
a {
	color: #000000;
}
a:hover {
	color: #DCBA00;
}


@media handheld, only screen and (max-device-width: 480px) {
    /* overrides or style additions for iPhone */
	#menubloc {
		display: block;
	}
	#lateralinfo {
		top: 310px;
	}
	#language {
		font-size: 150%;
	}
	#page {
		margin-top: 280px;
	}
}