body {
	background-color: #450101;
	color: #777777;
	margin: 0px;
	font-family: arial;
}

h1 {
	color: #FFFFFF;
	font-size: 45px;
	font-style: italic;
	padding-left: 20px;
	font-family: "times new roman";
}

.italic {
	color: #777777;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
	font-family: arial;
}

div#logo {
	position: absolute;
	right: 10px;
	top: 10px;
}

div#main {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	margin: 0px;
	height: 700px;
}

input.submit {
	border: none;
	background-color: #300000;
	color: #444444;
	font-style: italic;
	font-size: 17px;
	text-decoration: none;
	font-family: arial;
}

input.submit:hover {
	text-decoration: underline;
	color: #777777;
}

font.filename {
	font-size: 17px;
	color: #777777;
	font-family: arial;
}

font.disabled {
	font-size: 17px;
	color: #555555;
	font-style: italic;
	font-family: arial;
}

a {
	font-size: 17px;
	color: #777777;
	text-decoration: none;
	font-style: italic;
	font-family: arial;
}

a:hover {
	text-decoration: underline;
	color: #AAAAAA;
}

a.link {
	font-size: 15px;
	color: #777777;
	text-decoration: none;
	font-style: italic;
	font-family: arial;
}

a.link:hover {
	text-decoration: underline;
	color: #999999;
}

a.page {
	font-weight: bold;
	color: #777777;
}

div#main {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 710px;
	margin: 0px;
}

div.large-photo	{ 
	border: none;
	background-image: url(../images/large_photo_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 580px;
	height: 600px;
	text-align: center;
	padding-top: 5px;
}

div.photo	{ 
	position: relative;
	border: none;
	background-image: url(../images/photo_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	padding-top: 11px;
	float: left;
	margin: 10px;
}

div.thumbnail	{ 
	position: relative;
	border: none;
	background-image: url(../images/photo_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	padding-top: 24px;
}

div.navbar-header {
	margin: 0px;
	height: 32px;
	width: 100%;
	background-color: #300000;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	text-align: left;
	vertical-align: middle;
}

div.navbar-footer {
	position: absolute;
	bottom: 10px;

	margin: 0px;
	height: 32px;
	width: 100%;
	background-color: #300000;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	text-align: left;
	vertical-align: middle;
}

div.prev-page {
	float: left;
	width: 300px;
	height: 30px;
	padding-left: 30px;
	vertical-align: middle;
	margin-top: 6px;
}

div.page-no {
	float: right;
	width: 500px;
	height: 30px;
	text-align: right;
	padding-right: 30px;
	vertical-align: middle;
	margin-top: 6px;
}

img.photo {
	border: none;
	margin-top: 20px;
}

div.imagename {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 100%;
	text-align: center;

	font-style: italic;
	font-family: arial;
	font-size: 15px;
}

div.container {
	position: absolute;
	top: 60px;
	left: 40%;
}

div.center-container {
	position: absolute;
	top: 0px;
	left: -335px;
	width: 700px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
}

div.photo-box {
	position: absolute;
	top: 200px;
	right: 40px;
	width: 900px;
}