body,td,th {
	margin: 0px; 
	font-family: verdana;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-size: 16px;
	color: #910022;
}

#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:500px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:101px;
	background: url('siteimages/site1_01.jpg') top left no-repeat;
}

#menuwrapper {
	position:absolute;
	left:0px;
	top:101px;
	width:181px;
	_width:196px;
	height: 400px;
	background: url('siteimages/site1_02.jpg') top left no-repeat;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 20px;
	font-size: 10px;
}

#top {
	position:absolute;
	left:196px;
	top:101px;
	width:804px;
	height:20px;
	background: url('siteimages/site1_03.jpg') top left no-repeat;
	
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

#content {
	position:absolute;
	left:196px;
	top:121px;
	width:794px;
	_width:814px;
	height: 400px;
	padding-left: 10px;
	padding-top: 10px;
	background: url("siteimages/site1_04.jpg") top left no-repeat;
}

#foot {
	width:794px;
	_width:814px;
	text-align: center;
	font-size: 10px;
	color: #999;
}

#submenu {
	display: none;
	position: absolute;
	background: #eee url('siteimages/menu.gif') repeat-y top left;
	top: 0px;
	left: 195px;
	border: 1px solid black;
	z-index: 1000;
}
#submenu a {
	margin: 4px;
	line-height: 18px;
}


/*Content Settings*/
a {
	font-weight: 600;
	color: #920011;
	text-decoration: none;
}
a:hover {
	color: #c21133;
}

#menu a {
	font-size: 14px;
}
#menu a:hover {
	text-decoration: underline;
}

div.title {
	color: #920011;
	font-weight: bold;
	font-size: 12px;
}

#content div.pagetitle {
        color: #910022;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
#content td img {
	border: 0px;
}

div.dealtitle {
	font-size: 14px;
	font-weight: bold;
	color: #990012;
}
div.dealdescription {
	padding-left: 10px;
}
div.dealprice {
	clear:left;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
	text-align:right;	
}

div.testicont {
	font-style: italic;
}
div.testicont:after, div.testicont:before{content:'"';}
div.testicomp {
	text-align:right;
}
div.testiauth {
	text-align:right;
}

em {
  font-style: none;
}