body {
	font-size: 13px;
	margin: 0;
	padding: 0px
	text-align: left;
	background-color:#ffffff;
}
* {
  margin: 0;
  padding: 0px;
	font-family: Arial, Verdena, Helvetica, sans-serif;
}
a:hover{
  color:#334862;
  text-decoration: underline;
}
a{
  color:#000000;
  text-decoration: none;
}
img {
  border: 0px;
}
#container{
	margin: 0 auto;
	padding:0px;
	width: 980px;
	overflow:hidden;
}
#top{
  width:100%;
  height:99px;
  background-image: url('images/top.jpg');
  background-repeat: repeat;
}
#spacer{
  width:100%;
  height:2px;
}
#header{
  width:980px;
  height:333px;
  background-image: url('images/header.jpg');
}
#menu{
  width:980px;
  height:28px;
  padding-top:12px;
  font-weight: bold;
  text-align: center;
  white-space: pre;
  background-image: url('images/menu.gif');
  background-repeat: repeat;
  color:#ffffff;
}
#add{
  width:100%;
  height:202px;
  background-image: url('images/add.jpg');
  background-repeat: repeat;
  padding-top:2px;
}
#add_l{
  width:202px;
  float:left;
  display:inline;
}
#add_r{
  width:308px;
  float:left;
  display:inline;
}
#add_c{
  width:470px;
  float:left;
  display:inline;
}
#content{
  width:100%;
  height:auto;
  background-color:#f6f1f0;
}
#left{
  padding-top:30px;
  width:320px;
  height:auto;
  float:left;
  display:inline;
}
#right{
  padding-top:30px;
  padding-left:30px;
  width:630px;
  height:auto;
  float:left;
  display:inline;
}
#footer{
  width:100%;
  height:106px;
  background-image: url('images/footer.jpg');
  background-repeat: repeat;
}
#menu a:hover{
  color:#ffde00;
  text-decoration: underline;
}
#menu a{
  color:#ffffff;
  text-decoration: none;
}
#postcard {
background:url('images/postcard.jpg');
width:455px;
height:255px;
font-size:11px;
text-align: left;
padding-top: 20px;
padding-left: 15px;
background-repeat: no-repeat;
}
#l_top{
width:320px;
height:6px;
background:url('images/l_top.gif');
}
#l_content{
width:300px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
height:auto;
background:url('images/l_content.gif');
background-repeat: repeat;
}
#l_bottom{
width:320px;
height:7px;
background:url('images/l_bottom.gif');
}
