/* CSS Document */
* {
	font: normal normal 9pt/11pt Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #555;
	}
body {
	width: 100%;
	background-color: #F8F8F8;
	padding-top: 20px;
	}

.h1, .h2, .h3 {
	text-align: right;
	padding: 2px 1px 4px 0;
	display: block;
	}
.h1 {
	font-weight:bold;
	font-size: 18px;
	line-height: 23px;
	}
.h2 {
	font-weight:bold;
	font-size: 14px;
	line-height: 19px;
	color: #666;
	}
.h3 {
	font-weight:bold;
	font-size: 12px;
	line-height: 17px;
	color: #777;
	}
.column, .expandable, .positionable {
	display: block;
	width: 100%;
	overflow: hidden;
	position:relative;
	}
p {
	padding: 1px;
	text-align: left;
	line-height: 14pt;
	}
a {
	font: inherit;
	color: inherit;
	margin: 1px;
	}
a:link, 
a:hover,
a:visited,
a:active,
a:focus {
	border: none !important;
	text-decoration: none;
	}
a:hover,a[rel^='expander']:hover {
	background-color:#FfFfCc;
	}
a[rel^='expander'] {
	padding-right: 5px;
/*	background: url(images/target.gif) left bottom repeat-x transparent;*/
	}
a.blok {
	display:block;
	}
a[rel^='lightbox'] {
	margin: 0;
}
a > img {
	border: 1px solid #E0E0E0;
	}
li {
	list-style: none;
	}
.open {
	background: url(images/minus.gif) right center no-repeat;
	}
.closed {
	background: url(images/plus.gif) right center no-repeat;
	}
.request_open {
	background: url(images/request.gif) right center no-repeat;
	}
.selected {
	background-color: #FFF;
	}
.column {
	margin: 0 15px 0 0;
	float: left;
	}
.expandable {
	width: 100%;
	}
.project {
	width: 213px !important;
	width: 218px;	/* 220px - 1px -1px for 'focus' rectangle */
	width/**/:/**/213px;
	display: block;
	margin: 0 auto 1px auto;
	padding: 3px 0 3px 0;
	line-height: 14px;
	text-align: left;
	text-transform:uppercase;
	font-size:10px;
	}	
.centered {
	margin: 0 auto;
	}
.thumb {
	margin: 0 0 5px 0;
	}	
.positionable {
	width: inherit;
	}
.leftJust {
	text-align: left;
	}
.rightJust {
	text-align:right;
	}
.rightEdge {
	margin-right: 0;
	}
/*/////////////////////////////////////////////////*/
#frame {
	width: 800px;
	}
#info_col {
	width: 175px;
	}
#portfolio_col {
	width: 610px;
	}
#projects_col {
	width: 220px;
	}
#thumbs_col {
	width: 102px;
	}
#words_col {
	width: 258px;
	}
.fixed_wrapper {
	width: inherit;
	overflow: hidden;
	}
.movable_container {
	width: auto;
	position: relative !important;
	}
.contained {
	display: block;
	float: left;
	position: relative;
	}
.thumb_list {
	width: 102px;
	}
.words {
	width: 258px;
	}

