body {
	background: #fff;
	color: #000;
}


/* ========================================================================= */
/* Structure & Positioning ================================================= */

body {
	margin: 0 5px 50px;
}
#wrap {
	width: 795px;
	margin: 0 auto;
}
#main {
	margin-top: 20px;
}
#main.noside #content {
	float: none;
	width: 100%;
}
#logo {
	width: 100%;
	text-align: center;
}
#searchbox {
	text-align: center;
	margin-bottom: 10px;
}
#q {
	width: 87%;
}
#homepage #header {
	margin-top: 50px;
}
#homepage #searchbox {
	margin-top: 30px;
	margin-bottom: 40px;
}

form {
	margin: 0;
	display: inline;
}


/* Navigation bars, menu --------------------------------------------------- */




/* Footer ------------------------------------------------------------------ */

#footer {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#footer ul {
	margin: 0 0 1em 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
	white-space: nowrap;
} 
#footer p {
	margin: 0.6em 0;
}

/* ========================================================================= */
/* Colors ================================================================== */


#footer {
	border-top: 1px solid #ccc;
}
#homepage #footer {
	border: none;
}
ul#links a:link, ul#links a:visited {
	color: #036;
}
ul#links a:hover {
	color: #090;
}
#footer p {
	color: #666;
}

/* ========================================================================= */
/* Fonts =================================================================== */

body {
	font-family: Courier New, Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4 {
	font-family: Palatino, Garamond, Times, serif;
}
p, div {
	font-family: Helvetica, Verdana, sans-serif;
}

/* Font size --------------------------------------------------------------- */

#q {
	font-size: 14pt;
	font-family: Courier New, Serif;
}
#header form label {
	font-size: 9pt;
}
ul#links {
	font-size: 10pt;
}
#footer p {
	font-size: 9pt;
}

/* Links ------------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #090;
}


/* ========================================================================= */
/* Other =================================================================== */

.nocss {
	display: none;
}
a img {
	border: none;
}
#header a img,
a img#ics_icon {
	border: none;
}


