body
{
	font: normal 76%/1.5em "Gill Sans", Verdana, sans-serif;
	background: #edede5 url("../img/bodyBackground.png") repeat-y;
	margin: 0;
	padding: 0;
}

div#container
{
	width: 726px;
	padding: 0 21px;
	margin: 0;
	font-size: 1em;
	text-align: left;
}

a img
{
	border: none;
}

a
{
	color: #009;
	text-decoration: none;
}

a:visited
{
	color: #006;
	text-decoration: none;
}


/**
 * This rule automatically adds an icon after external links - assuming
 * that fully-qualified URLs are external.
 * 
 * Keeping the whitespace in front of the ^= hides this rule from Konqueror. 
 * This is CSS3, the validator doesn't like it when validating as CSS2.
 */
a[href ^= "http://"]
{    
	background: url("../img/external.png") center right no-repeat;
	padding-right: 13px;
}