#head-container {
	padding: 0px;
	background-image:url(../images/bg_green.bmp);
	background-repeat:repeat;
	width: 100%;
}
#head {
	margin-left:auto;
	margin-right:auto;
	background-color: #97C00E;
	padding: 0px 0px 0px 0px;
	width: 60%;
	min-width: 55em;
	max-width: 56em;
}
#head h1,
#head h2 {
	position: relative;
	clear: both;
	vertical-align: top;
}
#head h1 {
	/*padding:10px 10px 0px 20px;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#head h2 {
	/*padding:10px 20px 0px 10px;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#nav {
	margin: 0.2em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	font-size: 115%;
	table-layout: fixed;
	vertical-align: baseline;
}
.table {
	display: table;
	width: 100%;
}

#nav ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	list-style-type: none;
}
.table-row{
	display: table-row;	
}
#nav li {
	padding:0px 0px 0px 0px;
	margin:0px;
}
.table-cell{
	display: table-cell;	
	text-align: center;
}
#nav li:first-child {
	padding:0px 0px 0px 0px;
	margin:0px;
}
#nav a {
	text-decoration:none;
}
#nav a:link,
#nav a:visited {
	color:#ffffff;
}


#nav a:hover {
	color:#02652C;
}

img {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}

#id_Home #nav-Home a,
#id_contact #nav-contact a,
#id_about #nav-about a,
#id_7_jewels #nav-7_jewels a,
#id_the_chariot #nav-the_chariot a,
#id_observatory #nav-observatory a,
#id_services #nav-services a
{
	color: #02652C;
}
