/* main page body */

body {
font-family : Arial, Helvetica, sans-serif;
font-size : 62.5%;
margin : 0px;
text-align : center;
}



/* page wrapper */

#wrapper {
text-align : justify;
}



/* header */

a#header {
border-bottom : 3px double #000000;
color : #000000;
display : block;
font-size : 4.0em;
margin : 10px 4px;
text-align : center;
}



/* navigation */

#nav, #spiders {
display : none;
}



/* intro / tagline */

h1#intro {
border : 1px solid #485D98;
font-size : 2.0em;
letter-spacing : -1px;
padding : 10px;
text-align : center;
}



/* content area */

#content {
font-size : 1.6em;
}

	#content img {
	border : none;
	margin : 10px;
	}

	#content p {
	margin : 0;
	padding : 10px 0;
	}


/* text only */

#textonly {
display : none;
}