/* ----------------------------------------------------------- */
/* Copyright 2000-2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ------------------------------------------------------------*/

@import url("reset.css");
/* Elements -------------------------------------------------- */
/* ------------------------------------------------------------*/
body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
table th,
table td { padding: .5em; }
hr {
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	height: 1px;
	margin: 1em 0;
	clear: both;
}
h1 {
	font-size: 1.7em;
	line-height:2.5em;
}
p {
	font-size: 1.7em;
	line-height:2em;
}
a { color:#000; }
div#container {
	position: relative;
	width: 968px;
	margin: 0 auto;
}
div#main {
	position:relative;
	text-align:center;
	padding-top:20px;
	margin: 115px auto 0;
	background:transparent url(../images/bg-large-image.png) no-repeat scroll 0 0;
	width:600px;
}
div#main div {
	background:transparent url(../images/bg-large-image.png) repeat scroll 0 bottom;
	padding:0 20px 20px;
}
div#main img { margin: 20px 0 60px; }
div#footer {
	clear:both;
	position:relative;
	width:100%;
	color:#C3C3C3;
}
div#footer-inner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 425px;
}
div#footer ul {
	margin: 0;
	list-style: none;
}
div#footer ul li { float:left; padding-right:10px; margin-right:10px;border-right:1px solid #C3C3C3; }
div#footer ul li.last{ padding-right:0px; margin-right:0px;border-right:none; }
div#footer a {
	color:#C3C3C3;
	text-decoration:none;
}
div#footer a:hover { text-decoration:underline; }
div#footer em {
	margin-right: .5em;
	font-style: normal;
}

