/* HTML tags */
html { min-height: 100%; margin-bottom: 1px; }
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
}
h1,h2,h3,h4,h5,p,ul,ol,li, form {	margin: 0; padding: 0; }
a { color: #000000; }
img, table, td { border: none; border-width: 0px; border-color: #FFFFFF; }

/* Elements */

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	position: relative;
}

#header { margin: 48px 0px 0px 201px; }
#header ul { list-style: none; }
#header ul li { display: inline; margin-right: 2px; }
#header ul li span, #sitecontent h1 span, #sitecontent h2 span, #sitecontent p span { display: none; }

#logo {
	position: absolute;
	top: 135px;
	left: 13px;
	z-index: 4;
}
head:first-child+body #logo { top: 87px; }

.boldtext { font-weight: bold;}
