body {
	background: #fff url(graphics/torn_parchment_bg2.jpg) repeat-y top;
	width:100%;
	font-family: serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	height: 100%;
	margin:0 auto;
	text-align: center;
}
#header {
	background: url(graphics/header.png) top no-repeat;
	border-top: 0px solid #000000;
	margin: 0 auto 0 auto;
	text-align: left;
	width:1000px;
	height: 277px;
}
#content {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1000px;
	height: auto;
}

#menu {
	float: left;
	text-align: center;
	position:relative;
	padding-top: 50px;
	width:300px;
}

#detail {
	float: left;
	position:relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width:620px;
	background: url(graphics/detail.png) top repeat;
	color: #000;	
}

.title {
	font-size: 30px;
	color: #d91b1b;
	font-weight: bold;
}

.subtitle {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.prodtitle {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.tabledata {
	font-size: 11px;
	text-decoration: none;
	color: #000;
	text-align: center;
	padding: 3px;
}

.tech {
	font-size: 11px;
}

a {
	color: #d91b1b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}
#footer {
	background:url(graphics/footer.png) top no-repeat;
	position:relative;
	clear: both;
	margin: 0 auto 0 auto;
	padding:0px 0px 0px 0px;
	width: 1000px;
}
