@import url(editor.css);
@import url(content.css);

html, body {
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}

#frame {
	width: 850px;
	margin: 30px auto;
}

#frame #contentstart {
	width: 850px;
	border: solid #ffffff;
	border-width: 7px 0px;
	clear: both;
	height: 364px;
	background-image: url(/images/start_background.jpg);
	background-repeat: no-repeat;
}

#frame #contentstart #contentpadding {
	padding: 130px 0px 10px 50px;
}

#frame #content {
	width: 850px;
	border: solid #ffffff;
	border-width: 7px 0px;
	clear: both;
	background: url(/images/page_right_background.gif) no-repeat #D9CEB7 713px 0px;
	
}

#frame #content #contentpadding {
	padding: 50px 0px 30px 50px;
}

#frame #bottom {
	font-size: 10px;
	padding-top: 28px;
	padding-bottom: 40px;
	background-image: url(/images/bottom_line_background.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#logotype {
	float: left;
	margin: 0px 0px 0px 25px;
}

#menu {
	float: right;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	padding-top: 51px;
}

#menu ul {
	display: inline;
	margin: 0px;
}

#menu ul li {
	display: inline;
	padding: 0px 8px;
	border-left: 1px solid #716B5F;
}

#menu ul .first {
	border-left-width: 0px;
}

#menu ul li a {
	color: #333333;
	text-decoration: none;
}

.pageBack {
	clear: both;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #E8DCC2;
	padding-top: 5px;
	margin-top: 20px;
}

.clear {
	clear: both;
}

#galleystart {
	float: left;
	width: 250px;
	padding-bottom: 15px;
}


#galleystart #title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

#galleystart #text {
	line-height: 15px;
	margin-bottom: 10px;
}

#galleystart #link {
	clear: both;
}

#galleystart .image {
	float: left;
	width: 100px;
	height: 70px;
	margin-bottom: 10px;
}

#galleystart .left{
	margin-right: 10px;
}

.galleryitem, .galleryitemright {
	float: left;
	margin-top: 30px;
	color: #000000;
	line-height: 15px;
}

.galleryitemright {
	margin-left: 30px;
}

.galleryitem .image, .galleryitemright .image {
	width: 200px;
	height: 200px;
	border: 10px solid #000000;
	background: #000000;
	
}

.galleryitem .image table, .galleryitemright .image table {
	width: 200px;
	height: 200px;
}

.galleryitem .title, .galleryitemright .title {
	background-color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px 7px 10px;
	text-align: center;
}

.galleryitem .text, .galleryitemright .text {
	height: 30px;
	overflow: hidden;
	margin: 0px 10px 10px 10px;
}

.galleryitem .date, .galleryitemright .date {
	float: left;
	color: #c0c0c0;
	margin-left: 10px;
}

.galleryitem .link, .galleryitemright .link {
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

#gallery {
}

#gallery .date {
	font-size: 10px;
	color: #c0c0c0;
}

#gallery .imageitem, #gallery .imageitemright {
	margin-top: 30px;
	width: 200px;
	height: 200px;
	border: 10px solid #000000;
	background: #000000;
	float: left;
	text-align: center;
}

#gallery .imageitemright {
	margin-left: 30px;
}


#gallery .imageitem table, #gallery .imageitemright table {
	width: 200px;
	height: 200px;
}


#gallery .imageitem .image IMG, #gallery .imageitemright .image IMG {
	border: 1px solid #333333;
}

#gallery .imageitem .description, #gallery .imageitemright .description {
	margin: 5px 10px 0px 10px;
}
