* { font-family: Arial, Helvetica, sans-serif; }
body { margin-bottom: 4em; }
#header
{
	height: auto;
	width: 100%;
    background-color: #ff3300;
}
#name
{
	font-size: 300%;
    font-weight: bold;
    color: #ffffff;
    padding-left: 0.1em;
    margin-bottom: 0.2em;
}
#links
{
    float: right;
    padding-top: 1em;
    padding-right: 0.5em;
}
#contact
{
    background-color: #ffffff;
    letter-spacing: 0.04em;
    padding-left: 0.3em;
}
#content
{
    padding-left: 4em;
    padding-right: 6em;
    padding-top: 1.2em;
	line-height: 150%;
}
#content .entry
{
    margin-bottom: 1.4em;
}
#content .entry .title
{
    font-size: 140%;
    font-weight: bold;
}
#content .entry ul
{
    font-size: 110%;
    margin-left: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
}
#content .entry ul li
{
    font-family: Georgia, Times New Roman, serif;
	margin-bottom: 0.5em;
}
#content .note
{
    font-size: 110%;
    margin-bottom: 1em;
}
#content #top .title
{
	font-size: 160%;
	text-align: center;
	margin-bottom: 1em;
}
#content #top .subtitle
{
	font-size: 110%;
	text-align: center;
	margin-bottom: 1em;
}
#top
{
	font-size: 120%;
}
#top ul
{
	margin-top: 1em;
	margin-bottom: 0.4em;
}
#download
{
	text-align: right;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}
#download a
{
	color: #0000ff;
	padding-right: 0.2em;
}
.download_item
{
	padding-right: 0.4em;
}