body {
	font-family: Helvetica;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 20px 0px;	
	background:#b5fffc;
}
a {
	color: #EF7804;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
img {
	border: none;
}
form {
	margin: 0;
}
.clear-both {
	clear: both;
	font-size: 0px;
}
.container {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {margin:0px;padding:0px;}
h1 {
font-size:22px;
color:#123360;
margin-bottom:10px;
}
h2 {
font-size:16px;
color:#123360;
margin-bottom:10px;
}
h1.thumb {
font-size:12px;
}
h1.thumb a {
color:#123360;
}
#content-start {
margin:0px auto;
background: url(css/content-start.gif) top left no-repeat;
width:607px;
padding-top:20px;
}
#content-end {
background: url(css/content-end.gif) bottom left no-repeat;
padding-bottom:20px;
}
#content-text {
padding:0px 35px;
min-height:420px;
  height:auto !important;
  height:420px;

}