body {
	line-height: 16px;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	margin-top: 30px;
	margin-left: 30px;
	width:990px;
}

#MenuLeft {
	width: 175px;
	margin-right: 20px;
	float: left;
}

#MenuLeft h1 {
	margin-bottom: 80px;
}

#MenuLeft a img {
	margin-bottom: 5px;
}

#Content {
	position: relative;
	margin-top: 13px;
	float: left;
}

.sep {
	position: absolute;
	top:-10px;
	left: -5px;
}

#Content h2 {
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 16px;
	color: #0098d6;
}

#Content h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.scroll {
	width: 21px;
	float: left;
	height: 560px;
	background: url(../images/bar.png);
	position: relative;
}

.scroll .ui-slider-handle {
	width: 21px;
	height: 10px;
	background: url(../images/handle.png) 5px 7px no-repeat;
	position: absolute;
	outline: 0px;
}

.column1 .content, .column2 .content, .column3 .content, .column4 .content {
	position: absolute;
	top: 0px;
}

.column1 {
	width: 375px;
	float: left;
	height: 560px;
	overflow: hidden;
	position: relative;
}

.column2 {
	width: 375px;
	float: left;
	height: 560px;
	overflow: hidden;
	position: relative;
}

.column3 {
	width: 175px;
	float: left;
	height: 560px;
	overflow: hidden;
	position: relative;
}

.column4 {
	width: 496px;
	float: left;
	height: 560px;
	overflow-x: hidden;
	position: relative;
}

.column2 .content {
	width: 420px;
}

.column2 img {
	margin-bottom: 10px;
	margin-right: 10px;
}

.news {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 25px;
	margin-bottom: 5px
}

#gallery {
	position: absolute;
	top: 476px;
	left: 0px;
	height: 61px;
	width: auto;
	white-space: nowrap;
	z-index: 10;
}

#gallery img {
	cursor: pointer;	
	border-bottom: 3px solid white;
}

#gallery img.selected {
	border-bottom: 3px solid #0098d6;
}

#image {
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 20;
	cursor: pointer;
	text-align: center;
	width: 496px;
	height: 1px;
}

#image .left {
	position: absolute;
	top:330px;
	left: 0px;
}

#image .right {
	position: absolute;
	top:330px;
	right: 0px;
}

.vScroll {
	position: absolute;
	width: 494px;
	height: 21px;
	background: url(../images/vBar.png);
	top: 538px;
	left: 0px;
}

.vScroll .ui-slider-handle {
	width: 10px;
	height: 21px;
	background: url(../images/vHandle.png) -1px 4px no-repeat;
	position: absolute;
	outline: 0px;
	z-index: 0;
}


.gallery {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 5px
}

.gallery a {
	color: black;
	text-decoration: none;
}

.gallery a:hover {
	text-decoration: underline;
}

.gallery a.selected {
	color: #0098d6;
}

h3 {
	font-size: 14px;
}

p {
	margin-bottom: 15px;
}

b, strong {
	font-weight: bold;
}

td {
	width: 50%;
	padding-bottom: 5px;
}

table {
	margin-bottom: 20px;
}

em, i {
	font-style: italic;
}

.line {
	border-bottom: 1px dashed black;
}

td {
	vertical-align: top;
	width: 150px;
}

td.large {
	width: 200px;
}
td input, td textarea, td select {
	width: 180px;
}

.red {
	color: red;
	margin-right: 4px;
}

.white {
	color: white;
	margin-right: 4px;
}

p a {
	color: black;
}

table td:first-child {
	width: 500px;
}