@charset "UTF-8";
/* CSS Document */

body { background:#EEE; font-size:12px; font-family:Helvetica, Arial, sans-serif; }

h2 { font-size:12px; margin:0px; text-transform:uppercase;}
h2.purple { color:#9f60ad;}

.float { float:left; }
.clear { clear:left; }

#holder { width:960px; margin:0px auto; background:#FFF; }
#innerholder { width:880px; margin:0px 40px; }
#header { width:880px; height:230px; }
#content { width:880px;  }
	#sidebar { float:left; width:240px;  }
	#copy { float:left; width:630px; padding-left:10px; }

#footer { width:880px; }

.caption { padding:5px; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }