#top {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 48px;
	
	background: url( "http://qt4.digitalfanatics.org/top.png" ) no-repeat;
	background-color: #eeeeee;
	
	border-bottom: 2px solid black;
}

#toptext {
	padding: 0px 10px 0px 10px;

  font-weight: bold;
	font-family: helvetica;
	font-size: 36px;
}

#toplinks {
	position: absolute;
	top: 52px;
	left: 0px;
	
	margin-left: 17px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

#toplinks a {
  color: black;
}

#body {
  margin: 84px 10px 0px 10px;
	
	font-family: sans-serif;
}

#figure {
	text-align: center;
	font-weight: bold;
}

#example {
	text-align: center;
	font-weight: bold;
	width: 70%;
	margin-left: 15%;
}

#code {
	text-align: left;
	font-weight: normal;
	font-size: small;
	font-family: monospace;
	
	background: #eeeeee;
	border: solid black 1px;
	
	padding: 2px 2px 2px 2px;
}

.articleitem {
  border: solid black 1px;
	
	margin-left: 15%;
	margin-right: 15%;
	
	background: #eeeeee;
}

.articleimage {
  float: left; 
	padding-right: 3px;
	height: 32px;
}

.articletitle {
  font-family: helvetica;
	font-weight: bold;
	font-size: 16px;
	
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
	
	height: 26px;
	background: #cccccc;
}

.articletext {
  border-top: solid black 2px;

	padding: 3px 3px 3px 3px;

  font-family: helvetica;
	font-size: normal;
}

/* Basic tags */
body {
	margin: 0px;
	background-color: white;
	font-family: sans-serif;
	color: black;
}

