/* --- GENERAL ----------------------------- */

body 
{ 
	padding: 0px;
	background-color: #000000; 
	margin: 0px;
}

.nofloat
{
	clear:both;
	float:none;
}

body, td, input 
{ 
	font-family: arial, helvetica; 
	font-size: 12px; 
}

div, textarea, iframe
{
	scrollbar-face-color: #202020;
	scrollbar-shadow-color: #202020;
	scrollbar-highlight-color: #202020;
	scrollbar-3dlight-color: #202020;
	scrollbar-darkshadow-color: #202020;
	scrollbar-track-color: #636363;
	scrollbar-arrow-color: #636363;
}

td
{
	vertical-align: top;
}

a img
{
	border: 0px;
	outline-width: 0px;
}

a
{
	color: white;
	outline-width: 0px;
}

h1
{
	font-size: 16px;
	color: white;
	margin: 20px 0px 20px 0px;
}

h2
{
	font-size: 13px;
	color: white;
	margin: 10px 0px 0px 0px;
}

/* ----------------------------------------- */


#gui
{
	margin: 50px auto 0px auto;
	padding: 0px;
	width: 940px;
}

/* ----------------------------------------- */

#gui_home
{
	margin: 200px auto 0px auto;
	padding: 0px;
	width: 940px;
	float: right;
}

/* ----------------------------------------- */

table.menu
{
	margin: auto 0px 0px auto;
}

div.menu_title
{
	left: 4px;
	background-color: black;
	text-transform: uppercase;
	visibility: hidden;
	display: inline;
}

div.menu_title a
{
	font-weight: bold;
	color: white;
	font-size: 9px;
	letter-spacing: px;
	padding-left: 2px;
	padding-right: 6px;
	text-decoration: none;
}

/* ----------------------------------------- */

td.container_logo_large
{
	padding-left: 0px;
	padding-top: 30px;
}

table#gui td.home_menu
{
	vertical-align: bottom;
	padding-bottom: 4px;
}

tr.home_menu_container td
{
	width: 108px;
	height: 100px;
	padding: 10px 0px 4px 0px;
	
	cursor: pointer;
	background-repeat: no-repeat;
	text-align: right;
}

/* ----------------------------------------- */

td#content
{
	width: 610px;
	text-align: right;
}

/* ----------------------------------------- */

#container_photo
{
	float: right;
}

td.photo table
{
	width: 100px;
	background-color: #202020;
	border: #202020 2px solid;
}

p#photo_title, p#photo_nr
{
	font-size: 9px;
	margin-top: 10px;
	color: black;
	letter-spacing: 2px;
	height: 12px;
}

p#photo_title	
{
	display: none;
}

/* ----------------------------------------- */

#container_gallery
{
	height: 458px;
	overflow: auto;
}

#gallery, #table_photo
{
	margin: 0px auto;
	
}

table#gallery td
{
	background-color: #202020;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
	width: 92px;
	height: 102px;
	
}
/* ----------------------------------------- */
/* ----------------------------------------- */

#container_about
{
	margin: 0px 12px auto auto;
	width: 360px;
	text-align: left;
	padding: 0px;
}

*html #container_about
{
	border-top: #000000 29px solid;
}

#container_about table
{
	margin-top: 200px;
	background-color: #202020;
	border: #202020 2xpx solid;
}

.about_text
{
	width: 280px;
	padding: 12px;
	color: #a0a0a0;
	letter-spacing: 1px;
	line-height: 13px;
	font-size: 11px;
	vertical-align: bottom;
}

.about_text a
{
	color: #a0a0a0;
	text-decoration: none;
	border-bottom: #808080 1px dotted;
}

.about_text a:hover
{
	color: white;
	border-bottom: white 1px dotted;
}

#menu_photo
{
	display: inline;
	visibility: hidden;
}

/* ----------------------------------------- */

#container_logo_small
{
	margin-bottom: 20px;
}

td#container_menu_small
{
	text-align: right;
}

#small_menu a
{
	margin: 0px 3px 0px 0px;
}

#small_menu_title
{
	color: #808080;
	letter-spacing: 5px;
	font-size: 11px;
}

#gui_home #small_menu_title
{
	letter-spacing: 6px;
	font-size: 12px;
}

.home_menu #small_menu_title
{
	padding-left: 10px;
}

td.menu
{
	border-left: black 20px solid;
	border-top: black 200px solid;
	width: 280px;
	white-space: nowrap;
}

#page_gallery .menu
{
	color: #808080;
	padding: 0px 0px 120px 0px;
	letter-spacing: 1px;
	font-size: 11px;
}

.menu a
{
	color: #808080;
	text-decoration: none;
}

#container_navigator
{
	margin: 16px 0px 0px 0px;
	vertical-align: bottom;
}

/* ----------------------------------------- */

.footer
{
	color: #808080;
	padding: 0px 0px 20px 9px;
	letter-spacing: 1px;
}

.footer a
{
	color: #808080;
	text-decoration: none;
}

.footer a:hover, .menu a:hover
{
	color: white;
}