/*
1274px grid system ~ Core CSS.
16 columns ~ margin: 10px

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/
*/

/* =Containers
--------------------------------------------------------------------------------*/
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 1274px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g79, .g158, .g237, .g316, .g395, .g474, .g553, .g632, .g711, .g790, .g869, .g948, .g1027, .g1106, .g1185, .g1264 {
	display: inline;
	float: left;
	margin-left: 10px;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/
.g79{width:69px;}
.g158{width:148px;}
.g237{width:227px;}
.g316{
	width:306px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.g395{width:385px;}
.g474{width:464px;}
.g553{width:543px;}
.g632{
	width:622px;
	text-align: center;
}
.g711{width:701px;}
.g790{width:780px;}
.g869{width:859px;}
.g948{width:938px;}
.g1027{width:1017px;}
.g1106{width:1096px;}
.g1185{width:1175px;}
.g1264{width:1254px;}


/* =Grid >> 16 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml79{margin-left:89px;}
.ml158{margin-left:168px;}
.ml237{margin-left:247px;}
.ml316{margin-left:326px;}
.ml395{margin-left:405px;}
.ml474{margin-left:484px;}
.ml553{margin-left:563px;}
.ml632{
	clip: rect(auto,auto,auto,642px);
}
.ml711{margin-left:721px;}
.ml790{margin-left:800px;}
.ml869{margin-left:879px;}
.ml948{margin-left:958px;}
.ml1027{margin-left:1037px;}
.ml1106{margin-left:1116px;}
.ml1185{margin-left:1195px;}
.ml1264{margin-left:1274px;}


.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 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;
}
#victor #addThis {
	padding-bottom: 50px;
	top: 600px;
	position: absolute;
	padding-left: 1075px;
}
