﻿/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 */

html {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#5d7d99;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#5d7d99;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

img {
	border:0;
}
h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
	color:#555555;
}

h2 {
	font:1.25em georgia,serif; 
	margin: 0.5em 2em 0.5em 2em ;
}
a {
	color:#555555;
}
a:hover {
	color:maroon;
}
h2 {
	color:#555555;
}
h4 {
	color:#555555;
	font-size:1.1em;
	font-family:Verdana; 
	margin:0.5em 0;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}
div#topmenu {
	margin:0 auto 0 auto;
	width:800px;
	display:inline;
}
span.topmenu {
	border-right: 0;
	margin:0px;
	padding:0px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:775px;
	background:#666666 url('../images/bg.gif'); 
	min-height:100%; /* real browsers */
}

* html #container
{
	height: 100%;
}

div#header {
	padding:0;
	background:#759cbf url('../images/header.jpg');
	background-repeat:no-repeat;
	border-bottom:1px solid #000000;
	width:735px;
	margin-left:auto;
	margin-right:auto;
	height:130px;
	
/*	 url("../csslayout.gif") 98% 10px no-repeat */
}
div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	
}
span#subtitle {
	position:absolute;
	top:20px;	
	left:520px;
	text-align:right;
	font-size:large;	
	color:white;	
}
div#content {
	padding:0 0 1em; /* bottom padding for footer */
	width:735px;
	margin-left:auto;
	margin-right:auto;
}
div#content p {
	text-align:justify;
	color:#555555;
	padding:1em 1em 1em 1em; /* bottom padding for footer */
	font-size:medium;	
}
div#ss-wrapper p {
	text-align:left;
	padding:0 0 0 1em;
	margin:0;
	color:white;
	font-size:8pt;
	background-color:#333;
}
div#ss-wrapper h3 {
	text-align:left;
	padding:.5em 0 0 1em;
	margin:0;
	color:white;
	font-size:8pt;
	background-color:#333;
}
div#footer {
	position:absolute;
	width:735px;
	bottom:0 ; /* stick to bottom */
	background:#b1a881;
	border-top:1px solid #000000;

	margin-left:20px;
	margin-right:20px;
	padding-bottom:1em;
	text-align:center;
}
div#footer p {
		padding:.5em;
		margin:0;
		text-align:center;
		color:#ffffff;
}

