/* CSS Document */

body {
	background: repeat url(background.jpg);
	background-color:FF6501;
	font-family: Gill Sans MT;
	font-weight:normal;
	color:#000000;
	margin:0px;
	width:900px;
	margin: 0 auto;
}

#content {
background:url(whitespace1.jpg);

}

#div1 {
font-family: Gill Sans MT;
padding-left:20px;
padding-right:20px;

}

#navigation {
font-family: Gill Sans MT;
font-size:19px;
font-weight:100;
font-style:oblique;

}

#footer {

font-family: Gill Sans MT;
color:#000000;
font-size:14px;

}

a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
