body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	background-color:#6C504C; 
	}
	
.left_bg{
	background-image:url(images/left_bg.jpg);
	background-position:left top; 
	background-repeat:repeat-y;
	}

.right_bg{
	background-image:url(images/right_bg.jpg);
	background-position:right top; 
	background-repeat:repeat-y;
	}
td, input, textarea{
		font-size:12px;
		font-family:Verdana;
		color:#DCC6BE;
		line-height:17px;
		vertical-align:top;
		}
		
.subtitle {
	FONT-SIZE: 12px;
	COLOR: #F12025;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.bg{background-color:1A1A1A;
}

a{
	color:#ff0000;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}


.full {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
	border-right:1px solid #B3B37B; 
	border-bottom:1px solid #B3B37B; 
	padding:3px;
}
.rate {
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	font-weight: bold;
	
}
.text{font-family:Verdana, "Arial", Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:justify;
	color:#F0EBCE; 
	
	}

.text_black{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	text-align:justify;
	color:#000000;
	}


.copyright{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2B130D;
	}

a.web:link{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px; 
text-decoration:none; 
color:#2B130D;}
a.web:active{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px; 
text-decoration:none; 
color:#2B130D;}
a.web:visited{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px; 
text-decoration:none; 
color:#2B130D;}
a.web:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px; 
text-decoration:none; 
color:#B8882C;}

.title{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	text-align:justify;
	color:#FFFFFF;
	font-weight:bold;
	}	
.titles {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#DDC6BE;
	line-height:17px;
	font-weight: bold;
}

.titles a:link{
	color:#DDC6BE;
	text-decoration:none;
	cursor:default;
}

.titles a:hover{
	color:#DDC6BE;
	text-decoration:none;
	cursor:default;
}

.titles a:active{
	color:#DDC6BE;
	text-decoration:none;
	cursor:default;
	
}

.titles a:visited{
	color:#DDC6BE;
	text-decoration:none;
	cursor:default;
}

.border_box{border:#FFFFFF solid 1px;
}

.padding22{padding-left:22px;
 		padding-top:5px;}
		
		
		
		
.padding_nominate{padding-left:0px;
 		          padding-top:0px;}
		
		
li {
	list-style: none;
	background:url(images/a.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F0EBCE;
	text-decoration:none;
	line-height:20px;

}
		
.line {background-color:#E5E5D7;}

.tab-border{
			border:1px solid #B3B37B;
			}


.td-border{
		   border-right:1px solid #B3B37B; 
		   border-bottom:1px solid #B3B37B; 
		   padding:3px;
		   font-family: Verdana, Arial, Helvetica, sans-serif;
		   font-size: 12px;
		   line-height: 18px;
		   color: #000000;
		   }

.td-border-b{border-bottom:1px solid #FFFFFFF; 
			 padding:3px;
}


.message {font-size: 14px;
	color:#FF6C6C;
}

.bordernormal
{
	border-style:solid;
	border-color:#AA8376;
	border-width:medium;
	border-collapse:collapse;
}

div.nav_middle{
	boder:none;
}

div.nav_middle a:link{
	color:none;
	text-decoration:none;
	border:none;
}

div.nav_middle a:hover{
	color:none;
	text-decoration:none;
	border:none;
}

div.nav_middle a:visited{
	color:none;
	text-decoration:none;
	border:none;
}


<!-- begin css for spa gallery  -->

/* Parent container for the entire gallery */
.dg-image-gallery{
	position:relative;
	width:1000px;
	height:800px;
	border:3px solid #AAA;
}
/* Enlarged image */
.dg-image-gallery-enlarged-image {
	position : absolute;
	left: 0px;
	top:500px;
	background-position : center center;
	width : 100%;
	height: 600px;

}
/* Caption below large image */
.dg-image-gallery-caption {
	position:absolute;
	bottom:150px;
	height:30px;
	width:100%;
	text-align:center;
	color: #CCC;
}
/* Container for all thumbnails */
.dg-image-gallery-thumbnail-container {
	position : absolute;
	bottom : 0px;
	width : 100%;
	left: 228px;
	right:0px;
	top:1100px;
	padding-bottom:10px;
	padding-right:0px;
	width:958px;
	/* height:???; - is set by the script based on property thumb height */
}
/* Thumbnails inside thumbnail strip */
.dg-image-gallery-thumbnail{
	width: 120px;
	height : 120px;
	padding-right:2px;
	padding-left:2px;
}

/* Highlight element */
.dg-image-gallery-thumbnail-highlight{
	border:3px solid #CCC;
	padding:2px;
}

/* Previous and next buttons */

.dg-image-gallery-previous, .dg-image-gallery-next {
	background-position : center center;
	cursor: pointer;
	width:20px;
	height:120px;
	bottom:10px;
	top:1100px;
	position: absolute;
	cursor: pointer;
}
.dg-image-gallery-previous{
	background-image:url('images/left.png');
	left : 0px;
}
.dg-image-gallery-previous-over{
	background-image:url('images/left-over.png');
}
.dg-image-gallery-next{
	background-image:url('images/right.png');
	right : 0px;
}
.dg-image-gallery-next-over{
	background-image:url('images/right-over.png');
}

/** Autoplay buttons */
.dg-image-gallery-next-autoplay-container{
	position:absolute;
	right:100px;
	top:900px;
	z-index:20000;
	width:60px;
}
.dg-image-gallery-next-autoplay-start, .dg-image-gallery-next-autoplay-stop{
	position:absolute;
	top:190px;
	color:#CCC;
	padding:5px;
	height:20px;
	width:30px;

	text-align:right;
	background-repeat:no-repeat;
	cursor:pointer;
}
.dg-image-gallery-next-autoplay-start{
	left:0px;
	background-image:url('images/play.png');
}
.dg-image-gallery-next-autoplay-stop{
	left:30px;
	background-image:url('images/pause.png');
}
.dg-image-gallery-next-autoplay-start-off{
	background-image:url('images/play-off.png');
	cursor: default;

}
.dg-image-gallery-next-autoplay-stop-off{
	background-image:url('images/pause-off.png');
	cursor: default;

}

<!--end css for spa gallery -->
