@charset "utf-8";
/* KMT TRAVEL CLUB  */

body {
	margin: 0px;
	background-image: url("/images/www.kmtinsurance.com/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009c9c;
}

h2 {font-size: 15px;}

#wrapper {
	background: none;
	max-width: 780px;
	width:585px;
	margin: 0;
	}
	
	#header {
	max-width: 780px;
	height: 110px;
	margin: 0;
	}

#content {
	background-repeat: no-repeat-y;
	padding: 5px 5px 5px 5px;
	margin: 0;
	max-width: 780px;
	}
	
#content p{
	font-size: 11px;
	}

#content a {
	font-size: 18px;
	color: #009c9c;
	text-decoration: none;
	}
	
#content a:hover {
	font-size: 18px;
	color: #009c9c;
	text-decoration: underline;
		}

#form {
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	width: 300px;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	border-color: #FF3300;
	border: solid 2px;
	}
#form p{
	font-size: 16px;
	color: #009c9c;
	}
	
#form h1{
	font-size:15px;
	font-weight:bold;
	color: #009c9c;
	}
	
#form h2{
	font-size:13px;
	color: #009c9c;
	}
	
#form li {
font-size: 18px;
color: #66c7e7;
}

#footer {
	background-image: none;
	max-width: 780px;
	margin: 0;
	float: left;
	font-size:12px;
	color: #009c9c;
	}

#footer a {
	color: #FF3300;
	text-decoration: none;
	font-size: 12px;
	}
	
#footer a:hover {
	font-size: 12px;
	color: #66c7e7;
	}


