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

body {
	background-color: black;
	//background-image: url(images/background-spine2.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-family: Arial, "Times New Roman",Georgia,Serif;
	font-size: 75%;
	text-align: justify;
	margin: 0px;
}
#bgimage {
	background-image: url(images/background-spine2.png);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 740px;
}
#photo {
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 129px;
	height: 180px;
	background-image: url(images/graysuitcolor.jpg);
	background-repeat: no-repeat;
	float: left;
}
a {
	text-decoration: none;
	color: white;
}
#container a {
	text-decoration: underline;
	color: #8af;
}
a:hover {
	t1ext-decoration: underline;
	color: #444444;
}
#name {
	margin-top: 50px;
	m1argin-left: 100px;
	width: 403px;
	height: 43px;
	float: right;
	background-image: url(images/name.png);
	background-repeat: no-repeat;
}

.ind p {
	margin-left: 20px;
}

#indent {
	margin-left: 175px;
	float: left;
	width: 600px;
}
#menu {
	clear: both;
	width: 600px;
	height: 25px;
	float: left;
	font-size: 100%;
}

.menu-item {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}

#container {
	margin-top: 10px; 
	clear : left;
	float: left;
	width: 600px;
}

#corner-top-left {
	width: 12px;
	height: 11px;
	f1loat: left;
	c1lear: left;
	background-image: url(images/corner-top-left.png);
	background-repeat: no-repeat;
}
#corner-top-right {
	width: 12px;
	height: 11px;
	float: left;
	background-image: url(images/corner-top-right.png);
}
#corner-bottom-left {
	width: 12px;
	height: 5px;
	float: left;
	clear: left;
	background-image: url(images/corner-bottom-left.png);
}
#corner-bottom-right {
	width: 12px;
	height: 5px;
	float: left;
	background-image: url(images/corner-bottom-right.png);
}
#border-top {
	width: 576px;
	height: 11px;
	f1loat: left;
	background-image: url(images/border-top.png);
	background-repeat: repeat-x;
}
#border-bottom {
	width: 576px;
	height: 5px;
	f1loat: left;
	background-image: url(images/border-bottom.png);
	background-repeat: repeat-x;
}
#border-left {
	width: 12px;
	h1eight: 670px;
	f1loat: left;
	background-image: url(images/border-left.png);
	background-repeat: repeat-y;
}
#border-right {
	width: 12px;
	h1eight: 670px;
	f1loat: left;
	background-image: url(images/border-right.png);
	background-repeat: repeat-y;
}
#footer {
	margin-top: 10px;
	margin-left: 20px;
	clear: left;
	width: 600px;
	height: 50px;
	float: left;
}

#legalfooter {
	font-size: 80%;
	color: #888888;
}

#legafooter a {
	text-decoration: underline;
	color: #888888;
}

#content {
	width: 556px;
	h1eight: 650px;
	float: left;
	margin: 10px;
}

