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


/* Yahoo CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Custom Styles */

body {
	min-width: 1180px;
	text-align: center;
	background: black;
	font-size: 16px;
}

div#wrapper {
	min-width: 1180px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
	background-image: url(fr-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	min-width: 1180px;
	max-width: 1280px;
	text-align:center;
	padding-top: 15px;
}

#header h1 {
	display: inline;
}

#header img {
	border: none;
}

div#nav {
	background-image: url(fr-menu.gif);
	background-repeat: repeat-x;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	min-width: 1180px;
	max-width: 1280px;
}

div#nav ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

div#nav ul li {
	display: inline;
}

div#nav ul li a.first {
	border-left: 2px solid black;
}

div#nav ul li a:link, div#nav ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 3px 10px 4px 10px;
	border-right: 2px solid black;
}

div#nav ul li a:hover {
	background-color: #580000;
}

div#content {
	min-width: 560px;
	max-width: 660px;
	min-height: 700px;
	background-attachment: scroll;
	background-image: url(fr-boy.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 20px 0 0 310px;
	padding-right: 310px;
	padding-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: .95em;
	line-height: 1.2em;
}

div#content img.headshot {
	border: 2px solid black;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

div#content p {
	margin-bottom: 10px;
	text-align: justify;
}

div#content h1 {
	font-size: 1.8em;
	font-weight: bold;
}

div#content h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}

div#content h2.bio {
	margin: 15px 0 10px 0;
}

div#content h4 {
	font-weight: bold;
}
div#content p strong {
	font-weight: bold;
}
div#content p em  {
	font-weight: bold;
	font-style: italic;
}

div#content div.panel {
	float: right;
	width: 250 px;
	border: 2px solid black;
	padding: 15px;
	text-align: center;
}

div#content a:link,
div#content a:visited {
	color: #900;
}

div#content a:hover {
	color: black;
}

/* Credits Table */
table#credits tr td p {
	margin-bottom:0;
}

table#credits tr td h4 {
	margin-top: 10px;
}
