@import url(/css/modern.css);
@import url(/css/icon.css);

/* This import directive, by specifying a media type, will be ignored by
all versions of IE, up to 6 */
@import url("/css/hide_from_ie.css") screen;

/* font-size: 76% is a technique to attempt to "normalize" the
many different default browser font sizes. Font sizes are then handled
with em units, allowing for text resizing across all browsers. */
body
{
	background: url(/image/global/background.jpg) top left repeat;
	font-family: georgia, serif;
	font-size: 76%;
	text-align: center;
}

form, textarea, input
{
	font-family: georgia, serif;
}

a
{
	color: #662713;
}

#pageWrapper
{
	text-align: left;
}