/* HTML elements */

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	background-image: url("/images/family-washed.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: rgb(255,255,255);
}

ul {
	list-style-type: none;
}

h3 {
	line-height: 0.2em;
}

/* ID */
div#header {
	font-family: "HelveticaNeue-CondensedBlack";
	font-size: 1.6em;
	margin-left: 1.4em;
}

div#menu {
	font-family: "HelveticaNeue-CondensedBold";
	font-size: 1.6em;
	margin-top:-1em;
}

/* Menu */

div#menu li:hover {
	color: rgb(255,0,0);
}

/* Grid Layout */

.grid_1 { width:80px; }
.grid_2 { width:170px; }
.grid_3 { width:260px; }
.grid_4 { width:350px; }
.grid_5 { width:440px; }
.grid_6 { width:530px; }
.grid_7 { width:620px; }
.grid_8 { width:710px; }
.grid_9 { width:800px; }
.grid_10 { width:890px; }

.column {
	margin: 0 5px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -5px;
	width: auto;
	display: inline-block;
}

/* Links */
a {
	text-decoration: none;
	color: rgb(255,255,255);
}

a:hover {
	color: rgb(255,210,0);
}