/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: center;
	color:#333;
	background-color:#efefef;
	margin:0;
	padding:0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* tables still need cellspacing="0" */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





#col1 {
	float: right;
	width: 520px;
	text-align:left;
	padding:15px 9px 12px 9px;
}
#col2 {
	float: left;
	width: 224px;
	margin-bottom: -16px;
}
.wrapper {
	margin:0px auto;
	width:780px;
}



/* typography */

h2 {margin-top:12px;
}

#col1 p {
	line-height:1.5;
	margin:9px 0 9px 0;
}

#col1 img.thumb {
	width:120px;
	height:120px;
	border:solid 1px #069;
}

#gallery {
	margin:48px 0 48px 0;
}


p.caption {
	text-align:right;
	padding-right:20px;
}



#col1 p img.inset {
width:160px;
xxheight:160px;
float: right;
margin:4px 20px 3px 6px;

}



/*
http://www.positioniseverything.net/easyclearing.html 
*/
.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}
.clearfix {
display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

