/* CSS Document */
body{
	padding-top :30px;
	padding-left : 130px;
	padding-right : 10%;
	background-image: url(bg.gif);
	background-repeat: repeat-y;

}
#logo{
	position : absolute;
	top : 30px;
	left : 30px;
	z-index : 50;
}
#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;
}
