.header {
	background-image: url(header.gif);
	position: fixed;
	height: 159px;
	width: 900px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
.outside {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
.icon {
	left: 60px;
	top: 35px;
	position: fixed;
}
.navbar {
	position: fixed;
	top: 170px;
}
.main {
	position: fixed;
	left: 171px;
	top: 171px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	height: 400px;
	width: 736px;
	overflow: scroll;
}
#articleimg {
	position: absolute;
	left: 413px;
	top: 85px;
}
.title {
	position: fixed;
	left: 225px;
	top: 20px;
}
h3 {
	color: #000099;
}

