body
{
	margin: 0;
	padding: 0;
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	letter-spacing: 2px;
}

h1
{
	margin: 0;
	padding: 0;
	font-family : Georgia, "Times New Roman";
	font-size: 18px;
	letter-spacing: 6px;
	color: #000;	
}


a
{
	color: #000;
}


#middle
{
	width: 600px;
	height: 500px;
	margin: 0;
	padding: 0;
}


ul#menu
{
	width: 170px;
	height: 220px;
	position: absolute;
	left: 10px;
	list-style: none;
}

#middle #content
{
	width: 380px;
	height: 380px;
	position: absolute;
	left: 200px;
	overflow: visible;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

img#about_me
{
	position: relative;
	float: left;
	border: 3px solid #363430;
	margin-top: 14px;
	margin-right: 10px;
}

form#frmDropMessage fieldset
{
	border: 0px solid #000;
}

form#frmDropMessage label
{
	font-weight: bold;
}

input, textarea
{
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 2px;
	border: 1px solid #000;
}

form#frmDropMessage input#txtName
{
	width: 300px;	
}

form#frmDropMessage textarea#txtMessage
{
	width: 300px;
	height: 100px;	
}

form#frmDropMessage input#btnSumbmit
{ 
	background-color: #e883dd; 
	color: #363430; 
}

.guestbookEntry
{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

	.guestbookEntry #name1,
	.guestbookEntry #name2,
	.guestbookEntry #name3,
	.guestbookEntry #name4,
	.guestbookEntry #name5
	{
		position: relative;
		font-weight: bold;
		display: block;
		clear: both;
		margin: 10px 0 5px 0;
	}
	
	.guestbookEntry .text, .hidden_answer, .visible_answer
	{
		position: relative;
		display: block;
		clear: both;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.guestbookEntry .date
	{
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		color: #484642;
		font-family : Georgia, "Times New Roman";
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 6px;
		margin-top: -10px;
		right: 0;
		z-index: 0;
	}
	
.question
{
	display: block;
	margin: 5px 0 0 0;
}	
	
.hidden_answer
{
	display: block;
}

.visible_answer
{
	display: block;
}

.selected_question
{
	color: #95839c;	
	font-size: 18px;
}

#questionmark
{
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	color: #484642;
	font-family : Georgia, "Times New Roman";
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 6px;
	margin-top: -10px;
	right: 0;
	z-index: 0;
}
	
a.photo_tn_1,
a.photo_tn_2,
a.photo_tn_3,
a.photo_tn_4,
a.photo_tn_5,
a.photo_tn_6
{
	display: block;
	position: relative;
	float: left;
	border: 0px;
	padding: 2px;
	width: 50px;
	height: 50px;
	margin: 0;
}

a.photo_tn_1:hover,
a.photo_tn_2:hover,
a.photo_tn_3:hover,
a.photo_tn_4:hover,
a.photo_tn_5:hover,
a.photo_tn_6:hover
{
	padding: 1px;
}

a.photo_tn_1:hover	{	border: 1px solid #ffa800; }
a.photo_tn_2:hover	{	border: 1px solid #0eb8ff; }
a.photo_tn_3:hover	{	border: 1px solid #b3f698; }
a.photo_tn_4:hover	{	border: 1px solid #e883dd; }
a.photo_tn_5:hover	{	border: 1px solid #abe7db; }
a.photo_tn_6:hover	{	border: 1px solid #ffff00; }

a.photo_tn_1:hover

.photo_tn img
{
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
}
