Version: 2.5 (Jan 11, 2007)

Print layout: */
	
body {
font:90% Georgia,serif;
margin:0 auto;
padding:0;
background-color:#ffffee;
color:#ffffff;
}

/* Okay, so why won't the body tag define the font? */
/* It works in the p tag, but should set the font for all non-defined tags... */

p {
font:90% Georgia,serif;
margin:0 0 0.5em 0;
}

#wrap {
margin:5%;
width:auto;
float:none !important;
}

#header h1 {
font:200% Tahoma,Candara,Arial,sans-serif;
font-weight:bold;
margin:0 0 25px 0;
}

#header p {
font:80% Tahoma,Candara,Arial,sans-serif;
margin:0 0 25px 0;
}

#footer p {
font:75% Georgia,serif;
margin:0 0 25px 0;
}


#frontphoto, #leftside, #extras, .announce, .hide {
display:none;
}

#content img, #contentwide img, #contentwide2 img {
display:none;
}

/* Turn off display of images within content */

a {
text-decoration:none;
color:#993300;
background-color:inherit;
}