body {
    background-color: #dfdfdf;
    margin: 0; padding: 0;
}

#mainbox {
	display:block;
    position: relative; 
    top: 15px;
    margin-left: auto;
    margin-right: auto; 
	background-color: white;
	width: 900px;
	height: 675px;	
	border : 1px solid #97999b;
}

#header {
	display:inline;
	position:absolute;
	right: 0px;
	width: 367px;
	height: 113px;
	border-bottom-width: 1px;
	border-bottom-color: #97999b;
	border-bottom-style: solid;
}

#bb_logo {
	display:inline;
	position:relative;
	top: 25px;
	right: 25px;
	width: 317px;
	height: 63px;
	float: right;
}

#homebox {
	display:block;
	position:absolute; 
    left:25px;
    top:113px;
    width: 850px;
    height: 496px;
}

#aboutbox {
	display:none;
	position:absolute; 
    left:25px; 
    top:113px; 
    width: 850px;
    height: 496px;
}

#worksbox {
	display:none;
	position:absolute; 
    left:25px; 
    top:113px; 
    width: 850px;
    height: 496px;
}

#contactbox {
	display:none;
	position:absolute; 
    left:25px; 
    top:113px; 
    width: 850px;
    height: 496px;
}

#picbox {
	display: inline;
	position: absolute;
	margin: 8px;
	width: 490px;
	height: 480px;
}

#galpic {
	display:inline;
	margin-left: 9px;
	margin-top: 9px;
    border : 1px solid #97999b;
}

#textbox {
	display: inline;
	position: absolute;
	right: 0px;
	bottom: 25px;
	width: 329px;
	margin: 0 auto;
    text-align: right;
}

#footer {
	display:inline;
	position:absolute;
	right: 0px;
	bottom: 0px;
	width: 573px;
	height: 64px;
	border-top-width: 1px;
	border-top-color: #97999b;
	border-top-style: solid;
}

#menu {
	display: inline;
	position: absolute; 
    right: 16px; 
    top: 25px; 
}

p {
	color: black;
    font: 13px/16px "Trebuchet MS",Verdana,Arial,sans-serif;
	margin: 0 auto;
}

a#homebut {
    display: inline;
    position: absolute;
    right: 282px;
    width: 72px;
    height: 14px;
    background-image: url(home_b.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}
a#aboutbut {
    display: inline;
    position: absolute;
    right: 194px;
    width: 72px;
    height: 14px;
    background-image: url(about_g.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}
a#worksbut {
    display: inline;
    position: absolute;
    right: 96px;
    width: 72px;
    height: 14px;
    background-image: url(works_g.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}
a#contactbut {
    display: inline;
    position: absolute;
    right: 0px;
    width: 72px;
    height: 14px;
    background-image: url(contact_g.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}
#fhl {
    position: relative; 
    top: 35px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align:right;
}
#fhlfooter {
    font: 9px "Trebuchet MS",Verdana,Arial,sans-serif;
   	color: #aaa;

}
#fhllink {
	text-decoration:none; 
	color: #888;
}