@CHARSET "ISO-8859-1";

html {
	overflow-x: auto; /* Show horizontal scrollbar when needed. */
	overflow-y: scroll; /* alway show scrollbar (for layout) */
	background-color: black;
}

body {
	margin-left: 25px;
	margin-top: 25px;
	text-align: left; /* needed for IE6 */
	line-height: 18px;
	font-family: Courier New;
	font-size: 9pt;
	color: #AAAAAA;
}

div#main_left {
	position: absolute;
	width: 300px;
	padding-bottom: 100px;
}

div#main_right {
	position: absolute;
	left: 350px;
	padding-bottom: 100px;
}
	

span.header1 {
	color: white;
	font-size: 140%;
}

span.header2 {
	color: white;
	font-size: 100%;
}

span#count_photo {
	color: #AAAAAA;
	font-size: 90%;
}

/* Default links */
a:link 					{color: #AAAAAA; text-decoration: none;}
a:active 				{color: white; text-decoration: none;}
a:visited 				{color: #AAAAAA; text-decoration: none;}
a:hover 				{color: white; text-decoration: underline;}

/* Title links */
a.lk_title:link 		{color: white; font-size: 150%;}
a.lk_title:active 		{color: white; font-size: 150%;}
a.lk_title:visited 		{color: white; font-size: 150%;}
a.lk_title:hover 		{color: white; font-size: 150%;}

a.lk_gallery_on:link	{color: white; text-decoration: none;}
a.lk_gallery_on:active 	{color: white; text-decoration: none;}
a.lk_gallery_on:visited {color: white; text-decoration: none;}
a.lk_gallery_on:hover 	{color: white; text-decoration: underline;}
	
