body {
	text-align: center;
	background-color: #000000;
	font-family: "Lucida Grande", Verdana, Tahoma, "Trebuchet Ms", Sans-Serif;
	font-size: 71%;
	line-height: 17px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #00CCCC;
}
a:link {
	color: #00CCCC;
}
a:visited {
color: #99A4AF;
}
a:hover, a:active {
color: red;
}

img {
border: 0;
}

p {
margin: 0 0 13px;
}

input, textarea {
border: 1px solid #99A4AF;
padding: 3px 5px;
font: inherit;
width: 210px;
vertical-align: middle;
margin: 2px 0;
}
textarea {
width: 300px;
height: 120px;
}
input#submit {
width: 80px;
}

#container {
	border: 1px solid #FFFFFF;
	width: 700px;
	text-align: left;
	background-color: #000000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: #FFFFFF;
	padding: 0px;
}
#header {
	background-image: url(img/gbookhead.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 142px;
	width: 700px;
}
	#topnav, #footer, .pagination {
	margin: 0 auto;
	text-align: center;
	width: 70%;
	}
	#topnav {
	line-height: 24px;
	display: block;
	height: 24px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(img/topnavbg.jpg);
	margin-bottom: 10px;
	}
#form {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 90%;
	padding-right: 10px;
	padding-left: 10px;
}
#form input {
	background-color: #333333;
	border: 1px solid #757575;
	color: #CCCCCC;
}
#form textarea {
	background-color: #666666;
	border: 1px solid #999999;
	color: #FFFFFF;
}
	#footer {
	margin-top: 10px;
	padding: 0;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #004F00;
	text-align: center;
	display: block;
	height: 24px;
	width: 700px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	
	#entries {
	width: auto;
	border-collapse: collapse;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	#entries tr.rowcolor1 td {
	background-color: #272727;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
		}
.comments {
	padding-left: 10px;
	line-height: 18px;
}
.comments p {
	line-height: 0px;
	height: 0px;
}
#entries td.meta {
	width: 180px;
	line-height: 21px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
		}
.green {
	color: #006600;
}
		#entries td {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
		}
		#entries td img {
		vertical-align: bottom;
		}
		
span.bold {
font-weight: bold;
}
.hidden {
display: none;
}