body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	color: #555555;
	scrollbar-base-color: gray;
scrollbar-arrow-color:white;
scrollbar-highlight-color:black;
}
h1{
	font-size: 1.2em;
	color:#a48121;
	margin:0 0 5px 0;
}
h2{
	font-size: 1.1em;
	margin:0;
}
a{
	text-decoration: none;
	color:#a48121;
}
a img{
	border: none;
}
#wrapper{
	width: 1000px;
	height: 800px;
	background-image: url(images/bg.jpg);
	position: absolute;
	left: -500px;
	margin-left: 50%;
}
#container{
	width: 900px;
	height: 699px;
	margin: 50px;
}
#header{
	width: 900px;
	height: 122px;
}
#logo{

}
#head{
	position: absolute;
	right: 50px;
	top: 50px;
}
#navbar{
	width: 880px;
	height: 21px;
	background-color: black;
	margin-top: 2px;
	text-align: right;
	color: white;
	padding-right: 20px;
	padding-top: 4px;
}
#navbar a{
	color: white;
}
#navbar a:hover{
	color: yellow;
}
#content{
	width: 900px;
	height: 380px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	margin-top: 2px;
}
#leftbox{
	width: 305px;
	height: 380px;
	background-color: #363636;
}
#pictitle{
	position: absolute;
	left:60px;
	top:505px;
	color: white;
}
#date{
	position: absolute;
	left:60px;
	top:538px;
	color: #6d6e70;
	font-weight: bold;
}
#text{
	width: 540px;
	height: 345px;
	position: absolute;
	top: 210px;
	right: 60px;
	padding: 10px;
	overflow: auto;
}

#flashcontent{
	background-color: white;
	position: absolute;
	top: 202px;
	right: 50px;
	width: 900px;
	height: 478px;
	z-index: 99;
}

#grey{
	width: 900px;
	height: 25px;
	background-color: #b9b9b9;
	margin-top: 2px;
}
#contactdetails{
	position: absolute;
	top: 630px;
	left: 65px;
}
#logos{
	position: absolute;
	top: 618px;
	right: 65px;
}
#footer{
	width: 900px;
	height: 68px;
	background-image: url(images/footer.jpg);
	position: absolute;
	bottom: 50px;
	border-top: solid black 1px;
}
#copy{
	color: black;
	font-size: 65%;
	width: 900px;
	text-align: center;
	margin-top: 20px;
}