﻿body {margin:0;padding:0;font-family:"Segoe UI", Arial, Helvetica, sans-serif;font-size:13px;line-height:18px;}
h3 {font-size:16px; line-height:16px}
h1, h2, h3 {font-weight:normal}
p {	color:#888; font-size:12px; text-align:justify; line-height:16px}
td {
	vertical-align:top
}

#outer {
	margin: 0px auto;
	width: 817px;
	position: relative;
	background-image: url('images/white-bg-y.gif');
	background-repeat: repeat-y;
	background-color:white
}
#content {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 797px;
}
#content ul{
	margin:0px 10px 10px 30px;
	padding:0; 
	color:#666
}
#content ul li{
	margin:0px;
	padding:0
}
#header {
	position:relative;
	background-image: url('images/banner-bg-y.gif');
	background-repeat: repeat-x;
	height: 188px;
	width: 799px;
	margin:0 auto
}
#logo {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	position: absolute;
	width: 397px;
	height: 53px;
	left: 27px;
	top: 21px;
}
#right-logo {
	background-image: url('images/right-logo-heart.gif');
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 204px;
	height: 114px;
}
#footer {
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	background-image: url('images/footer-bg-y.gif');
	background-repeat: repeat-x;
	height: 60px;
	width: 799px;
	text-align:center;
	clear:both;
	color:#069;
	font-size:11px
}
#footer p {
	margin:0px 0 10px 20px; font-size:16px; line-height:16px; text-align:left
}
#footer div {
	margin:0px 0 10px 20px;text-align:left
}
#footer a {
	text-decoration: none;
	color: #fff;
	font-size:12px
}
#footer a:hover {
	color: #000;
}

#ask-form {
	 margin:0px; padding:0;
}
.ask-input {
	width: 290px;
	padding: 7px 9px 8px 9px;
	background-color: #fff;
	border: 1px solid #99ddFF;
	color: #999;
	font-size: 13px;
}
.ask-message {
	width:290px; 	padding: 7px 9px 8px 9px;
	background-color: #fff;
	border: 1px solid #99ddFF;
	color:#999;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100px; vertical-align:top
	
}
.ask-submit{
	width: 70px;
	padding: 3px 9px 4px 9px;
	background-color: #3df;
	border: 5px solid #3df;
	color: #006699;
	font-size: 13px;
}
.ask-submit:hover{
	padding: 3px 9px 4px 9px;
	background-color: #09c;
	border: 5px solid #fff;
	color: #fff;
}



