/* CSS Document */


}

#content{
	padding-top : 80px;
	padding-bottom : 20px;
	padding-left : 130px;
	padding-right : 25%;
}

#content h1 {
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 140%;
}

#logo{
	position : absolute;
	top : 30px;
	left : 30px;
	z-index : 50;
}

#script{
	position : absolute;
	top : 12px;
	right : 0;
	text-align : right; /*Mild hack for Netscape 4*/
}

#navigation{
	position: absolute;
	top : 190px;
	left : 60px;
	width : 140px;
	
}

#navigation a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color : #00f;
	background-color: transparent;
}
<style type="text/css">
<!--
BODY
{
scrollbar-face-color: #8499BD;
scrollbar-shadow-color: #6788C0;
scrollbar-highlight-color: #6788C0;
scrollbar-3dlight-color: #8499BD;
scrollbar-darkshadow-color: #8490BD;
scrollbar-track-color: #8499BD;
scrollbar-arrow-color: #6788C0;
}
-->
</style>

}