body {
  background: #e9e9e9;
  text-align: center;
  padding: 0px; margin: 0;
}
body, input, textarea {font-family: tahoma, sans-serif; font-size: 12px; color: #363636; }
img {border: 0;}
a {color: #B43031; text-decoration: underline;}
a:hover {text-decoration: none;}

#all {
  margin: auto;
  width: 780px;
  text-align: left;
	background: #e9e9e9;  
	background: url('../images/bg-content.gif') repeat-y;	 
}

#top {
  width: 780px;
	height: 177px; 
}

#top-menu {
  width: 780px;	height: 23px;
	background: url('../images/bg-topmenu.jpg') no-repeat; 
}
#top-menu ul { margin: 0; padding: 0 260px 0 0; }
#top-menu li { 
	float: right;   
	list-style-type: none;
	display: block;
	margin: 0; padding: 0; 
	height: 23px;
	color: #fff; 
}
#top-menu a { float: left; display: block; margin: 0; padding: 2px 15px 0 15px; height: 21px; text-decoration: none; color: #fff; font-size: 11px; font-weight: bold; }
#top-menu a:hover { color: #fff; text-decoration: underline;}

#left { 
	float: left; 
	width: 200px; 
	margin: 0; padding: 0; 
	background: #F6F6F6; 
}

#navi { width: 200px; margin: 0; padding: 10px 0 90px 0; }

#navi ul {
  padding: 0px; margin: 0px;
}
#navi li {
  list-style-type: none;
  padding: 0px; margin: 0px;
  display: block; 
  border-bottom: #D6D6D6 1px solid;
}
#navi a { 
	color: #333C4B; text-decoration: none; font-size: 11px; font-weight: bold;
	height: 20px; 
	display: block; 
	padding:  5px 0 0px 28px; margin: 0; 
	background: url('../images/navi-li.gif') no-repeat 13px 9px;
	
}
#navi a:hover, #navi a.active { color: #fff; text-decoration: none; background: #A0044E url('../images/navi-li.gif') no-repeat 13px 9px; }

#right { 
	float: left; 
	width: 580px; 
	margin: 0; padding: 0; 
	background: #fff; 
}


#content { 
  padding: 15px 15px 25px 15px; margin: 0px;
}


#footer {
  clear: both;
  background: url('../images/bg-footer.gif') no-repeat;
  width: 780px; height: 27px; 
  padding: 10px 0px 0px 0px; 
  text-align: center;  
	color: #fff;  
}
#footer a { color: #fff; text-decoration: underline; font-size: 11px; font-weight: bold; }
#footer a:hover, #footer a.active { text-decoration: none; }


h1 { font-size: 15px; margin-top: 0px; }
h2 { font-size: 13px; }
h3 { font-size: 11px; }
h4 { font-size: 10px; }
h5 { font-size: 9px; }
h6 { font-size: 8px; }

.hotline input { width: 200px; }
.hotline input.radio { width: 18px; }
.hotline textarea { height: 70px; width: 300px; }



