@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
background-image: url(images/back.png);
}

#page {
	width: 970px;
	margin: 0 auto;
}
#header {
	background-image: url(images/ncheader.png);
	height: 100px;
}
#navigation {
	background-image: url(images/navbar.png);
	height: 30px;

}
#pagemid {
	background-image: url(images/pagemid.png);
	height: 200px;
	margin-bottom: 0px;
}
#content {
	background-color: #ddddd3;
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
}
#content h2 {
	font-family: "Adobe Caslon Pro", sans-serif;
	margin: 0px;
	padding-left: 5px;
}
#content p {
	margin: 0px;
}
#leftcontent {
	margin-right: 200px;
}
#specs h2 {
	font-size: 12px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#specs li {
	text-align: left;
}
#specs #price {
	text-align: right;
	font-weight: bold;
}
#mediacontent table {
	text-align: center;
	vertical-align: top;
}
