@charset "utf-8";
/* CSS Document */

* {padding: 0;  
	margin: 0;}

html, body {
	width: 100%;
	padding: 0;  
	margin: 0; 
	font-family: trebuchet MS;
	font-size: 12px;
	background: url(images/bg.gif);
}

#topbg{
	background:url(images/line.gif) repeat-x top;
	overflow: hidden;
}

#header {
  clear: both;
	background: url(images/header.jpg) no-repeat top;
	height: 297px;
	overflow: hidden;
}

#header h1 {
font-size: 60px;
color: #bbd5fc;
font-weight: normal;
line-height: 1;
}

#header h2 {
color: #a5d7fd;
font-size: 32px;
font-weight: normal;
line-height: 1;
padding: 0 0 10px 0;
}

#menu {
padding: 0 0 0 40px;
}

#headtext {
padding: 20px 560px 70px 115px;
color: #bbd5fc;
font-size: 12px;
}

#header a {
	font: Trebuchet MS; 
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 30px 0 0;
}

#header a:hover {
	color: #05528f;
	text-decoration: underline;
}

#container{
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

#content{
  clear: both;
	background-color: #FFFFFF;
	padding: 15px 0 35px 138px;
}

#content .block_fp{
	cursor:pointer;
	align:center;
	clear:both;
	background:url(images/block_fp.gif) no-repeat;
	width:700px;
	height:240px;
	margin:0px 0px auto;
}

#content .block_fp p{
	padding-top:20px;
	padding-left:270px;
	padding-right:20px;
	color:#666666;
	font:12px Trebuchet MS;
	line-height:1.0;
}

#content .block_td{
	cursor:pointer;
	align:center;
	clear:both;
	background:url(images/block_td.gif) no-repeat;
	width:700px;
	height:240px;
	margin:0px 0px auto;
}

#content .block_td p{
	padding-top:20px;
	padding-left:270px;
	padding-right:20px;
	color:#666666;
	font:12px Trebuchet MS;
	line-height:1.0;
}

#content .pic_content {
	padding-bottom: 15px;
}

#content p{
	font: Trebuchet MS; 
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 160px 5px 0;
	text-align: justify;	
}

#footer {
	background: url(images/footer.gif) repeat-x;
	height: 109px;
	margin-top: -12px;
}

#footer p {
	font: Trebuchet MS; 
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
}
