body
{
	margin:0;
	padding:0;
	font-family:Vegur, sans-serif;
	font-size:16px;
}
header
{
	background:#1a1f1e;
	margin:0;
	padding:25px 10pxx;
	color:#FFF;
	border-top:10px solid #596a72;
	border-bottom:5px solid #FFF;
	-webkit-box-shadow: 0px 1px 5px #1a1f1e;
	-moz-box-shadow: 0px 1px 5px #1a1f1e;
	box-shadow: 0px 1px 5px #1a1f1e;
}
hr
{
	margin:0;
	padding:0;
	height:3px;
	border:0;
}
hr.red-stripe
{	
	background:#bf607d;
}
hr.white-stripe
{
	height:5px;
	background:#FFF;
}
hr.green-stripe
{
	background:#6cbdb5;
}
h1
{
	margin:30px 0 40px 0;
	padding:0;
	color:#FFF;
	text-align:right;
	font-size:8em;
	font-weight:normal;
	line-height:0.8em;
}
h1 a
{
	color:#FFF;
	text-decoration:none;
}
.container
{
	width:860px;
	margin:0 auto;
	padding:0;
	display:block;
	clear:both;
	position:relative;
}
#caption, .container p
{
	line-height:1.3em;
	position:relative;
	width:625px;
	font-size:1.8em;
	font-style:italic;
	top:25px;
	left:-25px;
	margin-bottom: 60px;
	padding-right:20px;
}
.container p
{
	margin-top:5px;
}
span.vt_maroon
{
	color:blue;
}
span.vt_orange
{
	color:#FF6600;
}
#caption a, #caption span, .container p a
{
	text-decoration:underline;
	color:inherit;
	font-size:1em;
	font-style:normal;
}
#caption span
{
	text-decoration:none;
}
#caption a:hover, .container p a:hover
{
	text-decoration:none;
}
.container p a
{
	color:#596a72;
	font-size:1.2em;
}
#caption .pretty_green
{
	color:#87AC06;
}
#caption .pretty_blue
{
	color:#BFE5FF
}
#caption .white
{
	color:white;
}
#caption .green
{
	color:#6cbdb5;
}
#caption .pink
{
	color:#bf607d;
}
#caption .red
{
	color:#C5250B;
}
#caption .orange
{
	color:#FF6600;
}
#caption .blue
{
	color:#0081B8;
}
#portrait
{
	position:absolute;
	right:-5px;
}
#portrait img
{
	-webkit-box-shadow: 0px 3px 10px #1a1f1e;
	-moz-box-shadow: 0px 3px 10px #1a1f1e;
	box-shadow: 0px 3px 10px #1a1f1e;
	border:1px solid #1a1f1e;
}
nav
{
	padding:20px;
}
nav a
{
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-size:1.3em;
	line-height: 1;
	float:left;
	position: relative;
	cursor: pointer;
	background:#222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	margin-right:100px;
}
nav a span
{
	display:block;
	font-size:0.6em;
	color:#050505;
	text-shadow:0 0 0 #FFF;
	margin-top:5px;
}
nav .button.green a
{
	background:#5b9f99;
}
nav .button.red a
{
	background:#C5250B;
}
nav .button.pink a
{
	background:#bf607d;
}
nav .button.yellow a
{
	background:#C9B948;
}

nav .button.orange a
{
	background:#E77E15;
}
nav .button.blue a
{
	background:#0081B8;
}