body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #70522D;
	background-image: url(images/tiling.jpg);
	background-position:center; 
	background-repeat:repeat-y
}
.welcome {
	font-family: Tahoma;
	font-size: 11px;
	color: #A7A7A7;
}
.orange {
	color: #DF9800;
}
.brand {
	font-family: Tahoma;
	font-size: 11px;
	color: #968775;
	text-decoration: none;
}
.white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.style1 {
	font-family: "TypoUpright BT";
	font-size: 36px;
}
.left_1 {
	margin-top:70px; 
	margin-left:30px;
}
.left_about {
	margin-left:41px; 
	margin-top:40px;
}
.right_1 {
	margin-left:19px; 
	margin-top:20px;
}
.text {
	margin-left:15px; 
	margin-top:5px; 
	margin-right:15px
}
.text_img {
	border: 1px solid #D3CAA9;
	padding: 2px;
	padding-left:2px;
	width: 186px;
	margin-bottom: 22px;
	margin-left:500px;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
	color:#9D9D6C;
}
.previewlink {
	display:block;
}
.test1 {
    margin: 1em auto;
    width: 343px;
    height: 239px;
	margin-left:19px; 
	margin-top:20px
}
/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:60%;
	left:50%;
	z-index:9880;
	width:500px;
	height:400px;
	margin:-230px 0 0 -250px;
	border:1px solid #CCCCCC;
	background:#70522D;
	text-align:left;
	font-family: Tahoma;
	font-size: 11px;
	color: #A7A7A7;
		
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
