* {
	font-family: Palatino Linotype, Palatino, serif;
}
	
body {
	background-color: #000;
	color: #fff;
}

#main {
	margin: 0 auto;
	width: 1100px;
}

#header {
	text-align: center;
	margin: 0 auto;
	background-image: url('/i/rrz_logo_01.png');
	height: 50px;
	width: 600px;
	background-repeat: no-repeat;
}

#nav {
	margin: 0 auto 1em auto;
}

#nav ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#nav li {
	padding: 0 1.5em;
	font-size: 13px;
	display: inline; 
}

#nav li a {
	color: #f8cb0c;
}

#body {
	text-align: center;
	margin: 0 auto;
}

#imgcontainer {
	margin: .5em auto 0 auto;
	display: inline-block;
	background-color: ;
}

#previous, #medimg, #next {
	float: left;
}

#medimg {
	padding: 0 1em;
}

#previous span, #next span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	background-color: ;
}

#previous a, #next a {
	color: #fff;
}

#detail {
	margin: 10px auto;
	text-align: center;
}

img { 
	border: 0;
}

.clear {
	clear: both;
}

.dkgray {
	color: #999;
}

.sml {
	font-size: 12px;
}

.xsml {
	font-size: 11px;
}

p {
	font-size: 13px;
	line-height: 1.3em;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;	
}

a {
	color: #f8cb0c;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.yellow {
	color: #f8cb0c;
}

p.homequote {
	margin: .25em auto;
	width: 500px;
	font-size: 1.25em;
	line-height: 1.5em;
}

p.homequote span {
	font-size: 1.5em;
}

div#caption {
	margin-top: 0;
	background-color: ;
	width: 1100px;
	text-align: center;
}

#caption p {
	font-size: 12px;
}

#caption p.fulltitle {
	font-size: 14px;
	padding-bottom: .5em;
}

#caption span.imgtitle {
	font-weight: bold;
}

.imgof {
	color: #fff;
}


body.resume {
	background-color: #fff;
}

table.resumetable  {
	color: #000;
	font-size: 13px;
}

table.resumetable a {
	color: red;
}

hr.resumehr {
	border: 0;
	height: 1px;
	background-color: #999;
}
