#header {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;


}
#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	width: 747px;
	margin: 20px;
}

#sidebar {
	width: 200px;
	float: right;
    margin: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 160px;
	left: 20px;
	margin: 0px;
}

h3 {
	font-weight: bold;
	color: #000033;
	position: absolute;
	top: 185px;
	left: 20px;
	margin: 0px;
}

body {
	margin: 0px;
}

.article_link {
    text-align: center;
    background-color: #FFFF88;  
    border-style: dotted;
    border-width: 2px 0px;
    border-color: blue;
    padding: 5px;
}
