/* CSS Document */
	body {
	border:0;
	margin:0;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	} 
	
	#top{
	width:100%;
	height:50px;
	background:url(tile.jpg) repeat;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	}
	
	#header{
	width:100%;
	height:80px;
	border-color: #FFCC00;
	border-width:thin;
	border-style: dashed;
	border-left:none;
	border-right:none;
	}
	#h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFCC00;
	padding:0;
	margin:3px;
	}
	
	#text{
	text-indent:3px;
	padding:2px;
	margin:0;
	}
	
	#banner{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:300px;
	overflow:hidden;	
	}
	
	/*IMPORTANT TO CENTER SLIDESHOW*/	
	#slideshow{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:300px;
	overflow:hidden;
	}
	
	
	
	#slideshow img{
	overflow:hidden;
	border-width: thin;
	border-style:solid;
	border-color:#FFCC00;
	margin:auto;
	}
	
		#slideshow img.first{
		display:block;
		margin:auto;
		}
	/*Vitally Important to Centering Slideshow*/
	
	#title{
	text-indent:5px;
	font-size: 10px;
	padding:0;
	margin:0;
	}
	
	#gallery{
	border:0;
	margin:0;
	padding:0;
	}
		
		#gallery li{
		
		
		
		line-style:none;
		display:inline;
		height:140px;
		width:120px;
		padding:4px;
		border: none;
		float:left;
		}
	
	#logo{
	border:0;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	}
	
	#nav {
	border:0;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:15px;
	font-size:16px;
	color:#FF6600;
	font-weight: bold;
	padding-top:30px;
	}
		
	#wrapper{
	border:0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	height:auto;
	padding:0;
	}
	
		#content{
		border:0;
		padding:3px;
		margin:0;
		height:auto;
		width:570px;
		float:left;
		}
		
	
	
	#welcome{
	margin:0;
	padding:3px;
	width:198px;
	height:auto;
	float:right;
	border-color:#FFCC00;
	border-width:thin;
	border-style:solid;
	border-left:none;
	border-right:none;
	}
	
	#contact{
	margin-top:8px;
	padding:3px;
	width:198px;
	height:auto;
	float:right;
	border-color:#FFCC00;
	border-width:thin;
	border-style:solid;
	border-left:none;
	border-right:none;
	}
	
	#networks{
	margin-top:8px;
	padding:3px;
	width:198px;
	height:auto;
	float:right;
	border-color:#FFCC00;
	border-width:thin;
	border-style:solid;
	border-left:none;
	border-right:none;
	}
	
		
	#footer{
	border-style:solid;
	border-width:thin;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-color:#FFCC00;
	text-indent:10px;
	vertical-align: bottom;
	font-size:10px;
	height:auto;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
	
			
	table {
		width:700px;
		height:auto;
		margin:0px;
		margin-left:auto;
		margin-right:auto;
		border:none;
		padding:none;
		}
	
	
	.image{
	border:none;
	
	}
		
	img{
	margin-left:0;
	margin-right:0;
	border:none;
	text-decoration:none;
	padding:0;
	}
		
	a:link {
	color:#FF6600;
	text-decoration:underline ;
	}
	a:visited {
	color: #0000FF;
	text-decoration:none;
	}
	a:hover {
	text-decoration:none;
	color: #0099FF;
	}
	
	
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

