	* {
		font-family: verdana;
		font-size: 11px;
		color: #595959;
	}
	a {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}	
	DIV.main {
		position: absolute;
		left: 50%;
		width: 780px;
		height: 308px;
		margin-left: -390px;
		overflow: auto;
	}
	body {
		margin: 0px;
		background-color: #E7E7E7;
		background-image: url('../pics/bodybg.gif');
		background-repeat: no-repeat;
		background-position: top center;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0px;
	}
	td {
		padding: 0px;
	}
	img { border: none; }
	
	input {
		border: 1px solid #717171;
	}
	form {
		display: inline;
	}
	#left_column {
		float:left;
		width:181px;
		text-align: center;
	}
	#content {
		float:left;
		width:573px;
		height:100%;
	}
	#content div {
		padding: 10px;
	}
	#left_column_top{
		height:16px;
		font-weight:bold;
		text-align: left;
		text-align: center;
		padding: 5px 0px 3px 0px;
	}
	.gallery td {
		padding: 10px;
		text-align: center;
		border: 1px solid #e7e7e7;
	}
	.gallery th {
		color: #ffffff;
		background-color: #f08e46;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		padding: 5px;
	}
	.keplink {
		padding-bottom: 5px;
	}
	.guestbook {
		width: 100%;
	}
	.guestbook td {
		padding: 5px;
		background-color: #f0f0f0;
		color: #5f5f5f;
		border: 1px solid #ffffff;
	}
	.guestbook th {
		background-color: #f08e46;
		color: #ffffff;
		font-weight: bold;
		padding: 3px;
		text-align: left;
		border: 1px solid #ffffff;
	}
	.guestbook th a {
		color: #ffffff;
	}
	#content div .gb_id {
		float: left;
		width: 27px;
		padding: 4px;
		border-right: 1px solid #fff;
		color: #fff;
		font-weight: bold;
		background-color: #f08e46;
	}
	#content div .gb_user {
		float: left;
		width: 302px;
		padding: 4px;
		border-right: 1px solid #fff;
		color: #fff;
		font-weight: bold;
		background-color: #f08e46;
	}
	#content div .gb_user a {
		color: #fff;
	}
	#content div .gb_date {
		float: left;
		width: 196px;
		padding: 4px;
		text-align: right;
		color: #ffffff;
		font-weight: bold;
		background-color: #f08e46;
	}
	.gb_message {
		float: left;
		width: 531px;
		background-color: #f0f0f0;
		color: #5f5f5f;
		margin-bottom: 10px;
		text-align: justify;
	}
	.button {
		background-color: #cfcfcf;
		border: none;
		color: #5f5f5f;
		font-weight: bold;
		height: 20px;
	}
	.textarea {
		border: 1px solid #717171;
	}
