/* 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 {
	background : none;
	}

	#wrapper {
	width: 700px;
	}

/* comands */

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

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

#right h1 {
background: url('../graphics/layout/product-heading-back.jpg') 0% 0% no-repeat;
height: 40px;
margin: 0px;
text-align: right;
color: #ffffff;
font-size: 1.4em;
font-weight: bold;
letter-spacing : -1px;
text-transform : uppercase;
padding: 75px 20px 0px 0px;
}


/* top navigation */

#trail, #leftnav, #space, p#header span, #header_right, #header_left, #header, #nav, #left, #footer {
display : none;
}



	/* main content */

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