html
{
	overflow-x: hidden; /* fix ie xhtml horizontalscrollbar bug  */
	overflow-y: auto; /* fix ie xhtml horizontalscrollbar bug  */
	height: 100%;
	width: 100%	
}

body
{
	margin: 0;
	padding: 0;
	font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
	font-size: 11px;
	color: #ccc;
	background-color: #363430;
	letter-spacing: 2px;
}

div#container
{
	height: 500px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
    width: 100%;
}
	
	div#left
	{
		position: absolute;
		background-image: url(../images/bg_left.gif);
		background-repeat: no-repeat;
		background-position: top right;	
		width: 50%;	
		margin-left: -300px;	
		height: 500px;
		left: 0px;
		overflow: hidden;		
	}
    
	div#middle
	{
		position: absolute;
		background-image: url(../images/bg_middle.gif);
		background-repeat: no-repeat;
		background-position: top left;
		left: 50%;
        margin-left: -300px;
        width: 600px;
		height: 500px;
	}

    
	div#right
	{
		position: absolute;
		background-image: url(../images/bg_right.gif);
		background-repeat: no-repeat;
		background-position: top left;
        width: 50%;		
		height: 500px;
		margin-right: -299px;
      	right: 0px;
		overflow: hidden;
	}

h1
{
	margin: 0;
	padding: 0;
	font-family : Georgia, "Times New Roman";
	font-size: 18px;
	letter-spacing: 6px;	
}

h1#header_home {	color: #ffff00;	}
h1#header_about_me {	color: #abe7db;	}
h1#header_messages {	color: #e883dd;	}
h1#header_cg {	color: #b3f698;	}
h1#header_photography {	color: #0eb8ff;	}
h1#header_links {	color: #ffa800;	}
h1#header_faq {	color: #95839c;	}
h1#header_superman {	color: #00fff0;	}
h1#web {	color: #cc6093;	}

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
}

a:hover
{
	text-decoration: none;
	color: #fff;
}

#ani
{
	width: 150px;
	height: 75px;
	background-image: url('../images/ani.gif');
	position: absolute;
	top: 19px;
	left: 152px;
}

ul#menu
{
	width: 170px;
	height: 220px;
	position: absolute;
	bottom: 50px;
	left: 0;
	list-style: none;
}

	ul#menu li
	{
		margin: 0;
		padding: 0 0 0 10px;
	}	

	ul#menu li#home, 
	ul#menu li#home_selected { margin-left: 0; }
	ul#menu li#home a:hover, 
	ul#menu li#home_selected a { background-color: #ffff00; color: #363430; }

	ul#menu li#about_me, 
	ul#menu li#about_me_selected  {margin-left: 10px; }
	ul#menu li#about_me a:hover, 
	ul#menu li#about_me_selected a { background-color: #abe7db; color: #363430; }
	
	ul#menu li#messages, 
	ul#menu li#messages_selected { margin-left: -6px; }
	ul#menu li#messages a:hover, 
	ul#menu li#messages_selected a { background-color: #e883dd; color: #363430; }
	
	ul#menu li#cg, 
	ul#menu li#cg_selected { margin-left: 14px; }
	ul#menu li#cg a:hover, 
	ul#menu li#cg_selected a { background-color: #b3f698; color: #363430; }
	
	ul#menu li#photography, 
	ul#menu li#photography_selected { margin-left: 3px; }
	ul#menu li#photography a:hover, 
	ul#menu li#photography_selected a { background-color: #0eb8ff; color: #363430; }	

	ul#menu li#links, 
	ul#menu li#links_selected { margin-left: 8px; }
	ul#menu li#links a:hover, 
	ul#menu li#links_selected a { background-color: #ffa800; color: #363430; }	
	
	ul#menu li#faq, 
	ul#menu li#faq_selected { margin-left: -4px; }
	ul#menu li#faq a:hover, 
	ul#menu li#faq_selected a { background-color: #95839c; color: #363430; }		

	ul#menu li#web, 
	ul#menu li##web_selected { margin-left: -4px; }
	ul#menu li#web a:hover, 
	ul#menu li#web_selected a { background-color: #cc6093; color: #363430; }	
	
	
ul#menu li a
{
	font-weight: normal;
	line-height: 22px;
	background-color: #4a4844;
	letter-spacing: 5px;	
}

#middle #content
{
	width: 380px;
	height: 380px;
	position: absolute;
	right: 10px;
	top: 120px;
	overflow: visible;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

img#about_me
{
display:none;
}

/*
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: #ccc;
	background-color: #363430;
	letter-spacing: 2px;
	border: 0px solid #363430;
}

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 2px 0;
	}
	
	.guestbookEntry #name1 { color: #0eb8ff; }
	.guestbookEntry #name2 { color: #ffa800; }
	.guestbookEntry #name3 { color: #b3f698; }
	.guestbookEntry #name4 { color: #e883dd; }
	.guestbookEntry #name5 { color: #ffff00; }				
	
	.guestbookEntry .text, .hidden_answer, .visible_answer
	{
		position: relative;
		display: block;
		clear: both;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.guestbookEntry .text em
	{
		font-family : "Times New Roman";
		font-size: 16px;
		font-weight: bold;
	}
	
	.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;
	background-color: #32302c;
}	
	
.hidden_answer
{
	display: none;
}

.visible_answer
{
	display: block;
	padding: 6px;
	margin: 6px 0 0 0;
	color: #b8a5bf;
}

.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: 28px;
	font-weight: bold;
	letter-spacing: 6px;
	margin-top: -10px;
	right: 0;
	z-index: 0;
}

/*
.question #Question1 { color: #ffff00; }
.question #Question2 { color: #abe7db; }
.question #Question3 { color: #e883dd; }
.question #Question4 { color: #b3f698; }
.question #Question5 { color: #0eb8ff; }		
.question #Question6 { color: #ffa800; }
.question #Question7 { color: #95839c; }
.question #Question8 { color: #ffff00; }
.question #Question9 { color: #abe7db; }
*/

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,
a.photo_tn_1:active,
a.photo_tn_2:active,
a.photo_tn_3:active,
a.photo_tn_4:active,
a.photo_tn_5:active,
a.photo_tn_6:active
{
	padding: 1px;
}

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
{
	border: 1px solid #ffffff;
}

a.photo_tn_1:active	{	border: 1px solid #ffa800; }
a.photo_tn_2:active	{	border: 1px solid #0eb8ff; }
a.photo_tn_3:active	{	border: 1px solid #b3f698; }
a.photo_tn_4:active	{	border: 1px solid #e883dd; }
a.photo_tn_5:active	{	border: 1px solid #abe7db; }
a.photo_tn_6:active	{	border: 1px solid #ffff00; }

.photo_tn img
{
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
}

div#superman p
{
	font-size: 9px;
}
