/* CSS Document */


body {
	padding: 0;
	background-image: url(../images/bgtexture.jpg);
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	margin: 0px 0px; padding: 0px;	
	text-align: center;
}

.heading {
	text-align: left;
	font-weight: normal;
	font-size: 180%;
	color: #66CCFF;
	background-image: url(../images/texture1.jpg);

}
.page-header {
	margin: 0px auto;
	width: 800px;
	height: 140px;
	background-image: url(../images/header.jpg);
	padding: 0 0 0 0;
	text-align: left;

	}

.page-nav {
	margin: 0px auto;
	width: 800px;
	height: 110px;
	padding: 0 0 0 0;
	text-align: left;

	}

.page-main {
		margin: 0px auto;
		width: 800px;
		background-image: url(../images/bgndrepeat.jpg);
		padding: 0 0 0 0;
		text-align: left;
	}
	
	
.page-content {
		margin: 0px auto;
	width: 660px;
	padding: 0 0 0 0;
	text-align: left;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}


.page-footer1 {
	margin: 0px auto;
	width: 800px;
	height: 340px;
	background-image: url(../images/footer.jpg);
	padding: 0 0 0 0;
	text-align: center;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.link {
	color: #66CCFF;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
	.link:hover {
	color: #0066CC;
	
	}
	
.page-footer2 {
	margin: 0px auto;
	width: 800px;
	height: 50px;
	padding: 0 0 0 0;
	text-align: center;
	}


.thumbnail {
	border: 2px;
	border-top-color: #006699;
	border-right-color: #006699;
	border-top-style: solid;
	border-right-style: solid;
	width: 80px;
	height: 80px;
	padding: 2px 2px 2px 2px;
	}
	
	.thumbnail:hover {
	border: 2px;
	border-top-color: #00FFFF;
	border-right-color: #00FFFF;
	border-top-style: solid;
	border-right-style: solid;
	width: 80px;
	height: 80px;
	padding: 2px 2px 2px 2px;
	}
