body {
	font: 11px Verdana,Tahoma,georgia; /* #ccc */
	margin: 10px;
	padding: 0;
	text-align: center;
	background-color: #000;
}
body a {
    color: #7C410D;
}
body a:visited {
}
/* STRUCTURE */
div#main {
	border: 1px solid #FFFFFF;
	padding: 0;
	text-align: left;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#header {
	color: #000000;
	height: 142px;
	background-image: url(images/gbookhead.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: auto;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
div#banner {
	color: #cc9;
	height: 142px;
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
}
div#navigation {
	color: #DCC49C; /* #cc9; */
	height: 20px;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	background-color: #000000;
	display: block;
	width: auto;
}



div#menu {
	float: left;
	width: 200px;
	height: auto;
	color: #fff; /* #9f9; */
	border: 2px solid #E6D4B6;
	padding: 10px;
	font-size: 11px;
	background-color: #000000;
}
div#content {
	display: block; /* #fff; */
	letter-spacing: .5pt;
	/* text-align: center; */
    padding: 10px;
	background-color: #ECFFEC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	line-height: 20px;
}
div#footer {
	height: 20px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	background-color: #006600;
	line-height: 20px;
	width: auto;
	border: 1px solid #000000;
}
div#footer a {
	color: #EAFFEA;
	text-decoration: none;
}
#back {
	line-height: 20px;
	background-color: #000000;
	background-position: 20px;
	display: block;
	height: 20px;
	width: auto;
	text-align: center;
}
#back a {
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
div.clear_div {
   clear: both;
    height: .1em;
}





div.clear_left {

    clear: left;

    height: .1em;

}





input.submit {

    background: #093;

    color: #fff;

    font-size: 10px;

    border: 2px groove #ccc;

}



input {

    font: 11px Verdana,Tahoma,georgia;

    border: 2px groove #ccc;

}



select {

    font: 11px Verdana,Tahoma,georgia;

    border: 2px groove #ccc;

}



textarea.text {

    font: 11px Verdana,Tahoma,georgia;

    border: 2px groove #ccc;

}



th {
	color: #fff;
	background-color: #7F0CC9;
}



table tr {

    margin: 0;

    padding: 3px;

}