@import url('skeleton.css');

* {
text-decoration : none;
}

	ul#nav, p#banner, ul#left, #footer {
	display : none;
	}
	
	img {
	border : none;
	}



/* main page body */

body {
background : none;
font-family : Arial, Helvetica, sans-serif;
font-size : 62.5%;
}




/* wrapper for right side graphic */

#wrapper {
background : none;
font-size : 1.2em;
}

	#right {
	float : none;
	margin : 0;
	width : auto;
	}



/* main content */

h1 {
color : #183A6F;
font-size : 1.4em;
}