@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	font: 13px Helvetica, Arial, sans-serif;
	background: #f9f9f9 url(../images/bg_body.jpg) center 0 no-repeat fixed;
	margin: 64px 0;
	color: #999;
}

img, img a {border: none;}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
strong {color: #444;}
	
.left {float: left;}
.right {float: right;}

img.left {float: left; margin: 0 16px 16px 0;}
img.right {float: right; margin: 0 0 16px 16px;}
	
a {color: #999999; text-decoration: none}
a:hover { text-decoration: underline; color: #444 }


#wrap {
	width: 854px;
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat;
	}
	
#top {
	}
	
	#top h1 a {
		display: block;
		width: 430px;
		height: 58px;
		}
		
		#top h1 a strong {display: none;}
		
#sidebar {
	float: left;
	width: 232px;
	padding: 10px 0 24px 0;
	}
	
#sidebar blockquote {
	font-style: italic;
	font-size: 11px;
	padding: 16px;
	}
	
#content {
	width: 622px;
	float: right;
	}
	
#bodycopy {
	padding: 24px;
	}
	
	#bodycopy ul, #bodycopy ol {
		margin: 0 0 16px 16px;
		}
		
	#bodycopy li {
		line-height: 1.6em;
		}
		
	#bodycopy h1 {
		font-size: 2em;
		margin-bottom: .6em;
		font-weight: normal;
		color: #444;
		}
		
	#bodycopy h2 {
		font-size: 1.4em;
		margin-bottom: .6em;
		padding-top: 8px;
		color: #444;
		}
	
#footer {
	clear: both;
	font-size: 11px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #CCC;
	}
	
	#footer a {color: #999}

	
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.gallery h1 {display: none;}

#thumbs img {
	padding: 2px;
	background: #f0f0f0;
	margin: 2px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	display: table-cell;
	}
	
.gallery {margin-bottom: 8px;}
	
.gallery td {
	text-align: center;
	vertical-align: middle;
	background: #f0f0f0;
	padding: 4px;
	}
	
.gallery td a { text-decoration: none; color: #999999}

.gallery img {margin-bottom: 4px;}