html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #fff;
	font-family: Verdana, Tahoma, Helvetica, Arial;	
	background: #0a2343 url(/images/bg.jpg) repeat-y top left;
}

div#content {
	position: absolute;
	right: 33%;
	top: 25%;	
}

#main {
	margin-left: -50px;
	margin-right: -150px;
	margin-top: 10px;
}

h1.title {
	font-size: 4.5em;
	text-align: right;
	line-height: .75em;
}

h2.subtitle {
	font-size: 20pt;
	text-align: right;
	color: #b8c5ce;
}

div#links {
	padding: 10px 5px;
	position: absolute;
	left: 67%;
	top: 25%;
	text-align: left;		
}

div#links li {
	list-style-type: none;
	font-family: Arial;	
}

div#links li a{
	color: #347491;
	text-decoration: none;
}
div#links li a:hover{
	color: #fff;
	text-decoration: none;
}

.next, .previous {
	float: right;
	color: #1C4360;
	font-size: 4.5em; 
	padding: 5px; 
}
.previous a, .next a{
	text-decoration: none;
	color: #fff;
}

.previous a:hover, .next a:hover{
	text-decoration: underline;	
}

.portfolio {
  float: right;
  margin-left: 15px;
  width: 210px;
}

.portfolio .image {
  border: solid 5px #1C4360;
}
.portfolio .image img {
	display: block;
}
.portfolio .title {
	font-family: Helvetica, Arial;
	margin-top: 10px;
	font-size: 1em;
	letter-spacing: 0.05em;
	border-bottom: solid 1px #fff;
}

.portfolio .title a{
	color: #fff;
	text-decoration: none;
}

.portfolio .description {
	margin-top: 10px;
	font-size: .8em;
	letter-spacing: 0.05em;
}

.portfolio .description ul{
	list-style-type: none;
}

.portfolio .description .category {
  font-weight: bold;
}

.portfolio .description .response {
  font-style: italic;
  font-size: .8em;
}