body {
	background: #E0D4FE url(images/bg.jpg) 0 0 repeat fixed;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 730px;
}

#header {
	position: relative;
	height: 262px;
}

div.head {
	position: absolute;
	top: 0px;
}

#headcorrection {
	position: absolute;
	left: 616px;
	top: 0px;
	width: 114px;
	height: 53px;
	background: url(images/product_btm.jpg) no-repeat;
}

#body {
	position: relative;
	background: url(images/bodybg.jpg) repeat-y;
}

#menu {
	position: absolute;
	left: 29px;
	top: 0px;
	width: 207px;
	height: 176px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#pageselect {
	position: absolute;
	left: 32px;
	width: 200px;
	top: 180px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#menu ul li {
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 8px;
}

#menu ul li a {
	color: #000000;
	text-decoration: none;
}

#maincontent {
	margin: 0;
	padding: 55px 20px 30px 250px;
	font-size: 14px;
}

#maincontent a {
	color: #8E0342;
	font-weight: bold;
	text-decoration: none;
}

#maincontent a:hover {
	text-decoration: underline;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #990000;
}

#maincontent ul {
	margin: 0px;
	list-style-image: url(images/li.gif);
	list-style-position: inside;
	font-size: 14px;
}

#maincontent ul li {
	padding:10px 0px;
}

h1 {
	color: #8E0342;
}

h1, h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

#tail {
	position: relative;
	height: 4px;
	background: url(images/tail.jpg) no-repeat;
	top: 0;
}

span.key {
	color: #000000;
	font-weight: bold;
}

.hilight1, .hilight2 {
	border: 1px solid black;
}

.hilight1 {
	border-right: 0px;
}

.hilight2 {
	border-left: 0px;
}

#navbar {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}


