html {height: 100%;}

body{
	min-height: 101%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #CCCCCC;
	background-color: #050505;
	margin: 0px;
	padding: 0px;
}

a {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(cache/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

a:hover {
	color: #9B0A0A;
	text-decoration: none;
	background-image: url(cache/bullet2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#container {
	position:relative;
	width:770px;
}

#nameplate {
	position:absolute;
	left:0px;
	top:0px;
	width:340px;
	text-align: left;
}

#sectionhead {
	position:absolute;
	left:338px;
	top:0px;
	width:410px;
	text-align: right;
}

#links {
	position:absolute;
	left:600px;
	top:100px;
	width:150px;
	text-align: right;
}

#photo {
	position:absolute;
	left:0px;
	top:100px;
	width:580px;
	text-align: left;
	height: 600px;
}

#comment {
	position: relative;
	width: 580px;
	padding-top: 8px;
}

#label {
	position:absolute;
	left:605px;
	top:315px;
	width:145px;
	border: 2px solid #cccccc;
	background-color: #999999;
	color: #050505;
	z-index: 22;
}

h2 {
	font-size: 1.5em;
	font-variant: small-caps;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 0px;
	margin-top: 10px;
}

p {
	margin-top: 2px;
	margin-bottom: 10px;
}

ul {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

li {
	margin-bottom: 8px;
	margin-left: -15px;
	margin-top: 0px;
}

.left {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.photo_frame {
	border-width: 5px;
	border-style: groove;
	border-color: #cccccc;
}
.red {
	color: #9b0a0a;
}
	
.title {
	font-size: 1.2em;
	line-height: 1em;
	margin-top: 6px;
	font-weight: bold;
	text-transform: none;
}
.cred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #6894B2;
	padding-left: 20px;
	letter-spacing: 0.1em;
}

a.back {
	color: #CCCCCC;
	text-decoration: none;
	background-image: none;
	border-top-width: 2px;
	border-top-style: solid;
}

a.back:hover {
	color: #9B0A0A;
	background-image: none;
}

photo a {
	background-image: none;
}

photo a:hover {
	color: #9B0A0A;
	background-image: none;
}

a.cre8 {
	color: #f07a0a;
	text-decoration: none;
	background-image: none;
}

a.cre8:hover {
	color: #ccc;
	border-bottom: 1px dotted #f07a0a;
}

