body {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: .1em;
	font-variant: normal;
	margin: 0;
	background: #FCFCFC;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #000;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2 {
	margin-bottom: 7px;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

#header {
	height: 65px;
	width: 800px;
	position: relative;
}

#header .boxes {
	padding: 2px;
	letter-spacing: .3em;
	margin: 0;
	bottom: 0;
	position: absolute;
}

#header #name {
	width: 500px;
	left: 0;
	padding-left: 4px;
}

#header #title {
	width: 257px;
	right: 0;
	text-align: right;
	border-left: 1px solid #000;
}

#content {
	height: 400px;
	width: 800px;
	clear: both;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin: 0;
	padding: 0;
	position: relative;
}

#content img {
	border: 0;
	padding: 0;
	margin: 0;
}

#content #desc_small,
#content #desc_big {
/*	padding: 3px;*/
	font-size: .75em;
	position: absolute;
	max-height: 400px;
}

#content #desc_small {
	width: 247px;
}

#content #desc_big {
	width: 495px;
}

#content .textright {
	text-align: right;
}

#content .textcenter {
	text-align: center;
}

#content .top {
	top: 15px;
}

#content .left {
	left: 15px;
}

#content .right {
	right: 15px;
}

#content .bottom {
	bottom: 15px;
}

#content a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
}

#content a:link {
	border-bottom-style: dashed;
	color: #010;
}

#content a:visited {
	border-bottom-style: dotted;
	color: #343;
}

#content a:hover {
	border-bottom-style: solid;
	color: #676;
	background-color: #FEFEFE;
}

#column_block {
	margin: 0;
	background:url(navbg.gif) repeat-y;
	height: auto;
}

#column_block h3 {
	padding-left: .25em;
	margin: 8px 0;
	font-variant: small-caps;
	letter-spacing: .5em;
	width: 251px;
	background: #FAFAFA;
	line-height: 1.5em;
}

#column_block h3 a:hover {
	text-decoration: none;
	color: #666666;
}

#column_block ul a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
}

#column_block ul a:link {
	border-bottom-style: dashed;
	color: #002;
}

#column_block ul a:visited {
	border-bottom-style: dotted;
	color: #99A;
}

#column_block ul a:hover {
	border-bottom-style: solid;
	color: #668;
	background-color: #FEFEFE;
}

#column_block .column {
	width: 257px;
	float: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 1px 2px;
	margin: 0 3px;
}

#column_block #photography {
	margin-left: 0px;
}

#column_block #print {
	width: 256px;
}

#column_block #web {
	margin-right: 0px;
}

#column_block ul {
	font-size: .8em;
	letter-spacing: .05em;
	margin-left: 0;
	padding-left: .5em;
	list-style:none;
}

#footer {
	clear: both;
	font-size: .7em;
	font-variant: small-caps;
	line-height: 38px;
	color: #555;
	padding: 5px 10px;
	height: 40px;
	background: url(footerbg.png) no-repeat center top;
	text-align: right;
	border-top: 1px dashed #666;
}

#footer a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #222;
	padding: 3px;
}

#footer a:link, #footer a:visited {
	border-bottom-style: dashed;
	color: #555;
}

#footer a:hover {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	padding-bottom: 3px;
	color: #668;
	background-color: #CCC;
}

.stretchhack {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	width: 800px;
}

#endnote {
	text-align: center;
	font-size: .6em;
	text-transform: uppercase;
	color: #d0d0d0;
}

.white {
	color: #fff;
}
