/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(images/footer-background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 100px;
	padding-left: 30px;
	background-image: url(images/header-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}#logo {
	height: 250px;
	margin: 0px;
	padding: 0px;
}
#content-container {
	margin: 0px;
	width: 370px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#content-container h1 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF200;
	margin-bottom: 20px;
	margin-top: 30px;
}
#content-container h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF200;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#content-container p {
	margin-bottom: 20px;
}
#content-container p a {
	color: #FFF200;
}
#content-container p a:hover {
	color: #FFF200;
	text-decoration: none;
	background-color: #666666;
}
#content-container ul {
	margin-bottom: 17px;
}
#content-container ul li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 3px;
}
#content-container ul li a {
	color: #FFF200;
}
#content-container ul li a:hover {
	color: #FFF200;
	text-decoration: none;
	background-color: #666666;
}



#map {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
#map img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
