/* CSS Document */

body {
	background-color: #ADBDBD;
	margin-top: 0px;
}

#container {
	display: block;
	height: auto;
	width: 628px;
	position: relative;
	left: 0px;
	top: 0px;
}

#left {
	display: block;
	height: 3599px;
	width: 237px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #526B7B;
	z-index: 0;
}

#right {
	background-image: url(images/david/david_bkgnd_fill.jpg);
	background-repeat: repeat-y;
	display: block;
	height: auto;
	width: 363px;
	position: absolute;
	left: 237px;
	top: 0px;
	z-index: 0;
}
#rightborder {
	display: block;
	height: 3597px;
	width: 28px;
	position: absolute;
	left: 599px;
	top: 0px;
	background-color: #5A6B84;
	z-index: 0;
}


#content {
	display: block;
	height: 3282px;
	width: 333px;
	position: absolute;
	left: 0px;
	top: 251px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #455265;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/david/david_bkgnd_fill.jpg);
	z-index: 1;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}


#pic1 {
	display: block;
	height: 324px;
	width: 216px;
	z-index: 50;
	position: absolute;
	left: 0px;
	top: 181px;
}

#pic2 {
	display: block;
	height: 144px;
	width: 216px;
	position: absolute;
	left: 0px;
	top: 505px;
}

#pic3 {
    display: block;
	height: 324px;
	width: 216px;
	position: absolute;
	left: 0px;
	top: 649px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ADBDBD;
	display: block;
	padding: 15px;
	height: 49px;
	width: 632px;
	position: absolute;
	left: -16px;
	top: 3555px;
}

#footer a:link {
	color: #526b84;
	text-decoration: none;
}
#footer a:visited {
	color: #526b84;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}

