#content {
	height: auto;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #EFEFEF;
	background-image: url(../layout/content_bg_top.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#contentBottom {
	margin-left: -30px;
	display: block;
	height: 50px;
	width: 860px;
	background-image: url(../layout/content_bg_bottom.png);
	background-repeat: no-repeat;
}

#pageTop {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.2em;
	padding-right: 5px;
}

#pageTop a {
	padding-left: 15px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-image: url(../layout/top.png);
	text-decoration: none;
}

.arrowLink {
	padding-left: 27px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	background-image: url(../layout/link.png);
}

#emailLink a {
	background: none;
	padding-left: 0px;
	text-decoration: none;
}

#contentContainer {
	display: block;
	float: left;
	width: 580px;
}

#panelsContainer {
	display: block;
	float: right;
	width: 210px;
	margin-top: 45px;
	margin-bottom: 120px;
}

#panelsContainer a,
#panelsContainer a h5 {
	color: #3366FF;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-left: 0px;
}

#panelsContainer a:hover {
	text-decoration: none;
}

#panelsContainer a h6 {
	padding-left: 20px;
	background-position: 2px 3px;
	background-repeat: no-repeat;
	background-image: url(../layout/link.png);
}

#panelsContainer a h6:hover {
	color: #3366FF;
}




.imageThumbAndCaption, .imageThumb {
	display: block;
	height: auto;
	margin-left: -30px;
	padding-bottom: 10px;
}

.imageThumbAndCaption {
	width: 570px;
}

.imageThumb {
	width: 300px;
}

.imageThumbAndCaptionTop,
.imageThumbTop {
	display: block;
	height: 20px;
}

.imageThumbAndCaptionTop {
	background-repeat: no-repeat;
	background-image: url(../layout/image_thumb_caption_top.png);
	width: 570px;
}

.imageThumbTop {
	background-repeat: no-repeat;
	background-image: url(../layout/image_thumb_top.png);
	width: 300px;
}

.imageThumbAndCaptionMiddle,
.imageThumbMiddle {
	display: block;
	width: 570px;
	background-color: #DFDEDC;
}

.imageThumbAndCaptionMiddle {
	width: 570px;
}

.imageThumbMiddle {
	width: 300px;
}

.imageThumbAndCaptionMiddle img,
.imageThumbMiddle img,
.imageThumbAndCaptionMiddle p,
.imageThumbMiddle p {
	float: left;
}

.imageThumbAndCaptionMiddle img,
.imageThumbMiddle img {
	border-color: #222222;
	border-width: 2px;
	border-style: solid;
	margin-left: 40px;
}

.imageThumbAndCaptionMiddle img:hover,
.imageThumbMiddle img:hover {
	border-color: #3366FF;
}

.imageThumbAndCaptionMiddle p,
.imageThumbMiddle p {
	background-position: 15px 1px;
	font-size: 0.7em;
	line-height: 1.4em;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-image: url(../layout/zoom.png);
}

.imageThumbAndCaptionMiddle a {
	text-decoration: none;
}

.imageThumbAndCaptionMiddle p {
	width: 340px;
}

.imageThumbMiddle p {
	width: 70px;
}

.imageThumbAndCaptionBottom,
.imageThumbBottom {
	display: block;
	height: 20px;
}

.imageThumbAndCaptionBottom {
	background-repeat: no-repeat;
	background-image: url(../layout/image_thumb_caption_bottom.png);
	width: 570px;
}

.imageThumbBottom {
	background-repeat: no-repeat;
	background-image: url(../layout/image_thumb_bottom.png);
	width: 300px;
}

.video {
	display: block;
	width: 360px;
	height: 270px;
	margin-left: 40px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #121212;
}
.video .movie {
	display: block;
	width: 360px;
	height: 270px;
}

.imageThumbAndCaptionMiddle .movieText {
	background-image: none;
	width: 360px;
	margin-left: 40px;
	padding-top: 10px;
	padding-left: 60px;
}


.listPanel {
	display: block;
	width: 800px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

.listPanelImage {
	display: block;
	width: 150px;
	height: auto;
	margin-left: -30px;
	padding-bottom: 10px;
	float: left;
}

.listPanelImageTop {
	display: block;
	width: 150px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../layout/list_panel_image_top.png);
}

.listPanelImageMiddle {
	display: block;
	width: 150px;
	height: auto;
	background-color: #DFDEDC;
}

.listPanelImageMiddle p {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 15px;
}

.listPanelImageMiddle a {
	background: none;
	padding-left: 0px;
}

.listPanelImageMiddle img {
	border-color: #222222;
	border-width: 2px;
	border-style: solid;
	margin-left: 40px;
}

.listPanelImageMiddle a img {
	border-color: #222222;
	border-width: 2px;
	border-style: solid;
	margin-left: 40px;
}

.listPanelImageMiddle a img:hover {
	border-color: #3366FF;
}

.listPanelImageBottom {
	display: block;
	width: 150px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../layout/list_panel_image_bottom.png);
}

.listPanelNoImage {
	display: block;
	width: 120px;
	height: 20px;
	float: left;
}

.listPanelContent {
	display: block;
	width: 560px;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: -7px;
}

.listPanelContent a h3 {
	color: #444444;
	text-decoration: none;
	padding-bottom: 5px;
}

.listPanelContent a:hover h3 {
	color: #3366FF;
	text-decoration: none;
}
