body {
	margin: 10px 0 0 0;
	background: #FFF;
	text-align: center;
	font: 11px Georgia;
	color: #464B4C;
}

/*****************/
/***  columns  ***/
/*****************/

.col {
	float: left;
}

.col#left {
	background: url(/_img/bg/photo_l.jpg) no-repeat;
	width: 320px;
}

.col#middle {
	background: #FFF;
	width: 10px;
}

.col#righthome {
	background: url(/_img/bg/photo_r.jpg) no-repeat;
	width: 650px;
}

.col#rightcontent {
	background: #E3F3F6 url(/_img/bg/photo_r2.jpg) no-repeat;
	width: 650px;
}

/*****************/
/***  content  ***/
/*****************/

.box {
	width: 650px;
}

.box#tallhome {
	background: url(/_img/bg/home.gif) no-repeat;
	height: 260px;
}

.box#tallcontent {
	background: url(/_img/bg/content.gif) repeat-y;
}

.box#short {
	background: url(/_img/bg/left_sub.gif) no-repeat;
	float: left;
	width: 320px;
	height: 440px;
}

.box#short p#info {
	padding: 0 28px;
}

#boxCap {
	background: url(/_img/bg/content_cap.gif) bottom no-repeat
}

/****************************/
/***  miscellaneous divs  ***/
/****************************/

#wrapper {
	margin: 0px auto;
	padding-bottom: 10px;
	width: 980px;
}

#logo {
	background: url(/_img/bg/logo.gif) no-repeat;
	width: 320px;
	height: 260px;
}

.clear {
	clear: both;
}

/****************/
/***  scroll  ***/
/****************/

.scroll {
	margin: 0 10px;
	padding-left: 20px;
	text-align: left;
}

.scroll#home {
	margin-top: 27px;
	height: 78px;
	overflow: hidden;
}

.scroll#body {
	margin-top: 27px;
}

.scroll#home p {
	width: 590px;
	line-height: 22px;
}

.scroll#body p {
	width: 570px;
	line-height: 22px;
}

/*****************/
/***  top nav  ***/
/*****************/

#nav {
	margin: 0;
	padding-left: 30px;
	height: 90px;
	list-style: none;
}

#nav a {
	margin: 40px 132px 0 0;
	padding-bottom: 2px;
	float: left;
}

#nav a#last {
	margin-right: 0;
}

#nav a:hover {
	border-bottom: 2px solid #FFF000;
}

.box#tallcontent #nav {
	background: url(/_img/bg/content_cap.gif) top left no-repeat;
}

/****************/
/***  images  ***/
/****************/

p.photo {
	margin: 10px 0;
}

p.photo img {
	padding: 3px;
	border: 1px solid #DADBDB;
	background: #FFF;
}

p.thumb {
	margin: 0 0 18px 0;
	padding: 0 0 0 28px;
	text-align: left;
	float: left;
	font-size: 10px;
	line-height: 24px;
}

p.thumb img {
	padding: 2px;
	border: 1px solid #DADBDB;
	background: #FFF;
}

/****************************/
/***  general typography  ***/
/****************************/

p {
	text-align: justify;
	line-height: 18px;
}

p.body {
	padding: 0 0 30px 0;
	width: 400px;
}

p.col {
	margin: 0;
	padding: 0 25px 30px 0;
	float: left;
	width: 268px;
}

p.col#col280 {
	margin: 10px 0 0 0;
	padding-bottom: 0;
	width: 280px;
}

p.menu {
	margin: 10px 20px 10px 0;
}

a {
	padding-bottom: 2px;
	color: #464B4C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-bottom: 2px solid #FFF000;
}

#logo a:hover {
	text-decoration: none;
}

p.thumb a {
	font-weight: normal;
}

p.thumb a:hover {
	border-bottom: none;
}

h1 {
	display: none;
}

ol {
	padding: 0 0 0 10px;
}

li {
	padding: 0 0 30px 0;
	width: 400px;
	text-align: left;
	line-height: 18px;
}

.centered {
	padding: 20px 0;
	clear: both;
	text-align: center;
}

.centered p {
	padding: 0 0 10px 0;
	text-align: center;
}

.centered h2 {
	margin: 30px;
	text-align: center;
}

form {
	margin: 0;
}

input {
	padding: 0;
}