BODY {
 padding: 0;
 margin: 0 auto;
  font-size: 14px;
  background-image : url(back.gif);
  background-repeat: no-repeat;
 left : 230px;}

A:link {
  color: #69821b;
  text-decoration : none;
}
a:hover {
  color: #99ab4e;
}
a:visited {
  color: #69821b;
}
p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

#main {
  margin : 0 auto 0 auto;
  padding: 0;
  width : 1000px;
  background-color: #ffffff;
 	
}

#header {
  margin: 0;
  width : 1000px;
  height:auto
  background-color: #ffffff;
}
#header-menu {
  padding: 17px 0 15px 15px;
  border-bottom: solid 2px #ffffff;
  background : url(head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px;}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 20px;
  padding-right: 7px;
  background : url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu A {
  color: #ffffff;
  text-decoration: none;
  font-size : 16px;
  font-weight : 600;
}

#header-menu A:hover {
  color : green;
  font-size : 16px;
  font-weight : 600;
  background-color : #f4fdbb;
}

#menu {
 float : left;
  margin: 0 0 15px 10;
  padding: 3;
  width : 250px;
  text-align: left;
  background-image : url(menu_back.gif);
}
#menu H2 {
  margin: 0 0 2px 0;
  padding: 5px 0 5px 10px;
  line-height: 130%;
  font-size : 18px;
  color: #fffffc;
  background-image : url(sidebar.gif);
  width : 230px;
  background-repeat : repeat-x;
}

.menulist {
  margin: 0 0 12px 0;
  padding: 5px 2px 3px 5px;
  width : 230px;
  text-align: left;
  line-height : 180%;
}

.menulist H2 {
  margin: 0;
  padding: 0 0 6px 12px;
  line-height: 110%;
  font-size : 14px;
  color: #fffffc;
  background-image : url(sidebar.gif);
  background-repeat: no-repeat;
  width : 230px;
}
.menulist A{
  color: #69821b;  
  display: block;
  
  padding : 3px 2px 3px 10px;
  font-size: 14px;  
  text-decoration: none;  
 }
.menulist a:hover{
  color : black;
 font-size: 14px;
  background-color : #ffdffe;
  
}
#menu P {
  margin: 10px 4px 0 4px;
  line-height : 110%;}
/*---------- Rec ----------*/

#container {
  width : 1000px;
 overflow: hidden;
  background-color: #ffffff;
  margin : auto;
}
/*---------- CRec ----------*/

#contents { 	
	float:right;
	margin: 0;
	padding : 5px 8px 5px 5px;
	font-size : 14px;
	letter-spacing: 1px;
	background-color : #ffffff;
	width : 700px;
}

#contents H2 {
  margin: 0 0 4px 0;
  padding: 9px 0 7px 14px;
  line-height: 110%;
  font-size: 16px;
  color : green;
  background-image : url(titlebar.gif); 
  background-repeat: no-repeat;
}

#contents P {
  margin : 0px 0px 10px;
  padding: 5 5px 0 5px;
  letter-spacing: 1px;
  font-size : 14px;
  width : auto;
  right : auto;  
}

#contents A {  
  font-size: 14px;  
}

#contents A:hover {
  background-color : #e6f4b7;  
  color : green;  
}
/*---------- tb^[ ----------*/

#footer {
  clear: both;
  width : 100%;
  height :40px;
  margin: 20px 0 0 0;
  padding: 40px 0 15px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  background-color: #cccccc;
  bottom : auto;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}

