.main-title{
		font-size: 36px;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	.sub-title{
		font-size: 24px;
		margin: 15px 0 5px 0;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style: italic;
		font-weight: bold;
	}
	body{
	color: #333;
	font-size: 12px;
	margin: 0px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
	}
	#container{
		width: 700px;
		margin: 0px auto;
		margin-top: 50px;
		
	}
	#navbar{
		margin: 20px 0 10px 0;
		font-size: 12px;
		color: #999;
		border: none;
	}
	 a{
		color: #333;
	}
	
	 a:hover{
		color: #2264ff;
	}
	#navbar a:active{
		text-decoration: none;
	}
	#footer{
		margin-top: 20px;

	}
		iframe{
		width: 100%;
		
	}
	#header-iframe{
		height: 85px;
	}
	#footer-iframe{
		height: 45px;
		padding-bottom: 20px;
	}
	p{
	line-height: normal;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	}
	.caption{
		line-height: 14px;
		font-style: italic;
		color: #8d8d8d;
		display: block;
		margin-top: 5px;
		padding: 0px;
	}
