@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bkdgscratchy.png)
}


/* Links */

a:link {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

a:visted {
	color: #000;
	font-size: 13px;
	text-decoration: none;}

a:hover {
	text-decoration: underline;
}


/* Divs */

#wrapper {
	text-align: left;
	margin-left: 160px;
	width: 955px;
}

#banner {
	height: 100px;
	margin: auto;
}
#thumbs {
	float: left;
	width: 250px;
	padding-left: 10px;
}

#div1 {
	width: 982px;
	height: 700px;
	position: absolute;
	left: 58px;
	top: 137px;
}

#div2 {
background-image: url(images/faded.png);
background-repeat: no-repeat;
margin-top: 2px;
height: 700px;
}

#placeholder {
	float: left;
	padding: 25px;
}

#nav {
	float: left;
	margin-top: 42px;
	width: 375px;
	height: 30px;
}


#titles {
	float: left;
	width: 210px;
}


#gallery {
	float: left;
	width: 600;
	height: 700;
	margin-left: 50px;
}

/* Borders and Styles */

.border {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
}

.border2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

.border3 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
.floatLeft {
	float: left;
}


.tableTitles {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background-color: #bad3c3;
	padding-left: 3px;
}
.tableTitles  a:link {
	text-decoration: none;
	}
.tableTitles  a:hover {
	text-decoration: underline;
}
.tableData {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
}
.tableData  a:link {
	color: #000;
	text-decoration: none;
}

.tableData  a:visited {
	color: #000;
	text-decoration: none;
}
.tableData a:hover {
	text-decoration: underline;
}
.img {
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	outline: none;
}
