
.narrowWidth
{
	margin : 0px auto;
	text-align : justify;
	width : 700px;
}

.buttons
{
	margin-top : 20px;
	margin-bottom : 20px;
	text-align : center;
}

.buttons a
{
	color : white;
	text-decoration : none;
	font-weight : bold;
	background-color: #188221;
	background-image: url(../images/bg/bg_button_submit_green.png);
	background-repeat: repeat-x;
	padding : 6px;
	margin-right : 20px;
}
.buttons a:hover
{
	background-image: url(../images/bg/bg_button_submit_green_hover.png);
}


.guestbookItem
{
	padding-bottom : 16px;
	margin-bottom : 24px;
	margin-top : 8px;
	border-bottom : 1px solid #9C0C42;
}

.guestbookItem .book
{
	font-size : 9px;
}
.guestbookItem .comment
{
	font-weight : bold;
	font-size : 13px;
	color : #000099;
}
.guestbookItem .info
{
	font-size : 11px;
	/*font-style : italic;*/
}
.guestbookItem .editor
{
	color : #9C0C42;
}

#guestbookArchive .column
{
	text-align : center;
}

#guestbookArchive .guestbookYear
{
	margin : 6px auto;
	width : 210px;
	border : 1px solid #EBEBEB;
}
#guestbookArchive .guestbookYear h2
{
	margin : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	background-color : #FFFFCC;
	font-size : 14px;
	color : black;
}
#guestbookArchive .guestbookMonth
{
	margin-top : 4px;
	margin-bottom : 4px;
}


