/* CSS Document */
/* CSS Document */
body{
	background-color:#3D3D3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
#content{	/* Area enclosing all content */
	width: 800px;
	margin: auto;
	background-color:#D4003F;
}
#header{	/* Header image 800 x 150 std size*/						
	padding: 0px;
	height: 100px;
	width: 800px;
}
#pgimage {
	background-image:url(web/home_l.jpg); 
	background-repeat:no-repeat; 
	padding-bottom: 5px;
}
#title{		/* Web title, contained in header */
	padding-right: 5px;
	font-size: 40px;
	font-weight:bold;
	text-align:right;
	letter-spacing: -2px;
	color:#FFFFFF;
}
#links{
	padding:3px;
	padding-left:15px;
	font-size: 25px;
	font-weight:bold;
	letter-spacing: -2px;
	text-align:left;
}
#links a:link, #links a:active, #links a:visited{
	color: #000000;
	text-decoration:none;
}
#links a:hover{
	color:#FFFFFF;
}
.gallery a:link, .gallery a:active, .gallery a:visited{
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
.gallery a:hover{
	color: #FFFFFF;
}
#pgimage{
	float:left;
	width:195px;
	height:400px;
	background-color:#D4003F;
}
#body{
	width:780px;
	padding-top: 30px;
	padding-right: 20px;
	float:left;
	text-align:left;
	background-color:#D4003F;
}
#body a:link, #body a:visited, #body a:active {
	color: #000000;
	text-decoration: underline;
}

#body a:hover {
	color: #FFFFFF;
}
#footer{
	width:800px;
	font-size:9px;
	color:#8D8D8D;
	text-align:center;	
	clear:both;
	padding:5px;
}

#footer a:link, #footer a:active, #footer a:visited{
	color: #8D8D8D;
	text-decoration:underline;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

/* THUMBS START */

#thumbnails
{
	position: relative;
	float:left;
	top: 80px;
	padding-top: 0px;
	padding-bottom: 10px;
	z-index: auto;
}

#trailimageid{
	z-index:500;
}

#thumbnails .thumb
{
	margin:3px;
}

#thumbnails .thumb_images
{
	width: 120px;
	height: 120px;
	text-align: center;
	padding-bottom: 3px;
	text-align: center;
	padding-bottom: 3px;
}

a img {
	border:none;
}

/* THUMBS END */