#top {
	background-image: url(images/top.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}
#links {
	background-attachment: fixed;
	background-image: url(images/repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 150px;


}
#bottom {
	background-image: url(images/bottom.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	padding-left: 5px;
	padding-top: 50px;

}
#info {
	margin: 10px;
	padding: 10px;



}
#top h2 {
	margin: 0px;
	padding: 0px;

}
#top img {
	margin: 0px;
	padding: 0px;
}

.newad {
	background-color: #000099;
}

.newad h2 {
	color: #FFFFFF;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}