body {
	font-family: Times;
	font-size: 11pt;
}

#menu {
	position: absolute;
	left: 100px;
	top: 75px;
}

#margin-top {
	height: 25px;
}

#margin-bottom {
	height: 50px;
}

#main-div {
	position: relative;
	width: 995px;
	margin: 0 auto;
}

#top-div {
	width: 995px;
	height: 204px;
	text-align: right;
	background: url(graphics/bg-top.jpg);
}

#top-content-div {
	width: 982px;
	height: 50px;
	padding-right: 13px;
	padding-top: 18px;
	text-align: right;
	color: #b3b3b3;
}

#center-div {
	width: 995px;
	background: url(graphics/bg-center.jpg);
}

#bottom-div {
	width: 995px;
	height: 67px;
	text-align: right;
	background: url(graphics/bg-bottom.jpg);
}

#bottom-content-div {
	widht: 100%;
	height: 100%;
	padding-top: 12px;
	padding-right: 29px;
	color: #404040;
}

#product-div {
	position: absolute;
	left: 54px;
	top: 380px;
	width: 205px;
	height: 235px;
}

h1 {
	font-family: Times;
	font-size: 18pt;
	font-weight: normal;
	color: #404040;
	background: url(graphics/hr.gif);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	padding-left: 66px;
	margin-top: 0px;
}

h2 {
	font-family: Times;
	font-size: 16pt;
	font-weight: normal;
	color: #cd5a00;
	padding-left: 66px;
}

ul {
	font-family: Times;
	font-size: 11pt;
	font-weight: normal;
	color: #404040;
	margin-left: 40px;
	list-style-image: url(graphics/bullet.gif);
}

p {
	font-family: Times;
	font-size: 11pt;
	font-weight: normal;
	color: #404040;
	margin-left: 66px;
}

a {
	color: #5f8daa;
	text-decoration: none;
}

a:hover {
	color: #5f8daa;
	text-decoration: underline;
}
a.template {
	color: #404040;
	text-decoration: none;
}

a.template:hover {
	color: #404040;
	text-decoration: underline;
}

a.template-bottom {
	color: #404040;
	text-decoration: none;
	font-size: 9pt;
}

a.template-bottom:hover {
	color: #404040;
	text-decoration: underline;
	font-size: 9pt;
}

a.template-top {
	color: #b3b3b3;
	text-decoration: none;
}

a.template-top:hover {
	color: #404040;
	text-decoration: underline;
}

a.menu-active {
	color: #cd5a00;
	text-decoration: none;
}

a.menu-active:hover {
	color: #404040;
	text-decoration: none;
}

a.menu-inactive {
	color: #404040;
	text-decoration: none;
}

a.menu-inactive:hover {
	color: #cd5a00;
	text-decoration: none;
}
