* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-family: Trebuchet MS; sans-serif;
}

.zoom { cursor: url('zoom.cur'), pointer; }

.bold {
	font-weight: bold;
}

body {
	background-color: #b2b2b2;
}

#head {
	background-image: url('28.cimg');
	background-repeat: no-repeat;
	height: 97px;
	/* width: 951px; */
	background-color: #0b0b0e;
}

#pagemenu {
	background-color: #434343;
	height: 26px;
	text-align: right;
	/* width: 909px; */
	padding-right: 76px;
}

#pagemenu ul {
	width: 932px;
	list-style-type: none;
}

#pagemenu li {
	display: inline;
	margin-left: 15px;
	/* float: left; */
}

#pagemenu a {
	font-size: 10pt;
	letter-spacing: 2pt;
	color: #a1a1a1;
	text-decoration: none;
}
#pagemenu a:visited { color: #a1a1a1; text-decoration: none; }
#pagemenu a:hover { color: #ffffff; text-decoration: none; }
#pagemenu a:active { color: #ffffff; text-decoration: none; }
#pagemenu a:focus { color: #ffffff; text-decoration: none; }

#page {
	display: inline;
	width: 951px;
}

#menu {
	position: absolute;
	left: 0;
	top: 123px;
	width: 164px;
	background-color: #b2b2b2;
	margin-top: 20px;
	margin-bottom: 200px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: block;
	background-image: url('27.cimg');
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 9px;
}

#menu a {
	font-size: 10pt;
	letter-spacing: 1pt;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	height: 20px;
	text-align: right;
	padding-right: 29px;
	padding-top: 9px;
	width: 135px;
	text-transform: uppercase;
}
#menu a:visited { color: #000000; text-decoration: none; }
#menu a:hover { color: #ee4415; text-decoration: none; }
#menu a:active { color: #ee4415; text-decoration: none; }
#menu a:focus { color: #ee4415; text-decoration: none; }

.orange {
	color: #ee4415;
}

#content {
	margin-left: 164px;
	width: 720px;
	padding-left: 61px;
	padding-top: 27px;
	background-image: url('26.cimg');
	background-repeat: repeat-y;
	padding-bottom: 80px;
}

#content a {
	color: #ee4415;
	text-decoration: underline;
}
#content a:visited { color: #ee4415; text-decoration: underline; }
#content a:hover { color: #000000; text-decoration: none; }
#content a:active { color: #000000; text-decoration: none; }
#content a:focus { color: #000000; text-decoration: none; }

.columnhead {
	float: left;
	width: 294px;
	text-align: right;
	padding-right: 30px;
	margin-bottom: 20px;
}

.columnhead h1 {
	font-size: 27pt;
	color: #b2b2b2;
	font-weight: normal;
}

.columnhead h2 {
	font-size: 14pt;
	color: #ee4415;
	font-weight: normal;
}

.column {
	width: 661px;
}

.gallery {
	padding-left: 18px;
	padding-right: 12px;
	width: 637px;
}

.gallery h3 {
	font-size: 14pt;
	color: #7f7f7f;
	padding-left: 22px;
	padding-right: 25px;
	margin-bottom: 20px;
	font-weight: normal;
}

.gallery p {
	font-size: 10pt;
	padding-left: 15px;
	padding-right: 25px;
	line-height: 16pt;
	margin-bottom: 24px;
	width: 283px;
}

.galleryitemout {
	float: left;
	width: 126px;
	height: 106px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 12px;
	margin-bottom: 38px;
}

.galleryitem {
	border: 3px solid #dfdfdf;
	width: 120px;
	height: 100px;
	vertical-align: middle;
	display:table-cell;
	overflow: hidden;
}

.galleryitemin {
	overflow: hidden;	
	max-height: 94px;
}

.columnleft {
	float: left;
	width: 330px;
}

.columnleft h3 {
	display: none;

	padding-left: 12px;
	padding-right: 24px;
}

.columnleft p {
	text-align: right;
	padding-left: 22px;
	padding-right: 25px;
	font-style: italic;
	color: #999999;
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 12px;
}

.columnleft img {
	margin-bottom: 12px;
}

.columnright {
	width: 330px;
	margin-left: 331px;
}

.columnright h3 {
	font-size: 14pt;
	color: #7f7f7f;
	padding-left: 22px;
	padding-right: 25px;
	margin-bottom: 20px;
	font-weight: normal;
}

.columnright p {
	font-size: 10pt;
	padding-left: 22px;
	padding-right: 25px;
	line-height: 16pt;
	margin-bottom: 12px;
}

.columnright img {
	margin-left: 12px;
	margin-bottom: 12px;
}

.columnright ul {
	list-style-position: outside;
	font-size: 10pt;
	margin-left: 22px;
	margin-bottom: 12px;
}

.columnright li {
	margin-left: 22px;
}

.columnright ol {
	list-style-position: outside;
	font-size: 10pt;
	margin-left: 22px;
	margin-bottom: 12px;
}

#footer {
	background-color: #434343;
	/* width: 930px; */
	height: 25px;
	color: #ffffff;
	font-size: 8pt;
	padding-top: 9px;
	padding-left: 21px;
}

.break {
	line-height: 0;
	overflow: hidden;
	clear: both;
}

.divider {
	background-image: url('47.cimg');
	background-repeat: no-repeat;
	height: 16px;
}

