/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}


#body h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#body h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#body 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;
	z-index : 50;

}

#script{
	position : absolute;
	top : 24px;
	right : 30;
	text-align : right; /*Mild hack for Netscape 4*/
}

#content{
	position: relative;
	top : -25px;
	left: 0px;
	width: 710px;
	height: 3460px;



	
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	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 h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	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%;
}

#content br{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
	line-height : 140%;
}

#content a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-align : center;
	color : #00f;
	background-color: transparent;
}

#navigation{
	position: relative;	
	top : -25px;
	
}

#navigation a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-align : center;
	color : #00f;
	background-color: transparent;
}
