@charset "utf-8";
/* CSS Document */

html,body{font-size:100.01%;;height:100%;margin:0;padding:0; font-family:Georgia, "Times New Roman", Times, serif;}

body {
background-image:url(/images/bg2.jpg);
background-repeat:repeat;
}

div#outterbox { 
width:60em;
position:relative;
height:35.2em;
color:#FFFFFF;
background-image:url(/images/bamboo.jpg);
background-repeat:repeat;
text-align:left;

}

div#innerbox {
position:relative;
float:right;
margin-right:1.5em;
margin-top:1px;
width:46em;
height:34.2em;
color:#44401d;
}

div#banner {
position:relative;
background-repeat:no-repeat;
text-align:center;
vertical-align:middle;
}

div#menubar {
position:relative;
width:10em;
height:15em;
float:left;
margin-left:.8em;

}
DIV.button {
position:relative;
width:120px;
height:26px;
text-align:center;
vertical-align:middle;
margin-left:2em;
margin-bottom:1em;
margin-top:1em;
cursor:url(../images/chopsticks.cur),url(/images/chopsticks.cur),pointer;
overflow:hidden;
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
padding-top:5px;
background:url(../images/blankbutton.jpg);
}

A.Nav{
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:0.7em;
	cursor:url(../images/chopsticks.cur),url(/images/chopsticks.cur),pointer;
}

A.Nav:hover{
	color:#999999;
	cursor:url(../images/chopsticks.cur),url(/images/chopsticks.cur),pointer;
}

.v-chrome .bgnd *{
   background-image:url(/images/innerbox.png);
  _background-image:url(/images/innerbox.gif);
}

H1,H2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic; 
margin:0px;
}

P,FORM {
margin:0px;
}