/* Main Selectors */
body {
	background-color: #D2B48C;
	color: #000000;
}

a, a:visited {
	background-color: transparent;
	color: #0000FF;
	text-decoration	:	none;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #990000;
}

div#header h3 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #990000;
}

div#header h4 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: left;
	background-color: transparent;
	color: #990000;
}

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	width: 376px;
	height:  308px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}





