body {
	background-color:#532e00;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial;
	font-size:20px;
	color:#5e3c00;
	font-weight: normal;
}

#page {

width:1024px;

margin:auto;

padding:auto;

background-image:url(images/page.png);

text-align:left;

}

#header {

width:1024px;

height:168px;

background-image:url(images/header.png);

clear:both;

}

#menulinks {

width:1024px;
height:42px;
background-image:url(images/menulinks.png);
text-indent:40px;
clear:both;

}

#mainarea {

width:1024px;

clear:both;

padding-top:10px;

}

#contentarea {

float:left;

width:850px;

padding-left:87px;
padding-right:87px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
min-height:400px;
color:#5e3c00;

}
/* mac hide \*/
*html #contentarea{height:400px}
/* end hide */

#footer {

width:1024px;

height:100px;

background-image:url(images/footer.png);

clear:both;


}

#footer p {

padding-top:10px;

padding-left:20px;

line-height:20px;
font-family:Arial;
font-size:20px;
color:FFFFCC;


}

a.logo {

width:1024px;

height:168px;

float:left;

background-image:url(images/logo.png);

}

#menulinks a {

padding-top:15px;

padding-left:15px;

padding-right:15px;

height:27px;

float:left;

text-decoration:none;

color:#FFFFCC;

font-weight:bold;

font-size:20px;

margin-top:1px;

 background-image:url(images/plumeria.png);
 background-repeat:no-repeat;
 background-position:top left;


}

#menulinks a:hover {

background-image:url(images/plumeria-yellow.png);
 background-repeat:no-repeat;
 background-position:top left;
 color:#E9F173;

}

h2 {

font-size:20px;

color:#5e3c00;

font-weight:bold;

text-align:center;

}

a {

font-weight:bold;

color:#709a33;

text-decoration:none;

}

a:hover {

color:#84bf50;

text-decoration:underline;

}
