
html * {
	margin: 0;
	padding: 0;
}

body {
	font-family:  "Lucida Sans", Calibri, sans-serif;
	font-size: 62.5%;
	background-image: url(images/wood.jpg);
	
}

#main {
	background-color: #000;
	width: 800px;
	margin: 0 auto 25px auto;
	border-left: 3px solid #8b4801;
	border-right: 3px solid #8b4801;
	border-bottom: 3px solid #8b4801;
	color: #fff;
}


p {
	line-height: 1.5em;
	font-size: 1.3em;
}

h1 {
	font-size: 1.5em;
	color: #8b4801;
	margin-left: 20px;
}

#cont_left {
	float: left;
	width: 400px;
}

#cont_right {
	float: right;
	width: 400px;
}

#cont_left_main {
	float: left;
	width: 270px;
}

#cont_right_main {
	float: right;
	width: 530px;
}

#tap {
	clear: both;
}

#footer {
	clear: both;
	
}

a:active     {  font-family: "Lucida Sans", Calibri, sans-serif; style; font-size: 13px; color: #9c501d; letter-spacing:1px}
a:link       {  font-family: "Lucida Sans", Calibri, sans-serif; style; font-size: 13px; color: #9c501d; letter-spacing:1px}
a:visited    {  font-family: "Lucida Sans", Calibri, sans-serif; style; font-size: 13px; color: #9c501d; letter-spacing:1px}

#lightbox{
	background-color:#eeeeee;
	padding: 10px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-size: 12px; color: #000 }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
