body {
	font-family: Arial, Arial CE, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	background-color: #404041;
	border: none;
	margin: 0px;
	padding: 0px;
}
div {
	border: none;
	margin: 0px;
	padding: 0px;
}
.galleryimage
{
	border: solid 1px gray;
}
#all
{
	width: 100%;
	min-height: 100%;
	_height: 100%;
	margin: 0px auto;
	background-image: url(layout/content.png);
	background-position: center top;
	background-repeat: repeat-y;
	position: relative;
	overflow: visible;
	min-width: 980px;
}
#topframe
{
	width: 100%;
	height: 292px;
	background-image: url(layout/topbg.gif);
}
#topbox
{
	width: 980px;
	height: 292px;
	margin: 0px auto;
	background-image: url(layout/topall.png);
	position: relative;
}
#midframe
{
	width: 100%;
	overflow: visible;
}
#free
{
	width: 980px;
	height: 35px;
	margin: 0px auto;
}
#content
{
	width: 980px;
	margin: 0px auto;
	background-image: url(layout/dots.gif);
	background-repeat: repeat-y;
	background-position: 272px 39px;
	overflow: visible;
}
#footframe
{
	background-image: url(layout/botbg.gif);
	height: 133px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#footer
{
	width: 980px;
	height: 133px;
	margin: 0px auto;
	background-image: url(layout/botall.png);
}
#leftdiv
{
	float: left;
	width: 170px;
	/*height: 354px;*/
	padding-left: 42px;
	padding-bottom: 143px;
	background-image: url(layout/leftdiv2.png);
	background-repeat: no-repeat;
	background-position: 42px 0px;
}
#rightdiv
{
	float: right;
	width: 640px;
	padding: 0px 60px 143px 66px;
}
.menu_header
{
	color: white;
	padding: 2px 0px;
	text-align: left;
	vertical-align: top;
}
.menu_item
{
	padding: 2px 0px;
	text-align: left;
	vertical-align: top;
}
.menu_link
{
	color: #38C2D4;
	text-decoration: none;
}
.menu_link:hover
{
	color: white;
}
.menu_active
{
	text-decoration: underline;
}

.guestbook_table {
	width: 465px;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	border-collapse: collapse;
}
.guestbook_author {
	color: grey;
	padding: 6px 6px 6px 6px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.guestbook_post {
	color: white;
	padding: 6px 6px 6px 6px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
.guestbook_signature
{
}
.guestbook_date
{
}
.guestbook_alternate
{
}
