/* CSS Document */
html {
	background:url(/i/background.png) center 0px repeat;
	width:100%;
	height:100%;
	min-width:900px;
	margin:0;
	padding:0;
	font-family: 'Lato', Verdana, sans-serif;
	font-size:62.5%;
	color:#9f090e;
}
body {
	background:url(/i/content_bg.png) center 2px repeat-y;
	width:900px;
	height:691px;
	margin:0 auto;
	padding:0;
}
a {
	color:#9f090e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#E3AF8E;
}

#container {
	height:691px;
	width:900px;
	margin:0;
	padding:0;
	position:relative;
}
#header {
	background:url(/i/header_bg.png) center top repeat-x;
	height:180px;
	margin:0;
	padding:0;
}
#header h1 {
	margin:0;
	padding:99px 0 0 0;
}
#header h1 a img {
	border:none;
}

#leftnav {
	list-style:none;
	text-transform:uppercase;
	font-size:1.7em;
	font-weight:bold;
	margin:43px 0 0 92px;
	padding:0;
	float:left;
	width:156px;
}
#leftnav li {
	margin:0 0 6px 0;
	padding:0;
}

#content {
	margin:40px 18px 0 248px;
	padding:0 80px;
	width:552px;
}
#content h2 {
	font-size:2.4em;
	font-weight:100;
	margin:0 0 15px 0;
	padding:0;
	text-transform:uppercase;
}

#footer {
	position:absolute;
	bottom:0;
	background:url(/i/footer_bg.png) center bottom no-repeat;
	height:59px;
	width:864px;
	margin:0;
	padding:0 18px;
}

#ft_copy {
	font-size:1em;
	position:absolute;
	top:24px;
	left:18px;
	width:346px;
	text-align:center;
	color:#fff;
}
#ft_info {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:403px;
	top:21px;
	font-size:1.4em;
}
#ft_info li {
	float:left;
	margin:0 35px;
}

#sample_list, #sample_web {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:auto;
}
#sample_list li {
	float:left;
	margin:0 20px 15px 0;
	padding:0;
}