﻿body {
	background-color: #fff;
	display: block;
	overflow: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	width: 100%;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}


/* PAGE CONTAINER */
#pagecontainer {
	background: url('../_images/background.png');
	height: 874px;
	margin: 0 auto;
	overflow: hidden;
	top: 20px;
	width: 1191px;
}


/* HEADER */
.header {
	background: url('../_images/head_background.png');
	display: block;
	top: 650px;
	height: 140px;
	position: relative;
	width: 100%;
}

#spacer {
	display: block;
	top: 95px;
	height: 25px;
	position: absolute;
	width: 931px;
}

#spacer ul {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#spacer li {
	display: block;
	height: 12px;
}

#temp {
	color: #1e1e1e;
	font-family: Arial, Helvetica, Calibri;
	font-size: medium;
	letter-spacing: 5px;
	text-align: left;
	padding-top: 5px;
	padding-left: 50px;
	vertical-align: bottom;	
}


/* LOGO */
#logo {
	background: url('../_images/logo_a.png') no-repeat 0 0;
	height: 20px;
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	width: 	210px;
	z-index: 9900;
}

#logo a {
	display: block;
	height: 20px;
}

#address {
	display: block;
	float: right;
	height: 80px;
	position: absolute;
	right: 50px;
	top: 45px;
	width: 210px;
}

#address ul { 
	height: 20px;
	list-style: none; 
	margin: 0px;
	padding: 0px;
	width: 210px;
}
#address li {
	height: 20px;
}

.small {
	color: #4e4e4e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	text-decoration: none;
}

.small a {
	color: #4e4e4e;	
}

.small a:hover {
	color: #1e1e1e;
}


/* FOOTER */
#footer {
	background-color: #fff;
	display: block;
	float: right;
	height: 30px;
	position: absolute;
	top: 850px;
	width: 1191px;
}

#footer ul {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#footer li {
	display: block;
	height: 12px;
}

#copy {
	color: #9e9e9e;
	font-family: Arial, Helvetica, Calibri;
	font-size: x-small;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 50px;
	text-align: right;
}

#copy a{
	color: #9e9e9e;
	text-decoration: none;
}

#copy a:hover {
	color: #4e4e4e;
}
