body {
	background: #fff url(/assets/images/background.gif) repeat-x;
	font: .9em verdana,sans-serif;
	color: #8b919d;
	margin-top: 40px;
	text-align: center;
}

#container {
	width:720px;
	margin: 0 auto;
	text-align: left;
}

h1,h2 {
	margin: 0;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

p {
	margin: .7em 0;
}

a {
	color: #5f759b;
	text-decoration: none;
}

a:hover {
	color: #CC6633;
}

.gallery { margin:0; padding:0; }
.gallery div { float:left; width:350px; height:220px; text-align:center; }

/* Hides from IE-mac \*/
* html .gallery { height:1%; }
/* End hide from IE-mac */
