* {
	padding: 0;
	margin: 0;
}

body {
	background: #2a292a url('../layout/content.png') repeat-y center;
	color: #aaa;
	font-family: arial, sans-serif;
}

a {
	text-decoration: none;
	color: #ccc;
}

a:hover, #active a:hover {
	color: #fff;
}

img {
	border: none;
}

#boxed {
	background: url('../layout/headback.png') repeat-x top;
}

#content {
	width:  791px;
	margin: 50px auto;
}

#contentgal {
	width:  661px;
	padding: 0 65px;
	margin: 50px auto;
}

#portrait {
	float: right;
	width: 200px;
	height: 300px;
}

h1 {
	background: url('../layout/headline.png') no-repeat;
	height:  200px;
	width: 791px;
	text-indent: -1000px;
	margin: 0 auto;
}

h2 {
	color: #ccc;
	font-weight: normal;
	width: 300px;
	border-bottom: 2px #347 solid;
	margin-bottom: 30px;
}

h3 {
	margin-top: -20px;
	font-size: 12pt;
}

cite {
	color: #777;
	text-indent: 30px;
	display: block;
	padding-top: 5px;
	background: url('../layout/quotes.gif') no-repeat;
	width: 500px;
	margin: 20px auto;
}

p,table{
	margin: 10px 0;
}

td {
	padding: 5px;
	vertical-align: top;
}

td.date {
	text-align: right;
	min-width: 80px;
}

#navigation {
	margin: 0 auto;
	width: 700px;
	height: 40px;
	padding: 0 1px;
	background: url('../layout/nav.png') no-repeat right;
	line-height: 40px;
}

#navigation li {
	list-style-type: none;
	display: block;
	float: right;
	width: 110px;
	height: 40px;
}

#active a {
	font-weight: bold;
	color: #000;
	background-position: 110px !important;
}

#navigation li a {
	display: block;
	width: 110px;
	height: 40px;
	font-size: 12pt;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	vertical-align: center;
	background: url('../layout/button.png');
}

.portprev {
	margin: 20px auto;
	border: 1px #333 solid;
	width: 630px;
	height: 75px;
	background: #000;
	line-height: 75px;
}

.portprev span {
	display: block;
	font-size: 12pt;
	line-height: 75px;
	text-align: center;
	vertical-align: center;
}
.portprev img {
	display: block;
	width: 350px;
	float: left;
}

.portdetail img {
	margin: 8px;
}