.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;
	}
	.sub-sub-title{
		font-size: 20px;
		margin: 5px 0 5px 0;
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;
		font-style: italic;
		font-weight: bold;
	}
	.sub-sub-sub-title{
		font-size: 18px;
		margin: 5px 0 5px 0;
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;
		font-style: italic;
	}

	body{
		background: #fff;
		color: #333;
		font-size: 16px;
		margin: 0px auto;
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	}
	.quote{
		font-size: 16px;
		margin: 0px 50px 0px 300px;
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;
		font-style: italic;
	}
	.quote2{
		font-size: 16px;
		margin: 0px 300px 0px 20px;
		font-family: "Times New Roman", Arial, Helvetica, sans-serif;
		font-style: italic;
	}
	#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: 18px;
		padding: 10px 0 10px 0;
	}
	.caption{
		line-height: 12px;
		font-style: italic;
		color: #8d8d8d;
		display: block;
		margin-top: 5px;
		padding: 5px;
		text-align: center;
	}

	.caption3{
		/*width:70%;*/
		/*margin:0px auto 0px;*/
		padding:0px 20px 10px;
	}

	.img3 {
		width: 33.33%;
		float:left;
	}
	.img3 img{
		width:95%;
		margin:5px;
	}

	.centered {
		display:block;
		margin-left: auto;
		margin-right: auto;
	}

.row_wrapper {
height:100%;
padding-bottom: 30px;
}

.row2 {
width:100%;
height:100%;
position: relative;
}

.col2 {
width:50%;
border:0px solid black;
float:left;
}

.col3 {
width:33%;
border:0px solid black;
float:left;
}

.col2_img {
margin:5px;
}

.col2_img img {
width:100%;
}

