
body { margin: 0px; padding: 0px; background: url("/images/bg.jpg") repeat top center; }

.top { background: url("/images/top.png") repeat-x top center; height: 30px; }

.wrapper { margin: 0 auto; width: 950px; }

.header { height: 120px; position: relative; }

.nav { background: url("/images/nav.png") no-repeat top center; width: 604px; height: 39px; position: absolute; bottom: 0px; right: 10px; }
	.nav ul { list-style:none; padding:0; margin:0; }
	.nav ul li { float:left; width:auto; border-left: #fff solid 0px;}
	.nav ul li a { display:block; height:24px; line-height:24px; text-align:center; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none; background-repeat: no-repeat; font-family: Arial, Helvetica, sans-serif; padding: 15px 0px 0px 0px; margin: 0px 0px;}
	.nav ul li a:hover { background: url("/images/overlay.png") repeat;}

.default .content { padding: 12px; background: url("/images/greyBox.png") repeat top center; min-height: 500px; border: 1px solid #898D8B; }
.subPage .content { background: url("/images/subPageContent.png") repeat top center; min-height: 500px; border: 1px solid #FDF9E8; }

.default .portrait { float: left; margin-bottom: 15px; background: url("/images/portrait.jpg") no-repeat; border: 1px solid #898D8B; width: 241px; height: 335px; }
.subPage .portrait { float: left; padding: 10px 15px; width: 206px; }
	.subPage .portrait ul { list-style: none; padding: 0; margin: 0; text-align: center; }
	.subPage .portrait li { border-bottom: 1px dotted #333; padding: 10px 0px; }

.slideshow { float: right; background: url("/images/slideshow.jpg") no-repeat; border: 1px solid #898D8B; width: 664px; height: 335px; }

.default .bottomPanel { float: left; background: url("/images/bottomPanel.png") repeat-x; border: 1px solid #898D8B; height: 170px; width: 921px; }
.subPage .bottomPanel { float: right; padding: 10px 15px; width: 682px; }

.footer { margin: 15px 0px 100px 0px; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.blockquote { background: url("/images/blockquoteTopSmall.png") no-repeat top left; padding: 50px 55px 0px 50px; }
