/* A d m i n */

/* divs */
/*
#container {
	width: auto;
	padding: 0px;
	margin-left: 300px;
}

#header {
	width: 680px;
}

#logo {
	padding-top: 40px;
	padding-left: 0px;
}

#menu {
	width: 680px;
	height: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 0.5em;
	padding-left: 10px;
	font-size:80%;
}

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	height: 1.5em;
	padding-right: 2em;
	list-style-type: none;
	display: inline;
}

#content {
	width: 680px;
	height: auto;
	padding-top: 20px;
	padding-left: 10px;
}

#footer {
	clear: both;
	width: 680px;
	font-size:80%;
	height: 2em;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-top: 0.5em;
}

#footer p {
	margin: 0px;
}

/* Default Page*/

#content {
	margin-bottom: 40px;
}

#content img {
	padding:5px 5px;
	border:1px solid #cccccc;
}
#content p {
	font-size:80%;
	margin: 0px;
	margin-bottom: 1em;
	width: 540px;
}

#content h2 {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
}

#content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#content a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

/* Guest Book */

.light {
	color: #CCCCCC;
}

.heavy {
	color: #666666;
}

#entryHeader {
	font-size:80%;
}

#entryBody {
	font-size:80%;
}

.entrySubject {
	height: 40px;
}

.entryComment {
	font-size:80%;
	/*width: 540px;*/
}

.entryDetail {
	font-size:80%;
	clear: both;
	height: 2em;
	padding-top: 1em;
	padding-right: 40px;
}

.entryFooter {
	width: 540px;
	background-image: url(../guestbook/img/line.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

#entryDelete {
	font-size:80%;
}

#entryDelete table {

}

.thumb {
	float: left;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
}