body {
	background: #CEA6E0 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: 73px;
	background: url(images/product_btm.jpg) no-repeat;
}

#body {
	position: relative;
	background: url(images/bodybg.jpg) repeat-y;
}

#menu {
	position: absolute;
	left: 29px;
	top: 10px;
	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;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #00D;
}

#menu ul li a.nr {
	font-size: 15px;
	color:#0018B7;
}

#menu ul li a.nr:hover {
	color: #00D;
}

#maincontent {
	margin: 0;
	padding: 0px 20px 20px 250px;
	font-size: 14px;
}

#maincontent a {
	color: #00D;
	text-decoration: underline;
	font-weight: bold;
}

#maincontent a:hover {
	color: #D00;
	text-decoration: none;
}

#maincontent ul {
	margin: 0px;
	margin-bottom: 10px;
	list-style-image: url(images/li.gif);
	list-style-position: inside;
	font-size: 16px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #026;
	margin: 0px;
	text-align: center;
}

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;
}

span.key {
	font-weight: bold;
	}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #990000;
}

#navbar {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color:#00D;
	text-decoration: underline;
	font-weight:normal;
}

a:hover {
	color:#D00;
	text-decoration: none;
}

