HTML, BODY {
	margin : 0;
	padding: 0;
	font-family : Arial,Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
}

H1 {
	font-size: 14pt;
	color: #953800;
}

H3 {
	font-size: 12pt;
	text-decoration: underline;
}

A{
	font-size: 9pt;
	color: #00467C;
}

P {
	font-size: 9pt;
	margin-bottom: 10;
	margin-top: 10;
}

LI {
	font-size: 9pt;
}

TD {
	font-size: 12;
}

#www {
	text-align: left;
	font-size: 12;
	font-weight: bold;
}

#lng_bar {
	text-align: right;
	font-weight: bold;
}

#lng_bar {
	
}

#menu {
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	height: 34;
	width: 100%;
}

#menu A {
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menu A:hover {
	text-decoration: underline;
}

#menu .item {
	background-image: url(../images/bg_menu_spacer.gif);
	background-repeat: no-repeat;
	padding-left: 10;
	padding-right:10;
	height: 34;
}

#pumpkin {
	position: absolute;
	top: 28;
	left: 0;
}

#main_content {
	padding-top: 30;
	padding-left: 30;
	width: 763;
}

#about {
	background-color: #ECEDE7;
	width: 303;
}

#about P{
	font-size: 9pt;
	margin: 10;
	margin-left: 20;
}
#about #top {
	background-image: url(../images/bg_area_top.gif);
	background-repeat: no-repeat;
	height: 10;
}

#about #bottom {
	background-image: url(../images/bg_area_bottom.gif);
	background-repeat: no-repeat;
	height: 10;
	background-position: bottom;
}

#contacts {
	margin-left:20;
	margin-top: 10;
}

#contacts #map {
	background-image: url(../images/i_neww.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#catalog {
	text-align: center;
}

#catalog IMG {
	border-width:2;
	border-color: #E1BB7E;
	border-style: solid;
}

#catalog A{
	font-weight: bold;
	font-size: 10pt;
	color: #973B00;
	margin-top: 10;
	text-decoration: none;
}

#catalog A:hover {
	text-decoration: underline;
}


