@charset "utf-8";
/* CSS Document */
/* Website developed by: Henri Boelhouwer ©2008 all rights reserved */

* {
	outline:none;
	-moz-outline-style: none;
	}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}

#layout {
	width: 800px;
	/*height: 655px;*/
	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	}
	
#outerlayer {
	position: relative;
	width: 800px;
	/*height: 510px;*/
	z-index:1;
	left: 0px;
	top: -275px;
	visibility: visible;
 	}
	
#bottomlayer {
	position: relative;
	width: 800px;
	z-index:10;
	left: 0px;
	top: 0px;
	visibility: visible;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
 	}

#btm_pic_layer {
	position: relative;
 	width: 149px; 
 	height: 164px; 
 	z-index: 10; 
 	left: 20px; 
 	top: -384px;
 	visibility: visible;
 	}

#menu_layer {
	position: relative;
 	width: 175px; 
 	height: 190px; 
 	z-index: 10;
 	left: 5px; 
 	top: 0px;
 	visibility: visible;
 	}

#logo_layer {
	position: relative;
 	width: 210px; 
 	height: 160px; 
 	z-index: 1000; 
 	left: 543px; 
 	top: -47px;
 	visibility: visible;
	background-image: url(../images/lapdesk_logo.png);
	background-position: top right;
	background-repeat: no-repeat;
 	}

#btm_menu_layer {
	position: relative;
	width: 750px;
	height: 20px;
	z-index: 100;
	left: 0px;
	top: -445px;
	visibility: visible;
	color:#FFFFFF;
	text-align:right;
 	}
		
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FEBE51;
	text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#translations {
	position: relative;
	width: 750px;
	height: 20px;
	z-index: 100;
	left: 0px;
	top: -430px;
	visibility: visible;
	color:#FFFFFF;
 	}

#main-wrapper {	
	background-image: url(../images/underTrees2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#wrapper2 {
	background-image: url(../images/main_bground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.picframe {
	border: 3px inset #999;
	}
	
.smlframeborder {
	border: 3px ridge #DCDCDC;
	}

/* The blinkingblue frame around thumbnails */
.thumbs img{
	position:relative;
	padding:3px;
	margin:0 2px 2px 0;
	border:1px solid #fff;
	background-color:#ddd;
	color: #555;
	}

.thumbs img:hover{
	background: url(../images/flash.gif); 
	}
/*	
p{
margin:0 0 15px 0;
line-height:1.5em;
}
*/