html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #6D7B8D;
	font-family: helvetica;
	font-size: 11px;
	color: #000000;
}

div {
	line-height: 20px;
}

#container {
	min-height: 100%;
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

#header {
	background: url(header.png) center no-repeat;
	height: 300px;
	padding: 10px;
}

#menu {
	background: #eee;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: -15px;
}

#main {
	padding: 10px;
	padding-bottom: 65px; /* Height of the footer */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #ffffff;
	border-top: 1px dashed #eee;
	color: #000000;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #6D7B8D;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

a:hover {
	color: #ffffff; 
	cursor: help;
	background: #6D7B8D;
}

a:link.menu, a:active.menu, a:visited.menu {
	font-family: helvetica; 
	font-weight: normal;
	font-size:  15px;
	color: #6D7B8D; 
	text-decoration: none;
	margin: 0px 10px;
	background: none;
	text-transform:  uppercase;
	border-bottom:  none;
}

a:hover.menu {
	color: #000; 
	font-style: normal;
	cursor: help;
}


h1 {
	font-family: helvetica;
	font-weight: normal;
	font-size: 21px;
	color: #000000;
	background: url(bird.png) no-repeat;
	margin: 20px 0px -7px 0px;
	border-bottom: 6px solid #eee;
	text-indent: 20px;
	}



p {
	margin: 12px 0px; 
	padding: 0;
}

i {
	color: #6D7B8D;
}

b {
	color: #6D7B8D;
}

s {
	font-style: italic;
	color: #6D7B8D;
}

.card {
	background: #737CA1;
	margin: 1px;
	padding: 3px;
}

.avatar {
	background: #737CA1;
	margin: 1px 10px 1px 1px;
	padding: 5px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: helvetica; 
	font-size: 11px;
	border: none;
	text-align: left;
	padding: 2px 0px;
	line-height: 20px;
}

.head {
	font-weight: bold;
	color: #fff;
	background-color: #E77471;
	text-align: center;
	text-transform: lowercase;
}

.sub {
	border: none;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #F1DCCB;
	background-color: #FAF1EA;
}

.subc {
	border: none;
	text-align: center;
	border-bottom: 1px solid #F1DCCB;
	background-color: #FAF1EA;
}

.subx {
	background-color: #FAF1EA;
	text-align: center;
	border: 10px solid #fff;
	padding: 8px 0px;

}

table a.info {
	font-weight: normal;
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #B9D7CF;
	position:relative;
	z-index:24; 
}

table a.info:hover { 
	font-style: normal;
	z-index:25; 
}

a.info span {
	display: none
}	

a.info:hover span { 
	display: block;
	position: absolute;
	width: 350px;
	padding: 3px;
	border: 1px solid #F1DCCB;
	background-color: #FBF4EF; 
	color: #555;
	}