HTML {
	height: 100%;
}

BODY {
	width: 100%;
	height: 98%;
	padding: 0%;
	margin: 0px;	
	background-color: #FFFFE0;
	background-image: url(../images/daisy.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

DIV.layout {
	width: 800px;
	position: absolute;
	padding: 0%;
	margin: 0px;
	margin-left: 10%;
	border-collapse: collapse;
}

DIV.headerbanner {
	width: 800px;
	padding: 0%;
	margin: 0px;
	border-collapse: collapse;
	padding: 0%;
	margin: 0px;
}

DIV.layoutinner {
	width: 800px;
	border-collapse: collapse;
	padding: 0%;
	margin: 0px;
	background-color: #A4AE5F;
	position: absolute; top: 327px;
}

DIV.menu {
	width: 750px;
	border-collapse: collapse;
	padding: 1%;
	margin: 0px;
	background-color: #A4AE5F;
	color: #A4AE5F;
}

DIV.content {
	width: 750px;
	border-collapse: collapse;
	padding: 1%;
	margin: 0px;
	background-color: #A4AE5F;
	color: #FEF9C4;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: justify;
	vertical-align: top;
}

DIV.footer {
	width: 800px;
	border-collapse: collapse;
	padding: 1%;
	margin: 0px;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	color: #FEF173;
	text-align: justify;
}

A {
	color: #2F331A;
	text-decoration: none;
}

A:HOVER {
	color: #FEF173;
	text-decoration: none;
}

A.menu1 {
	text-decoration: none;
	display: inline-block;
	background-color: #FEF173;
	background-image: url(../images/daisy_menu.png);
	background-repeat: no-repeat;
	color: #4F552B;
	width: 120px;
	min-width: 120px;
	padding: 2px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1em;
	border: solid;
	border-width: 1px;
	border-color: #4F552B;
	position: absolute; left: 8px;
}

A.menu1:HOVER {
	background-color: #EAECDA;
}

A.menu2 {
	text-decoration: none;
	display: inline-block;
	background-color: #FEF173;
	background-image: url(../images/daisy_menu.png);
	background-repeat: no-repeat;
	color: #4F552B;
	width: 120px;
	min-width: 120px;
	padding: 2px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1em;
	border: solid;
	border-width: 1px;
	border-color: #4F552B;
	position: absolute; left: 140px;
}

A.menu2:HOVER {
	background-color: #EAECDA;
}

A.menu3 {
	text-decoration: none;
	display: inline-block;
	background-color: #FEF173;
	background-image: url(../images/daisy_menu.png);
	background-repeat: no-repeat;
	color: #4F552B;
	width: 120px;
	min-width: 120px;
	padding: 2px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1em;
	border: solid;
	border-width: 1px;
	border-color: #4F552B;
	position: absolute; left: 272px;
}

A.menu3:HOVER {
	background-color: #EAECDA;
}

A.menu4 {
	text-decoration: none;
	display: inline-block;
	background-color: #FEF173;
	background-image: url(../images/daisy_menu.png);
	background-repeat: no-repeat;
	color: #4F552B;
	width: 120px;
	min-width: 120px;
	padding: 2px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1em;
	border: solid;
	border-width: 1px;
	border-color: #4F552B;
	position: absolute; left: 404px;
}

A.menu4:HOVER {
	background-color: #EAECDA;
}

A.menu5 {
	text-decoration: none;
	display: inline-block;
	background-color: #FEF173;
	background-image: url(../images/daisy_menu.png);
	background-repeat: no-repeat;
	color: #4F552B;
	width: 130px;
	min-width: 130px;
	padding: 2px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1em;
	border: solid;
	border-width: 1px;
	border-color: #4F552B;
	position: absolute; left: 536px;
}

A.menu5:HOVER {
	background-color: #EAECDA;
}

A.bookmark {
	text-decoration: none;
	display: inline-block;
	background-color: #FEF173;
	background-image: url(../images/daisy_menu.png);
	background-repeat: no-repeat;
	color: #4F552B;
	width: 120px;
	min-width: 120px;
	padding: 2px;
	text-align: center;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 1em;
	border: solid;
	border-width: 1px;
	border-color: #4F552B;
	position: absolute; top: 0px; left: 650px;
}

A.bookmark:HOVER {
	background-color: #EAECDA;
}

IMG.passport {
	border: solid;
	border-width: 1px;
	border-color: #4F552B;
	float: right;
	margin: 2%;
	margin-right: 0px;
}
