@charset "utf-8";
/* CSS Document */
html,
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #40598f;
	margin: 0;
	padding: 0;
	height: 100%;	
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#banner {
	background: url(../images/banner.png) left top;
}


#logo {
	background: url(../images/logo.png) no-repeat right top;
	height: 135px;
}

#logo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #333366;
	padding: 15px 0 0 15px;
	margin: 0;
	border: none;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .72em;
	color: white;
	padding: 5px 0 0 15px;
}

#nav {
	background: url(../images/nav.png) no-repeat top;
	background-color: #000;
	height: 36px;
	padding-top: 10px;
	margin-top: 0;
	font-size: .8em;
	font-weight: bold;
}

#nav a:link {
	color: #000000;
	text-decoration: none;
}

#nav a:visited {
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #40598f;
	text-decoration: none;
}

#nav a:active {
	color: #40598f;
	text-decoration: none;
}
	

#main {
	clear: both;
	background: url(../images/background-main.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: white;
	padding: 20px 100px 60px 100px;
}

#main p {
	line-height: 140%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1.8em;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #a19565;
}

a:active {
	color: #a19565;
}

ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	line-height: 140%;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	clear: both;
	border-top: 2px solid #999966;
}

.footer-text {
	font-size: .9em;
	color: white;
	padding-top: 20px;
}

<!--[if IE 6]>
#wrapper {
height: 100%;
}
<![endif]-->

