body {
	background-color: #7c3918;
	color: #000;
	padding-top: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12pt;
	line-height: 150%;
	text-align: center;
}

#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px 0px 20px 0px;
	clear: both;
	text-align: justify;
}

#header {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #7c3918;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

#menu {
	 width: 100%;
	 height: 50px;
	 color: #fff;
	 font-size: 12pt;
	 font-weight: normal;
	 text-align: center;
	 margin: 0px;
	 padding: 0px;
	 line-height: 50px;
}

#content {
	width: 100%;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;
	text-align: center;
}

#contentWrapper {
	padding: 20px 20px 20px 20px;
}

.guestbookMessageBlock {
	text-align: left;
	width:100%;
}

.guestbookMessageHeader {
	font: inherit;
	background-color: #eee;
	border-top: none;
	border-left: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0px 5px 0px 5px;
}

.guestbookMessageContents {
	font: inherit;
	margin: 1px 10px 15px 10px;
}


.fotoalbumInput {
	width: 100%;
	height: 100%;
	z-index: 200000;
}

.fotoalbumFoto, #boxes li {
	font: inherit;
	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
}

.boxbutton {
	background-color: #bbb;
	width: 32%;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 32px;
	float: left;
}

.boxtext {
	width: 98%;
	height: 24px;
	text-align: left;
	line-height: 24px;
	font: inherit;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #bbb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#boxes li {
	cursor: move;
	position: relative;
	float: left;
	width: 30%;
	text-align: center;
}

#boxes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*#boxes li {
	cursor: move;
	position: relative;
	float: left;
	width: 32%;
	margin: 2px 2px 0px 0px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	background-color: #eeeeff;
}
*/

/* here's the box... the image is the upper-left corner */
.border-tl {
	background: url(img/layout/border-tl.png) no-repeat;
	position: relative;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.border-tr, .border-bl, .border-br {
	position: absolute;
	width: 19px;
	height: 19px;  /* corner images are 40x40 */
	display: block;
	margin-bottom: -1px;  /* this is for IE */
}

/* change position and image: top-right */
.border-tr {
	background : transparent url(img/layout/border-tr.png) no-repeat;
	top: 0;
	right: 0;
}

/* change position and image: bottom-left */
.border-bl {
	background : transparent url(img/layout/border-bl.png) no-repeat;
	bottom: 0;
	left: 0;
}

/* change position and image: bottom-right */
.border-br {
	background : transparent url(img/layout/border-br.png) no-repeat;
	right: 0;
	bottom: 0;
}

a {
	color: #fff;
	font: inherit;
	padding: 4px;
	text-decoration: none;
}

#menu a {
	color: inherit;
	font: inherit;
	padding: 4px;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	background: none;
}

#menu a:hover, #menu a:active {
	background-image: url(img/layout/menubar.png);
	background-position: center left;
	background-repeat: repeat-x;
}

#header .subTitle {
	font-size: 60%;
	vertical-align: baseline;
}

table {
	text-align: inherit;
}

a img {
	border: none;
}

td a {
	color: #000;
}

.guestbookAdminTableRow {
	font: inherit;
	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
}

input.my-url {
	display: none;
}

