@charset   "UTF-8";
 
#container{
  width : 780px;
  margin-left : auto;
  margin-right : auto;
  text-align : left;
  background-color : white;
  margin-top : 0px;
  margin-bottom : 0px;
}
#header{
  width : 100%;
}
#main{
  width : 560px;
  bottom : auto;
  float : right;
  right : auto;

  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
}

#menu{
  width : 200px;
  float : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#footer{
  clear : both;
  font-size : 0.8em;
  text-align : center;
  padding-top : 2px;
  margin-top : 8px;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : #009900;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #009900;
  padding-bottom : 2px;
}

body{
  font-family : sans-serif,Verdana;
  text-align : center;
  background-color : #eeffee;
  margin-top : 0px;
  margin-bottom : 0px;
}

.menu_box{
  border-style : none none none none;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 0.8em;
  background-color : #009900;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
}

#menu h2{
  color : white;
  text-align : center;
  font-size : 1em;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
}

#header h1{
  padding-top : 16px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 16px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#header h1 a {
  display: block;
  width : 540px;
  height : 80px;
  background-image : url(../images/header_image.gif);
  background-repeat : no-repeat;
}

#header h1 span {
  display: none;
}

.menu_box_inner{
  background-color : white;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
}

#header1{
  background-color : #009900;
  width : 100%;
}

#header2{
  background-color : #aaffaa;
  height : 24px;
  width : 100%;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : double;
  border-bottom-style : solid;
  border-top-color : green;
  border-bottom-color : green;
  font-size : 0.8em;
}

.photoframe{
  background-position : right bottom;
  float : left;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : #999999 #999999 #999999 #999999;
  font-size : 0.8em;
  text-align : center;
}

.tips{
  font-size : 0.8em;
  background-color : #fff0f0;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : #ffd0d0 #ffd0d0 #ffd0d0 #ffd0d0;
  padding-top : 24px;
  padding-left : 10px;
  padding-right : 4px;
  padding-bottom : 4px;
  margin-left : 5%;
  margin-right : 5%;
  background-repeat : no-repeat;background-position : 4px 4px;
  background-image : url(../images/tips.gif);
}

.photo_center {
	text-align: center;
	font-size: 0.8em;
	margin: 2px;
}

.photo_float {
	text-align: center;
	font-size: 0.8em;
	float: left;
	margin: 2px;
}

.photo_left {
	font-size: 0.8em;
}

.photo_left img{
	float: left;
	padding: 2px;
}
