/* CSS Document */

@import url('skeleton.css');

* {
text-decoration : none;
}

	img {
	border : none;
	}



/* main page body */

body {
font-family : Arial, Helvetica, sans-serif, "Times New Roman";
font-size : 62.5%;
margin : 0;
}

	body, #wrapper {
	background : none;
	}



/* comands */

p#header, ul#topnav, #trail, #main, p#footer, #space {
width : 700px;
}

	p#header {
	background-position : 50% 0;
	height : 40px;
	padding : 0;
	}



/* top navigation */

#trail, #leftnav, #space, p#header span {
display : none;
}



	/* main content */

	#content {
	float : none;
	line-height : 1.6em;
	margin : 0 50px;
	}