/*
680px grid system ~ Core CSS.
12 columns ~ margin: 20px

Based on the golden grid system - http://code.google.com/p/the-golden-grid/
by Vladimir Carrer

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/
#left{
width: 680px;

}
/* =Grid >> Global
--------------------------------------------------------------------------------*/
 .g110 img, .g165 img, .g220 img, .g440 img, .g660 {
	display: inline;
	float: left;
	margin-right: 20px;
    margin-bottom:40px;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/

.g110 img{width:90px;}
.g165 img{width:145px;}
.g220 img {width:200px;}
.g440 img {width:420px;}
.g660{width:640px;}



.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

h1
{
    margin-bottom:1em;
}
h4
{
    margin:0;
    font-family:Arial;
    font-size:12px;
    border-top: 1px dotted #ccc;
    margin:0 0 40px 0;
    padding-top:10px;
}