body 
{
	width: 600px;
	margin: 10px auto 0 auto;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header
{
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

#header .name
{
	font-size: 24px;
	margin-top: 10px;
}

#blurb
{
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 20px auto 20px auto;
	border-top: dashed 1px #000;
	border-bottom: dashed 1px #000;
}

#developing
{
	text-align: center;
}

#container
{
	margin-top: 30px;
}

#links
{
	width: 290px;
	height: 100%;
	text-align: left;
	overflow: auto;
}

#links .title
{
	font-family: "Times New Roman", Times, serif;
	/*
margin: 20px 0 10px 0;
*/
	font-size: 14px;
	margin-top: 10px;
}

#links .linkurl
{
	word-wrap: break-word;
}

#articles
{
	float: right;
	width: 300px;
	margin-top: 10px;
}

#articles .title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#articles .details
{
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

#article .title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#article .date
{
	margin-bottom: 10px;
}

#article .body
{
	margin-bottom: 15px;
}
#clear
{
	clear: both;
}

#footer
{
	margin: 15px 0 10px 0;
	text-align: center;
	font-size: 11px;
	padding: 10px 0 10px 0;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}
